Skip to content

Commit b080109

Browse files
authored
Merge pull request matplotlib#24629 from tacaswell/doc/gitwash_redirects
Doc/gitwash redirects
2 parents 68832ff + b9692ad commit b080109

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

doc/devel/development_setup.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
.. redirect-from:: /devel/gitwash/configure_git
2+
.. redirect-from:: /devel/gitwash/dot2_dot3
3+
.. redirect-from:: /devel/gitwash/following_latest
4+
.. redirect-from:: /devel/gitwash/forking_hell
5+
.. redirect-from:: /devel/gitwash/git_development
6+
.. redirect-from:: /devel/gitwash/git_install
7+
.. redirect-from:: /devel/gitwash/git_intro
8+
.. redirect-from:: /devel/gitwash/git_resources
9+
.. redirect-from:: /devel/gitwash/patching
10+
.. redirect-from:: /devel/gitwash/set_up_fork
11+
.. redirect-from:: /devel/gitwash/index
12+
113
.. _installing_for_devs:
214

315
=====================================

doc/users/prev_whats_new/whats_new_3.3.0.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -373,8 +373,8 @@ set with the new rcParameter :rc:`axes.titley`.
373373
.. plot::
374374

375375
fig, axs = plt.subplots(1, 2, constrained_layout=True, figsize=(5, 2))
376-
axs[0].set_title('y=0.7\n$\sum_{j_n} x_j$', y=0.7)
377-
axs[1].set_title('y=None\n$\sum_{j_n} x_j$')
376+
axs[0].set_title('y=0.7\n$\\sum_{j_n} x_j$', y=0.7)
377+
axs[1].set_title('y=None\n$\\sum_{j_n} x_j$')
378378
plt.show()
379379

380380
Offset text is now set to the top when using ``axis.tick_top()``

0 commit comments

Comments
 (0)