Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sphinx-doc/sphinx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'doc/development/index.rst')
-rw-r--r--doc/development/index.rst13
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/development/index.rst b/doc/development/index.rst
new file mode 100644
index 000000000..6a3406a20
--- /dev/null
+++ b/doc/development/index.rst
@@ -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