8000 Backport PR #21422: Doc · meeseeksmachine/matplotlib@3e1c3c4 · GitHub
[go: up one dir, main page]

Skip to content

Commit 3e1c3c4

Browse files
jklymakmeeseeksmachine
authored andcommitted
Backport PR matplotlib#21422: Doc
1 parent 025168f commit 3e1c3c4

File tree

8 files changed

+13
-15
lines changed

8 files changed

+13
-15
lines changed

doc/devel/contributing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ Other ways to contribute
265265
It also helps us if you spread the word: reference the project from your blog
266266
and articles or link to it from your website! If Matplotlib contributes to a
267267
project that leads to a scientific publication, please follow the
268-
:doc:`/users/backmatter/citing` guidelines.
268+
:doc:`/users/project/citing` guidelines.
269269

270270
.. _coding_guidelines:
271271

doc/users/index.rst

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,15 @@
77
Users guide
88
###########
99

10+
Tutorials and examples
11+
######################
12+
13+
.. toctree::
14+
:maxdepth: 1
15+
16+
../plot_types/index.rst
17+
../tutorials/index.rst
18+
../gallery/index.rst
1019

1120
General
1221
#######
@@ -28,16 +37,5 @@ Reference
2837

2938
../api/index.rst
3039
../devel/index.rst
31-
backmatter/index.rst
40+
project/index.rst
3241
release_notes.rst
33-
34-
35-
Tutorials and examples
36-
######################
37-
38-
.. toctree::
39-
:maxdepth: 1
40-
41-
../plot_types/index.rst
42-
../tutorials/index.rst
43-
../gallery/index.rst
File renamed without changes.

doc/users/backmatter/credits.rst renamed to doc/users/project/credits.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Matplotlib was written by John D. Hunter, with contributions from an
1313
ever-increasing number of users and developers. The current lead developer is
1414
Thomas A. Caswell, who is assisted by many `active developers
1515
<https://www.openhub.net/p/matplotlib/contributors>`_.
16-
Please also see our instructions on :doc:`/users/backmatter/citing`.
16+
Please also see our instructions on :doc:`/users/project/citing`.
1717

1818
The following is a list of contributors extracted from the
1919
git revision control history of the project:
File renamed without changes.
File renamed without changes.
File renamed without changes.

tools/cache_zenodo_svg.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ def _get_xdg_cache_dir():
106106
}
107107
doc_dir = Path(__file__).parent.parent.absolute() / "doc"
108108
target_dir = doc_dir / "_static/zenodo_cache"
109-
citing = doc_dir / "users/backmatter/citing.rst"
109+
citing = doc_dir / "users/project/citing.rst"
110110
target_dir.mkdir(exist_ok=True, parents=True)
111111
header = []
112112
footer = []

0 commit comments

Comments
 (0)
0