diff --git a/INSTALL.rst b/INSTALL.rst index ac24c70ac518..3fb01c58d259 100644 --- a/INSTALL.rst +++ b/INSTALL.rst @@ -1 +1 @@ -See doc/users/installing/index.rst +See doc/install/index.rst diff --git a/README.md b/README.md index 6751e9a56e35..7b9c99597c0d 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ and various graphical user interface toolkits. See the [install documentation](https://matplotlib.org/stable/users/installing/index.html), -which is generated from `/doc/users/installing/index.rst` +which is generated from `/doc/install/index.rst` ## Contribute diff --git a/doc/api/prev_api_changes/api_changes_3.1.0.rst b/doc/api/prev_api_changes/api_changes_3.1.0.rst index 18f25d459200..5b06af781938 100644 --- a/doc/api/prev_api_changes/api_changes_3.1.0.rst +++ b/doc/api/prev_api_changes/api_changes_3.1.0.rst @@ -308,7 +308,7 @@ FreeType or libpng are not in the compiler or linker's default path, set the standard environment variables ``CFLAGS``/``LDFLAGS`` on Linux or OSX, or ``CL``/``LINK`` on Windows, to indicate the relevant paths. -See details in :doc:`/users/installing/index`. +See details in :doc:`/install/index`. Setting artist properties twice or more in the same call ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/doc/devel/contribute.rst b/doc/devel/contribute.rst index 510b67eead91..8c297beaddc1 100644 --- a/doc/devel/contribute.rst +++ b/doc/devel/contribute.rst @@ -266,7 +266,7 @@ document's URL roughly corresponds to its location in our folder structure: .. grid-item:: information about the library - * :file:`doc/users/installing/` + * :file:`doc/install/` * :file:`doc/project/` * :file:`doc/users/resources/` * :file:`doc/users/faq.rst` diff --git a/doc/devel/development_setup.rst b/doc/devel/development_setup.rst index 5b68172c2fc9..be99bed2fe5f 100644 --- a/doc/devel/development_setup.rst +++ b/doc/devel/development_setup.rst @@ -165,7 +165,7 @@ must be installed separately. .. toctree:: :maxdepth: 2 - ../users/installing/dependencies + ../install/dependencies .. _development-install: diff --git a/doc/devel/document.rst b/doc/devel/document.rst index d354ee5f238b..620c12c8db1c 100644 --- a/doc/devel/document.rst +++ b/doc/devel/document.rst @@ -239,7 +239,7 @@ Examples: .. code-block:: rst - See the :doc:`/users/installing/index` + See the :doc:`/install/index` See the tutorial :ref:`quick_start` @@ -247,14 +247,14 @@ Examples: will render as: - See the :doc:`/users/installing/index` + See the :doc:`/install/index` See the tutorial :ref:`quick_start` See the example :doc:`/gallery/lines_bars_and_markers/simple_plot` Sections can also be given reference labels. For instance from the -:doc:`/users/installing/index` link: +:doc:`/install/index` link: .. code-block:: rst diff --git a/doc/index.rst b/doc/index.rst index 00814b5ccc71..1a385d2330af 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -34,10 +34,10 @@ Install .. toctree:: :maxdepth: 2 - users/installing/index + install/index For more detailed instructions, see the -:doc:`installation guide `. +:doc:`installation guide `. Learn ===== diff --git a/doc/users/installing/dependencies.rst b/doc/install/dependencies.rst similarity index 99% rename from doc/users/installing/dependencies.rst rename to doc/install/dependencies.rst index fa666d280732..45dc249832ca 100644 --- a/doc/users/installing/dependencies.rst +++ b/doc/install/dependencies.rst @@ -1,4 +1,5 @@ -.. redirect-from: /devel/dependencies +.. redirect-from:: /devel/dependencies +.. redirect-from:: /users/installing/dependencies .. _dependencies: @@ -391,7 +392,7 @@ The additional Python packages required to build the The content of :file:`doc-requirements.txt` is also shown below: -.. include:: ../../../requirements/doc/doc-requirements.txt +.. include:: ../../requirements/doc/doc-requirements.txt :literal: diff --git a/doc/users/installing/environment_variables_faq.rst b/doc/install/environment_variables_faq.rst similarity index 98% rename from doc/users/installing/environment_variables_faq.rst rename to doc/install/environment_variables_faq.rst index efbcd9980fd0..ba384343cc5a 100644 --- a/doc/users/installing/environment_variables_faq.rst +++ b/doc/install/environment_variables_faq.rst @@ -3,6 +3,7 @@ .. redirect-from:: /faq/installing_faq .. redirect-from:: /users/faq/installing_faq +.. redirect-from:: /users/installing/environment_variables_faq ===================== Environment variables diff --git a/doc/users/installing/index.rst b/doc/install/index.rst similarity index 99% rename from doc/users/installing/index.rst rename to doc/install/index.rst index fa5187081b2f..ea8e29d71565 100644 --- a/doc/users/installing/index.rst +++ b/doc/install/index.rst @@ -1,4 +1,5 @@ .. redirect-from:: /users/installing +.. redirect-from:: /users/installing/index ************ Installation diff --git a/doc/users/installing/troubleshooting_faq.inc.rst b/doc/install/troubleshooting_faq.inc.rst similarity index 97% rename from doc/users/installing/troubleshooting_faq.inc.rst rename to doc/install/troubleshooting_faq.inc.rst index 2314187a9542..d130813a80c6 100644 --- a/doc/users/installing/troubleshooting_faq.inc.rst +++ b/doc/install/troubleshooting_faq.inc.rst @@ -1,5 +1,7 @@ .. _troubleshooting-install: +.. redirect-from:: /users/installing/troubleshooting_faq + Troubleshooting =============== diff --git a/doc/users/getting_started/index.rst b/doc/users/getting_started/index.rst index 68d62232ddc9..ac896687979d 100644 --- a/doc/users/getting_started/index.rst +++ b/doc/users/getting_started/index.rst @@ -22,7 +22,7 @@ Installation quick-start conda install -c conda-forge matplotlib -Further details are available in the :doc:`Installation Guide `. +Further details are available in the :doc:`Installation Guide `. Draw a first plot diff --git a/doc/users/index.rst b/doc/users/index.rst index eacb72749f81..2991e7d2b324 100644 --- a/doc/users/index.rst +++ b/doc/users/index.rst @@ -102,4 +102,4 @@ Using Matplotlib :hidden: getting_started/index - installing/index + ../install/index diff --git a/pyproject.toml b/pyproject.toml index 8d3ff39fc38e..0f21ac360e13 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -61,7 +61,7 @@ dev = [ [project.urls] "Homepage" = "https://matplotlib.org" -"Download" = "https://matplotlib.org/stable/users/installing/index.html" +"Download" = "https://matplotlib.org/stable/install/index.html" "Documentation" = "https://matplotlib.org" "Source Code" = "https://github.com/matplotlib/matplotlib" "Bug Tracker" = "https://github.com/matplotlib/matplotlib/issues"