Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commita080696

Browse files
authored
Merge pull request#21422 from timhoffm/new-doc
Doc
2 parentse509468 +b3efa5b commita080696

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
@@ -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: 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.rstrenamed 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)

[8]ページ先頭

©2009-2025 Movatter.jp