-
-
Notifications
You must be signed in to change notification settings - Fork 8.1k
Move doc/users/installing/ to doc/install/ #27747
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
Changes from 8 commits
0ca3e59
5570d23
41964fe
43c70c8
892a573
34b5333
064acbb
61a8555
aa9e209
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1 +1 @@ | ||
| See doc/users/installing/index.rst | ||
| See doc/install/index.rst |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,5 @@ | ||
| .. redirect-from:: /users/installing | ||
| .. redirect-from:: /users/installing/index | ||
|
|
||
| ************ | ||
| Installation | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -102,4 +102,4 @@ Using Matplotlib | |
| :hidden: | ||
|
|
||
| getting_started/index | ||
| installing/index | ||
| ../install/index | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -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" | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. is it ok to change this now or should this wait for the other redirects?
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I think it's fine; it'll only affect the rc page, and once final is out, we'll update the main page to go along with it. |
||
| "Documentation" = "https://matplotlib.org" | ||
| "Source Code" = "https://github.com/matplotlib/matplotlib" | ||
| "Bug Tracker" = "https://github.com/matplotlib/matplotlib/issues" | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.