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

Skip to content

Commit b3efa5b

Browse files
committed
Rename folder doc/users/backmatter to doc/users/project
1 parent 23dfb72 commit b3efa5b

File tree

8 files changed

+4
-4
lines changed

8 files changed

+4
-4
lines changed

doc/devel/contributing.rst

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

280280
.. _coding_guidelines:
281281

doc/users/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,5 @@ Reference
3737

3838
../api/index.rst
3939
../devel/index.rst
40-
backmatter/index.rst
40+
project/index.rst
4141
release_notes.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)