8000 More doc reorganization by timhoffm · Pull Request #21422 · matplotlib/matplotlib · GitHub
[go: up one dir, main page]

Skip to content

More doc reorganization #21422

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Oct 22, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion doc/devel/contributing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ Other ways to contribute
It also helps us if you spread the word: reference the project from your blog
and articles or link to it from your website! If Matplotlib contributes to a
project that leads to a scientific publication, please follow the
:doc:`/users/backmatter/citing` guidelines.
:doc:`/users/project/citing` guidelines.

.. _coding_guidelines:

Expand Down
22 changes: 10 additions & 12 deletions doc/users/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,15 @@
Users guide
###########

Tutorials and examples
######################

.. toctree::
:maxdepth: 1

../plot_types/index.rst
../tutorials/index.rst
../gallery/index.rst

General
#######
Expand All @@ -28,16 +37,5 @@ Reference

../api/index.rst
../devel/index.rst
backmatter/index.rst
project/index.rst
release_notes.rst


Tutorials and examples
######################

.. toctree::
:maxdepth: 1

../plot_types/index.rst
../tutorials/index.rst
../gallery/index.rst
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,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/backmatter/citing`.
Please also see our instructions on :doc:`/users/project/citing`.

The following is a list of contributors extracted from the
git revision control history of the project:
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion tools/cache_zenodo_svg.py
Original file 5E89 line number Diff line number Diff line change
Expand Up @@ -106,7 +106,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/backmatter/citing.rst"
citing = doc_dir / "users/project/citing.rst"
target_dir.mkdir(exist_ok=True, parents=True)
header = []
footer = []
Expand Down
0