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

Skip to content

Commit 26e4f4a

Browse files
authored
Merge pull request #13856 from story645/whats_new
DOC: Whats new page for 3.1
2 parents e652c8b + afd5dcc commit 26e4f4a

37 files changed

+643
-575
lines changed

doc/api/animation_api.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ The easiest way to make a live animation in matplotlib is to use one of the
2121
:toctree: _as_gen
2222
:nosignatures:
2323

24+
Animation
2425
FuncAnimation
2526
ArtistAnimation
2627

doc/api/api_changes.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ added to Matplotlib, see :ref:`whats-new`.
2929
'prev_api_changes/'.
3030
- The include directive below should be changed to point to the new file
3131
created in the previous step.
32-
- This note, and the toctree below should be commented out.
3332

3433

3534
.. toctree::

doc/api/matplotlib_configuration_api.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,5 @@
3333
.. autofunction:: interactive
3434

3535
.. autofunction:: is_interactive
36+
37+
.. autofunction:: set_loglevel

doc/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,7 @@ def _check_dependencies():
355355

356356

357357
def setup(app):
358-
if any(st in version for st in ('post', 'rc', 'alpha', 'beta')):
358+
if any(st in version for st in ('post', 'alpha', 'beta')):
359359
bld_type = 'dev'
360360
else:
361361
bld_type = 'rel'

doc/users/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,6 @@ User's Guide
1818
whats_new.rst
1919
history.rst
2020
github_stats.rst
21+
whats_new_old.rst
2122
license.rst
2223
credits.rst

doc/users/next_whats_new/2017-11-24_figurecanvas_inaxes.rst

Lines changed: 0 additions & 6 deletions
This file was deleted.

doc/users/next_whats_new/2018-01-03-AL.rst

Lines changed: 0 additions & 10 deletions
This file was deleted.

doc/users/next_whats_new/2018-02-01-AL.rst

Lines changed: 0 additions & 11 deletions
This file was deleted.

doc/users/next_whats_new/2018-07-18-AL-deprecations.rst

Lines changed: 0 additions & 6 deletions
This file was deleted.

doc/users/next_whats_new/2018-07-18-AL.rst

Lines changed: 0 additions & 5 deletions
This file was deleted.

doc/users/next_whats_new/2018-08-15-AL.rst

Lines changed: 0 additions & 11 deletions
This file was deleted.

doc/users/next_whats_new/2018-09-06-AL.rst

Lines changed: 0 additions & 12 deletions
This file was deleted.

doc/users/next_whats_new/2018-09-08-JMK.rst

Lines changed: 0 additions & 16 deletions
This file was deleted.

doc/users/next_whats_new/2018-09-15-AL.rst

Lines changed: 0 additions & 12 deletions
This file was deleted.

doc/users/next_whats_new/2018-10-08-TH.rst

Lines changed: 0 additions & 6 deletions
This file was deleted.

doc/users/next_whats_new/2018-10-10-AL.rst

Lines changed: 0 additions & 8 deletions
This file was deleted.

doc/users/next_whats_new/2018-10-26-AL.rst

Lines changed: 0 additions & 9 deletions
This file was deleted.

doc/users/next_whats_new/2018-10-26-DM.rst

Lines changed: 0 additions & 5 deletions
This file was deleted.

doc/users/next_whats_new/2018-10-30-rcparams-pgf.preamble-full-LaTeX-support.rst

Lines changed: 0 additions & 11 deletions
This file was deleted.

doc/users/next_whats_new/2018-11-25-JMK.rst

Lines changed: 0 additions & 11 deletions
This file was deleted.

doc/users/next_whats_new/2018-12-30-add-cache_frame_data-kwarg-to-FuncAnimation.rst

Lines changed: 0 additions & 10 deletions
This file was deleted.

doc/users/next_whats_new/2018_01_02_line3d_get_set_data.rst

Lines changed: 0 additions & 7 deletions
This file was deleted.

doc/users/next_whats_new/2019-01-06-pycairo-default.rst

Lines changed: 0 additions & 5 deletions
This file was deleted.

doc/users/next_whats_new/2019-01-06-shaded-voxels.rst

Lines changed: 0 additions & 41 deletions
This file was deleted.

doc/users/next_whats_new/2019-01-24-AL-set_loglevel.rst

Lines changed: 0 additions & 7 deletions
This file was deleted.

doc/users/next_whats_new/2019-01-25-AH-modify-minor-tick-spacing.rst

Lines changed: 0 additions & 5 deletions
This file was deleted.

doc/users/next_whats_new/2019-02-17-TH.rst

Lines changed: 0 additions & 9 deletions
This file was deleted.

doc/users/next_whats_new/2019-03-18-SB.rst

Lines changed: 0 additions & 5 deletions
This file was deleted.

doc/users/next_whats_new/ConnectionPatch_accepts_arbitrary_transforms.rst

Lines changed: 0 additions & 11 deletions
This file was deleted.

doc/users/next_whats_new/concise_date_formatter.rst

Lines changed: 0 additions & 40 deletions
This file was deleted.

doc/users/next_whats_new/endless_gif.rst

Lines changed: 0 additions & 7 deletions
This file was deleted.

doc/users/next_whats_new/engformatter_usetex_usemathtext.rst

Lines changed: 0 additions & 14 deletions
This file was deleted.

doc/users/next_whats_new/legend_for_scatter.rst

Lines changed: 0 additions & 19 deletions
This file was deleted.

0 commit comments

Comments
 (0)