Skip to content

Commit

Permalink
Refactored references from users/project/ to project/ in affected files
Browse files Browse the repository at this point in the history
  • Loading branch information
shriyakalakata committed Jan 26, 2024
1 parent 821d512 commit 25567d9
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!--placeholder page so Github knows we have a CoC-->

Our Code of Conduct is at
https://matplotlib.org/stable/users/project/code_of_conduct.html
https://matplotlib.org/stable/project/code_of_conduct.html

It is rendered from `doc/project/code_of_conduct.rst`
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,5 +69,5 @@ If Matplotlib contributes to a project that leads to publication, please
acknowledge this by citing Matplotlib.

[A ready-made citation
entry](https://matplotlib.org/stable/users/project/citing.html) is
entry](https://matplotlib.org/stable/project/citing.html) is
available.
2 changes: 1 addition & 1 deletion doc/devel/contribute.rst
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ Matplotlib's community is built by its members, if you would like to help out
see our :ref:`communications-guidelines`.

If Matplotlib contributes to a project that leads to a scientific publication,
please follow the :doc:`/users/project/citing` guidelines.
please follow the :doc:`/project/citing` guidelines.

If you have developed an extension to Matplotlib, please consider adding it to our
`third party package <https://github.com/matplotlib/mpl-third-party>`_ list.
Expand Down
2 changes: 1 addition & 1 deletion doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -172,4 +172,4 @@ About us
.. toctree::
:maxdepth: 2

users/project/index.rst
project/index.rst
2 changes: 1 addition & 1 deletion doc/project/credits.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Matplotlib was written by John D. Hunter, with contributions from an
ever-increasing number of users and developers. The current lead developer is
Thomas A. Caswell, who is assisted by many `active developers
<https://www.openhub.net/p/matplotlib/contributors>`_.
Please also see our instructions on :doc:`/users/project/citing`.
Please also see our instructions on :doc:`/project/citing`.

The following is a list of contributors extracted from the
git revision control history of the project:
Expand Down
2 changes: 1 addition & 1 deletion tools/cache_zenodo_svg.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ def _get_xdg_cache_dir():
}
doc_dir = Path(__file__).parent.parent.absolute() / "doc"
target_dir = doc_dir / "_static/zenodo_cache"
citing = doc_dir / "users/project/citing.rst"
citing = doc_dir / "project/citing.rst"
target_dir.mkdir(exist_ok=True, parents=True)
header = []
footer = []
Expand Down

0 comments on commit 25567d9

Please sign in to comment.