Skip to content

Commit

Permalink
Merge pull request #13856 from story645/whats_new
Browse files Browse the repository at this point in the history
DOC: Whats new page for 3.1

Conflicts:
	doc/users/next_whats_new/2019-01-06-shaded-voxels.rst
          - was deleted on both sides,
  • Loading branch information
tacaswell committed Apr 18, 2019
1 parent bea2db3 commit b1a6fba
Show file tree
Hide file tree
Showing 37 changed files with 643 additions and 576 deletions.
1 change: 1 addition & 0 deletions doc/api/animation_api.rst
Expand Up @@ -21,6 +21,7 @@ The easiest way to make a live animation in matplotlib is to use one of the
:toctree: _as_gen
:nosignatures:

Animation
FuncAnimation
ArtistAnimation

Expand Down
1 change: 0 additions & 1 deletion doc/api/api_changes.rst
Expand Up @@ -29,7 +29,6 @@ added to Matplotlib, see :ref:`whats-new`.
'prev_api_changes/'.
- The include directive below should be changed to point to the new file
created in the previous step.
- This note, and the toctree below should be commented out.


.. toctree::
Expand Down
2 changes: 2 additions & 0 deletions doc/api/matplotlib_configuration_api.rst
Expand Up @@ -33,3 +33,5 @@
.. autofunction:: interactive

.. autofunction:: is_interactive

.. autofunction:: set_loglevel
2 changes: 1 addition & 1 deletion doc/conf.py
Expand Up @@ -355,7 +355,7 @@ def _check_dependencies():


def setup(app):
if any(st in version for st in ('post', 'rc', 'alpha', 'beta')):
if any(st in version for st in ('post', 'alpha', 'beta')):
bld_type = 'dev'
else:
bld_type = 'rel'
Expand Down
1 change: 1 addition & 0 deletions doc/users/index.rst
Expand Up @@ -18,5 +18,6 @@ User's Guide
whats_new.rst
history.rst
github_stats.rst
whats_new_old.rst
license.rst
credits.rst
6 changes: 0 additions & 6 deletions doc/users/next_whats_new/2017-11-24_figurecanvas_inaxes.rst

This file was deleted.

10 changes: 0 additions & 10 deletions doc/users/next_whats_new/2018-01-03-AL.rst

This file was deleted.

11 changes: 0 additions & 11 deletions doc/users/next_whats_new/2018-02-01-AL.rst

This file was deleted.

6 changes: 0 additions & 6 deletions doc/users/next_whats_new/2018-07-18-AL-deprecations.rst

This file was deleted.

5 changes: 0 additions & 5 deletions doc/users/next_whats_new/2018-07-18-AL.rst

This file was deleted.

11 changes: 0 additions & 11 deletions doc/users/next_whats_new/2018-08-15-AL.rst

This file was deleted.

12 changes: 0 additions & 12 deletions doc/users/next_whats_new/2018-09-06-AL.rst

This file was deleted.

16 changes: 0 additions & 16 deletions doc/users/next_whats_new/2018-09-08-JMK.rst

This file was deleted.

12 changes: 0 additions & 12 deletions doc/users/next_whats_new/2018-09-15-AL.rst

This file was deleted.

6 changes: 0 additions & 6 deletions doc/users/next_whats_new/2018-10-08-TH.rst

This file was deleted.

8 changes: 0 additions & 8 deletions doc/users/next_whats_new/2018-10-10-AL.rst

This file was deleted.

9 changes: 0 additions & 9 deletions doc/users/next_whats_new/2018-10-26-AL.rst

This file was deleted.

5 changes: 0 additions & 5 deletions doc/users/next_whats_new/2018-10-26-DM.rst

This file was deleted.

This file was deleted.

11 changes: 0 additions & 11 deletions doc/users/next_whats_new/2018-11-25-JMK.rst

This file was deleted.

This file was deleted.

7 changes: 0 additions & 7 deletions doc/users/next_whats_new/2018_01_02_line3d_get_set_data.rst

This file was deleted.

5 changes: 0 additions & 5 deletions doc/users/next_whats_new/2019-01-06-pycairo-default.rst

This file was deleted.

42 changes: 0 additions & 42 deletions doc/users/next_whats_new/2019-01-06-shaded-voxels.rst

This file was deleted.

7 changes: 0 additions & 7 deletions doc/users/next_whats_new/2019-01-24-AL-set_loglevel.rst

This file was deleted.

This file was deleted.

9 changes: 0 additions & 9 deletions doc/users/next_whats_new/2019-02-17-TH.rst

This file was deleted.

5 changes: 0 additions & 5 deletions doc/users/next_whats_new/2019-03-18-SB.rst

This file was deleted.

This file was deleted.

40 changes: 0 additions & 40 deletions doc/users/next_whats_new/concise_date_formatter.rst

This file was deleted.

7 changes: 0 additions & 7 deletions doc/users/next_whats_new/endless_gif.rst

This file was deleted.

14 changes: 0 additions & 14 deletions doc/users/next_whats_new/engformatter_usetex_usemathtext.rst

This file was deleted.

19 changes: 0 additions & 19 deletions doc/users/next_whats_new/legend_for_scatter.rst

This file was deleted.

0 comments on commit b1a6fba

Please sign in to comment.