8000 Backport PR #17942: Increase heading level for 3.3 What's New · matplotlib/matplotlib@23b5938 · GitHub
[go: up one dir, main page]

Skip to content

Commit 23b5938

Browse files
QuLogicmeeseeksmachine
authored andcommitted
Backport PR #17942: Increase heading level for 3.3 What's New
1 parent 6aaccc4 commit 23b5938

File tree

5 files changed

+65
-64
lines changed

5 files changed

+65
-64
lines changed

doc/api/api_changes.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ For API changes in older versions see
1414
api_changes_old
1515

1616
Changes for the latest version are listed below. For new features that were
17-
added to Matplotlib, see :ref:`whats-new`.
17+
added to Matplotlib, see :ref:`whats-new`
1818

1919
.. ifconfig:: releaselevel == 'dev'
2020

doc/conf.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -114,13 +114,13 @@ def _check_dependencies():
114114

115115
intersphinx_mapping = {
116116
'Pillow': ('https://pillow.readthedocs.io/en/stable/', None),
117-
'cycler': ('https://matplotlib.org/cycler', None),
117+
'cycler': ('https://matplotlib.org/cycler/', None),
118118
'dateutil': ('https://dateutil.readthedocs.io/en/stable/', None),
119119
'ipykernel': ('https://ipykernel.readthedocs.io/en/latest/', None),
120120
'numpy': ('https://numpy.org/doc/stable/', None),
121121
'pandas': ('https://pandas.pydata.org/pandas-docs/stable/', None),
122-
'pytest': ('https://pytest.org/en/stable', None),
123-
'python': ('https://docs.python.org/3', None),
122+
'pytest': ('https://pytest.org/en/stable/', None),
123+
'python': ('https://docs.python.org/3/', None),
124124
'scipy': ('https://docs.scipy.org/doc/scipy/reference/', None),
125125
}
126126

@@ -133,8 +133,8 @@ def _check_dependencies():
133133
'doc_module': ('matplotlib', 'mpl_toolkits'),
134134
'reference_url': {
135135
'matplotlib': None,
136-
'numpy': 'https://docs.scipy.org/doc/numpy',
137-
'scipy': 'https://docs.scipy.org/doc/scipy/reference',
136+
'numpy': 'https://docs.scipy.org/doc/numpy/',
137+
'scipy': 'https://docs.scipy.org/doc/scipy/reference/',
138138
},
139139
'backreferences_dir': 'api/_as_gen',
140140
'subsection_order': gallery_order.sectionorder,

doc/users/next_whats_new/README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
:orphan:
22

3-
What's new in unreleased Matplotlib?
4-
====================================
3+
Instructions for writing "What's new" entries
4+
=============================================
55

66
Please place new portions of `whats_new.rst` in the `next_whats_new` directory.
77

0 commit comments

Comments
 (0)
0