docs: Add usage, development index page

Signed-off-by: Stephen Finucane <stephen@that.guru>
This commit is contained in:
Stephen Finucane
2020-05-29 17:06:16 +01:00
parent 9988d5ce26
commit f07ad49c22
3 changed files with 39 additions and 14 deletions

13
doc/development/index.rst Normal file
View 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