Movatterモバイル変換


[0]ホーム

URL:


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

Sign up
Appearance settings

Commitfeb2780

Browse files
authored
Merge pull request#27747 from shriyakalakata/install_docs
Move doc/users/installing/ to doc/install/
2 parents23ea909 +aa9e209 commitfeb2780

File tree

14 files changed

+20
-15
lines changed

14 files changed

+20
-15
lines changed

‎INSTALL.rst

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ and various graphical user interface toolkits.
3232

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

3737
##Contribute
3838

‎doc/api/prev_api_changes/api_changes_3.1.0.rst

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 3 additions & 3 deletions
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

Lines changed: 2 additions & 2 deletions
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/installing/dependencies.rstrenamed to‎doc/install/dependencies.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
.. redirect-from: /devel/dependencies
1+
..redirect-from::/devel/dependencies
2+
..redirect-from::/users/installing/dependencies
23

34
.. _dependencies:
45

@@ -391,7 +392,7 @@ The additional Python packages required to build the
391392

392393
The content of:file:`doc-requirements.txt` is also shown below:
393394

394-
..include::../../../requirements/doc/doc-requirements.txt
395+
..include::../../requirements/doc/doc-requirements.txt
395396
:literal:
396397

397398

‎doc/users/installing/environment_variables_faq.rstrenamed to‎doc/install/environment_variables_faq.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33

44
..redirect-from::/faq/installing_faq
55
..redirect-from::/users/faq/installing_faq
6+
..redirect-from::/users/installing/environment_variables_faq
67

78
=====================
89
Environment variables

‎doc/users/installing/index.rstrenamed to‎doc/install/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
..redirect-from::/users/installing
2+
..redirect-from::/users/installing/index
23

34
************
45
Installation

‎doc/users/installing/troubleshooting_faq.inc.rstrenamed to‎doc/install/troubleshooting_faq.inc.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
.. _troubleshooting-install:
22

3+
..redirect-from::/users/installing/troubleshooting_faq
4+
35
Troubleshooting
46
===============
57

‎doc/users/getting_started/index.rst

Lines changed: 1 addition & 1 deletion
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

‎doc/users/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,4 +102,4 @@ Using Matplotlib
102102
:hidden:
103103

104104
getting_started/index
105-
installing/index
105+
../install/index

‎pyproject.toml

Lines changed: 1 addition & 1 deletion
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)

[8]ページ先頭

©2009-2025 Movatter.jp