Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 85a3eb6

Browse files
committed
DOC: put the glob trees back in api_changes and whats_new
1 parent 1021510 commit 85a3eb6

File tree

2 files changed

+11
-8
lines changed

2 files changed

+11
-8
lines changed

doc/api/api_changes.rst

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,13 @@ For new features that were added to Matplotlib, please see
1111
:ref:`whats-new`.
1212

1313
.. for a release comment out the toctree below
14-
.. toctree::
15-
:glob:
16-
:maxdepth: 1
1714
18-
next_api_changes/*
15+
16+
.. toctree::
17+
:glob:
18+
:maxdepth: 1
19+
20+
next_api_changes/*
1921

2022

2123
API Changes in 2.2.0

doc/users/whats_new.rst

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,12 @@ revision, see the :ref:`github-stats`.
1414
..
1515
For a release, add a new section after this, then comment out the include
1616
and toctree below by indenting them. Uncomment them after the release.
17-
.. toctree::
18-
:glob:
19-
:maxdepth: 1
2017
21-
next_whats_new/*
18+
.. toctree::
19+
:glob:
20+
:maxdepth: 1
21+
22+
next_whats_new/*
2223

2324

2425
New in Matplotlib 2.2

0 commit comments

Comments
 (0)