Skip to content

Commit 79dcdf6

Browse files
committed
Move installation FAQ into installing section
It is not referenced in the FAQ index, so seems weird to put there.
1 parent a3ffd67 commit 79dcdf6

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

doc/devel/documenting_mpl.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -197,22 +197,22 @@ Documents can be linked with the ``:doc:`` directive:
197197

198198
.. code-block:: rst
199199
200-
See the :doc:`/users/faq/installing_faq`
200+
See the :doc:`/users/installing/faq`
201201
202202
See the tutorial :doc:`/tutorials/introductory/usage`
203203
204204
See the example :doc:`/gallery/lines_bars_and_markers/simple_plot`
205205
206206
will render as:
207207

208-
See the :doc:`/users/faq/installing_faq`
208+
See the :doc:`/users/installing/faq`
209209

210210
See the tutorial :doc:`/tutorials/introductory/usage`
211211

212212
See the example :doc:`/gallery/lines_bars_and_markers/simple_plot`
213213

214214
Sections can also be given reference names. For instance from the
215-
:doc:`/users/faq/installing_faq` link:
215+
:doc:`/users/installing/faq` link:
216216

217217
.. code-block:: rst
218218
File renamed without changes.

doc/users/installing/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
:hidden:
66

77
installing_source.rst
8-
../faq/installing_faq.rst
8+
faq
99

1010
.. include:: ../../../INSTALL.rst

0 commit comments

Comments
 (0)