diff options
Diffstat (limited to 'doc/extdev/index.rst')
-rw-r--r-- | doc/extdev/index.rst | 9 |
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 |