Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit b080109

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

File tree

Expand file treeCollapse file tree

2 files changed

+14
-2
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+14
-2
lines changed

‎doc/devel/development_setup.rst

Copy file name to clipboardExpand all lines: doc/devel/development_setup.rst
+12Lines 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

Copy file name to clipboardExpand all lines: doc/users/prev_whats_new/whats_new_3.3.0.rst
+2-2Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.