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

Appearance settings

Commit 25567d9

Browse filesBrowse files
Refactored references from users/project/ to project/ in affected files
1 parent 821d512 commit 25567d9
Copy full SHA for 25567d9

File tree

Expand file treeCollapse file tree

6 files changed

+6
-6
lines changed
Filter options
Expand file treeCollapse file tree

6 files changed

+6
-6
lines changed

‎CODE_OF_CONDUCT.md

Copy file name to clipboard
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!--placeholder page so Github knows we have a CoC-->
22

33
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
55

66
It is rendered from `doc/project/code_of_conduct.rst`

‎README.md

Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,5 +69,5 @@ If Matplotlib contributes to a project that leads to publication, please
6969
acknowledge this by citing Matplotlib.
7070

7171
[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
7373
available.

‎doc/devel/contribute.rst

Copy file name to clipboardExpand all lines: doc/devel/contribute.rst
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ Matplotlib's community is built by its members, if you would like to help out
304304
see our :ref:`communications-guidelines`.
305305

306306
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.
308308

309309
If you have developed an extension to Matplotlib, please consider adding it to our
310310
`third party package <https://github.com/matplotlib/mpl-third-party>`_ list.

‎doc/index.rst

Copy file name to clipboardExpand all lines: doc/index.rst
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,4 +172,4 @@ About us
172172
.. toctree::
173173
:maxdepth: 2
174174

175-
users/project/index.rst
175+
project/index.rst

‎doc/project/credits.rst

Copy file name to clipboardExpand all lines: doc/project/credits.rst
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Matplotlib was written by John D. Hunter, with contributions from an
1414
ever-increasing number of users and developers. The current lead developer is
1515
Thomas A. Caswell, who is assisted by many `active developers
1616
<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`.
1818

1919
The following is a list of contributors extracted from the
2020
git revision control history of the project:

‎tools/cache_zenodo_svg.py

Copy file name to clipboardExpand all lines: tools/cache_zenodo_svg.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ def _get_xdg_cache_dir():
120120
}
121121
doc_dir = Path(__file__).parent.parent.absolute() / "doc"
122122
target_dir = doc_dir / "_static/zenodo_cache"
123-
citing = doc_dir / "users/project/citing.rst"
123+
citing = doc_dir / "project/citing.rst"
124124
target_dir.mkdir(exist_ok=True, parents=True)
125125
header = []
126126
footer = []

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.