File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed
Filter options
Expand file tree Collapse file tree 6 files changed +6
-6
lines changed
Original file line number Diff line number Diff line change 1
1
<!-- placeholder page so Github knows we have a CoC-->
2
2
3
3
Our Code of Conduct is at
4
- https://matplotlib.org/stable/users/ project/code_of_conduct.html
4
+ https://matplotlib.org/stable/project/code_of_conduct.html
5
5
6
6
It is rendered from ` doc/project/code_of_conduct.rst `
Original file line number Diff line number Diff line change @@ -69,5 +69,5 @@ If Matplotlib contributes to a project that leads to publication, please
69
69
acknowledge this by citing Matplotlib.
70
70
71
71
[ A ready-made citation
72
- entry] ( https://matplotlib.org/stable/users/ project/citing.html ) is
72
+ entry] ( https://matplotlib.org/stable/project/citing.html ) is
73
73
available.
Original file line number Diff line number Diff line change @@ -304,7 +304,7 @@ Matplotlib's community is built by its members, if you would like to help out
304
304
see our :ref: `communications-guidelines `.
305
305
306
306
If Matplotlib contributes to a project that leads to a scientific publication,
307
- please follow the :doc: `/users/ project/citing ` guidelines.
307
+ please follow the :doc: `/project/citing ` guidelines.
308
308
309
309
If you have developed an extension to Matplotlib, please consider adding it to our
310
310
`third party package <https://github.com/matplotlib/mpl-third-party >`_ list.
Original file line number Diff line number Diff line change @@ -172,4 +172,4 @@ About us
172
172
.. toctree ::
173
173
:maxdepth: 2
174
174
175
- users/ project/index.rst
175
+ project/index.rst
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ Matplotlib was written by John D. Hunter, with contributions from an
14
14
ever-increasing number of users and developers. The current lead developer is
15
15
Thomas A. Caswell, who is assisted by many `active developers
16
16
<https://www.openhub.net/p/matplotlib/contributors> `_.
17
- Please also see our instructions on :doc: `/users/ project/citing `.
17
+ Please also see our instructions on :doc: `/project/citing `.
18
18
19
19
The following is a list of contributors extracted from the
20
20
git revision control history of the project:
Original file line number Diff line number Diff line change @@ -120,7 +120,7 @@ def _get_xdg_cache_dir():
120
120
}
121
121
doc_dir = Path (__file__ ).parent .parent .absolute () / "doc"
122
122
target_dir = doc_dir / "_static/zenodo_cache"
123
- citing = doc_dir / "users/ project/citing.rst"
123
+ citing = doc_dir / "project/citing.rst"
124
124
target_dir .mkdir (exist_ok = True , parents = True )
125
125
header = []
126
126
footer = []
You can’t perform that action at this time.
0 commit comments