summaryrefslogtreecommitdiffstats
path: root/doc/extdev/index.rst
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-09-19 04:57:07 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-09-19 04:57:07 +0000
commit46fc0a4b3dccce58c429f408c04cf5cda3af9fb5 (patch)
tree410d83c434319e0c6f8035cdfa60ae8957b1d909 /doc/extdev/index.rst
parentAdding upstream version 7.3.7. (diff)
downloadsphinx-46fc0a4b3dccce58c429f408c04cf5cda3af9fb5.tar.xz
sphinx-46fc0a4b3dccce58c429f408c04cf5cda3af9fb5.zip
Adding upstream version 7.4.7.upstream/7.4.7upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'doc/extdev/index.rst')
-rw-r--r--doc/extdev/index.rst9
1 files changed, 5 insertions, 4 deletions
diff --git a/doc/extdev/index.rst b/doc/extdev/index.rst
index 8332315..9617dd4 100644
--- a/doc/extdev/index.rst
+++ b/doc/extdev/index.rst
@@ -1,7 +1,7 @@
.. _dev-extensions:
-Sphinx Extensions API
-=====================
+Sphinx API
+==========
Since many projects will need special features in their documentation, Sphinx
is designed to be extensible on several levels.
@@ -85,7 +85,7 @@ extension. These are:
The config is available as ``app.config`` or ``env.config``.
To see an example of use of these objects, refer to
-:doc:`../development/tutorials/index`.
+:ref:`the tutorials <extension-tutorials-index>`.
.. _build-phases:
@@ -147,7 +147,7 @@ the individual nodes of each doctree and produces some output in the process.
that checks external links does not need anything more than the parsed
doctrees and therefore does not have phases 2--4.
-To see an example of application, refer to :doc:`../development/tutorials/todo`.
+To see an example of application, refer to :ref:`tutorial-extend-build`.
.. _ext-metadata:
@@ -204,6 +204,7 @@ disposal when developing Sphinx extensions. Some are core to Sphinx
:maxdepth: 2
appapi
+ event_callbacks
projectapi
envapi
builderapi