Skip to content

Commit d23b173

Browse files
committed
Merge v3.10.0-doc into v3.10.x
2 parents 9fe0dad + 4b39940 commit d23b173

File tree

11 files changed

+60
-10
lines changed

11 files changed

+60
-10
lines changed

doc/_static/zenodo_cache/14464227.svg

+35
Loading

doc/api/prev_api_changes/api_changes_3.10.0.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ API Changes for 3.10.0
55
:local:
66
:depth: 1
77

8-
.. include:: /api/prev_api_changes/api_changes_3.10.0/behaviour.rst
8+
.. include:: /api/prev_api_changes/api_changes_3.10.0/behavior.rst
99

1010
.. include:: /api/prev_api_changes/api_changes_3.10.0/deprecations.rst
1111

doc/api/prev_api_changes/api_changes_3.10.0/behavior.rst

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
Behavior Changes
2+
----------------
3+
4+
15
onselect argument to selector widgets made optional
26
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
37

doc/api/prev_api_changes/api_changes_3.10.0/deprecations.rst

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
Deprecations
2+
------------
3+
4+
15
Positional parameters in plotting functions
26
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
37

doc/api/prev_api_changes/api_changes_3.10.0/development.rst

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
Development changes
2+
-------------------
3+
14
Documentation-specific custom Sphinx roles are now semi-public
25
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
36

doc/api/prev_api_changes/api_changes_3.10.0/removals.rst

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
Removals
2+
--------
3+
4+
15
ttconv removed
26
~~~~~~~~~~~~~~
37

doc/project/citing.rst

+3
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ By version
3232
.. START OF AUTOGENERATED
3333
3434
35+
v3.10.0
36+
.. image:: ../_static/zenodo_cache/14464227.svg
37+
:target: https://doi.org/10.5281/zenodo.14464227
3538
v3.9.4
3639
.. image:: ../_static/zenodo_cache/14436121.svg
3740
:target: https://doi.org/10.5281/zenodo.14436121

doc/users/prev_whats_new/whats_new_3.10.0.rst

+3-7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
=============================================
2-
What's new in Matplotlib 3.10.0 (Dec 14, 2024)
3-
=============================================
1+
===================================================
2+
What's new in Matplotlib 3.10.0 (December 13, 2024)
3+
===================================================
44

55
For a list of all of the issues and pull requests since the last revision, see the
66
:ref:`github-stats`.
@@ -11,10 +11,6 @@ For a list of all of the issues and pull requests since the last revision, see t
1111
.. toctree::
1212
:maxdepth: 4
1313

14-
Accessible Colors
15-
=================
16-
17-
1814
New more-accessible color cycle
1915
-------------------------------
2016

doc/users/prev_whats_new/whats_new_3.9.0.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ What's new in Matplotlib 3.9.0 (May 15, 2024)
33
=============================================
44

55
For a list of all of the issues and pull requests since the last revision, see the
6-
:ref:`github-stats`.
6+
:ref:`github-stats-3-9-0`.
77

88
.. contents:: Table of Contents
99
:depth: 4

doc/users/release_notes.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Version 3.10
1919

2020
prev_whats_new/whats_new_3.10.0.rst
2121
../api/prev_api_changes/api_changes_3.10.0.rst
22-
prev_whats_new/github_stats_3.10.0.rst
22+
github_stats.rst
2323

2424
Version 3.9
2525
^^^^^^^^^^^

tools/cache_zenodo_svg.py

+1
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ def _get_xdg_cache_dir():
6363

6464
if __name__ == "__main__":
6565
data = {
66+
"v3.10.0": "14464227",
6667
"v3.9.4": "14436121",
6768
"v3.9.3": "14249941",
6869
"v3.9.2": "13308876",

0 commit comments

Comments
 (0)