mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
docs: Add usage, development index page
Signed-off-by: Stephen Finucane <stephen@that.guru>
This commit is contained in:
13
doc/development/index.rst
Normal file
13
doc/development/index.rst
Normal file
@@ -0,0 +1,13 @@
|
||||
================
|
||||
Extending Sphinx
|
||||
================
|
||||
|
||||
This guide is aimed at those wishing to develop their own extensions for
|
||||
Sphinx. Sphinx possesses significant extensibility capabilities including the
|
||||
ability to hook into almost every point of the build process. If you simply
|
||||
wish to use Sphinx with existing extensions, refer to :doc:`/usage/index`.
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 2
|
||||
|
||||
tutorials/index
|
||||
Reference in New Issue
Block a user