Skip to content

Commit 892a573

Browse files
Change to
1 parent 43c70c8 commit 892a573

File tree

9 files changed

+13
-13
lines changed

9 files changed

+13
-13
lines changed

INSTALL.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
See doc/users/installing/index.rst
1+
See doc/install/index.rst

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ and various graphical user interface toolkits.
3131
## Install
3232

3333
See the [install
34-
documentation](https://matplotlib.org/stable/users/installing/index.html),
35-
which is generated from `/doc/users/installing/index.rst`
34+
documentation](https://matplotlib.org/stable/install/index.html),
35+
which is generated from `/doc/install/index.rst`
3636

3737
## Contribute
3838

doc/api/prev_api_changes/api_changes_3.1.0.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ FreeType or libpng are not in the compiler or linker's default path, set the
308308
standard environment variables ``CFLAGS``/``LDFLAGS`` on Linux or OSX, or
309309
``CL``/``LINK`` on Windows, to indicate the relevant paths.
310310

311-
See details in :doc:`/users/installing/index`.
311+
See details in :doc:`/install/index`.
312312

313313
Setting artist properties twice or more in the same call
314314
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

doc/devel/contribute.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ document's URL roughly corresponds to its location in our folder structure:
266266

267267
.. grid-item:: information about the library
268268

269-
* :file:`doc/users/installing/`
269+
* :file:`doc/install/`
270270
* :file:`doc/project/`
271271
* :file:`doc/users/resources/`
272272
* :file:`doc/users/faq.rst`

doc/devel/development_setup.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ must be installed separately.
165165
.. toctree::
166166
:maxdepth: 2
167167

168-
../users/installing/dependencies
168+
../install/dependencies
169169

170170

171171
.. _development-install:

doc/devel/document.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -239,22 +239,22 @@ Examples:
239239

240240
.. code-block:: rst
241241
242-
See the :doc:`/users/installing/index`
242+
See the :doc:`/install/index`
243243
244244
See the tutorial :ref:`quick_start`
245245
246246
See the example :doc:`/gallery/lines_bars_and_markers/simple_plot`
247247
248248
will render as:
249249

250-
See the :doc:`/users/installing/index`
250+
See the :doc:`/install/index`
251251

252252
See the tutorial :ref:`quick_start`
253253

254254
See the example :doc:`/gallery/lines_bars_and_markers/simple_plot`
255255

256256
Sections can also be given reference labels. For instance from the
257-
:doc:`/users/installing/index` link:
257+
:doc:`/install/index` link:
258258

259259
.. code-block:: rst
260260

doc/index.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@ Install
3434
.. toctree::
3535
:maxdepth: 2
3636

37-
users/installing/index
37+
install/index
3838

3939
For more detailed instructions, see the
40-
:doc:`installation guide <users/installing/index>`.
40+
:doc:`installation guide <install/index>`.
4141

4242
Learn
4343
=====

doc/users/getting_started/index.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Installation quick-start
2222
2323
conda install -c conda-forge matplotlib
2424
25-
Further details are available in the :doc:`Installation Guide </users/installing/index>`.
25+
Further details are available in the :doc:`Installation Guide </install/index>`.
2626

2727

2828
Draw a first plot

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ dev = [
6161

6262
[project.urls]
6363
"Homepage" = "https://matplotlib.org"
64-
"Download" = "https://matplotlib.org/stable/users/installing/index.html"
64+
"Download" = "https://matplotlib.org/stable/install/index.html"
6565
"Documentation" = "https://matplotlib.org"
6666
"Source Code" = "https://github.com/matplotlib/matplotlib"
6767
"Bug Tracker" = "https://github.com/matplotlib/matplotlib/issues"

0 commit comments

Comments
 (0)