mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2026-09-03 20:52:55 -05:00
Convert text into links at bottom of tutorial.rst and top of config.rst
This commit is contained in:
+1
-1
@@ -56,7 +56,7 @@ General configuration
|
|||||||
|
|
||||||
.. confval:: extensions
|
.. confval:: extensions
|
||||||
|
|
||||||
A list of strings that are module names of Sphinx extensions. These can be
|
A list of strings that are module names of :ref:`extensions`. These can be
|
||||||
extensions coming with Sphinx (named ``sphinx.ext.*``) or custom ones.
|
extensions coming with Sphinx (named ``sphinx.ext.*``) or custom ones.
|
||||||
|
|
||||||
Note that you can extend :data:`sys.path` within the conf file if your
|
Note that you can extend :data:`sys.path` within the conf file if your
|
||||||
|
|||||||
+9
-4
@@ -300,12 +300,17 @@ features of intersphinx.
|
|||||||
More topics to be covered
|
More topics to be covered
|
||||||
-------------------------
|
-------------------------
|
||||||
|
|
||||||
- Other extensions (math, viewcode, doctest)
|
- :doc:`Other extensions <extensions>`:
|
||||||
|
|
||||||
|
* :doc:`ext/math`,
|
||||||
|
* :doc:`ext/viewcode`,
|
||||||
|
* :doc:`ext/doctest`,
|
||||||
|
* ...
|
||||||
- Static files
|
- Static files
|
||||||
- Selecting a theme
|
- :doc:`Selecting a theme <theming>`
|
||||||
- Templating
|
- :ref:`Templating <templating>`
|
||||||
- Using extensions
|
- Using extensions
|
||||||
- Writing extensions
|
- :ref:`Writing extensions <dev-extensions>`
|
||||||
|
|
||||||
|
|
||||||
.. rubric:: Footnotes
|
.. rubric:: Footnotes
|
||||||
|
|||||||
Reference in New Issue
Block a user