blob: 167c7aab668aedfc7b0f263628e8c1b78ab95ef7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
============
Using Sphinx
============
This guide serves to demonstrate how one can get started with Sphinx and covers
everything from installing Sphinx and configuring your first Sphinx project to
using some of the advanced features Sphinx provides out-of-the-box. If you are
looking for guidance on extending Sphinx, refer to :doc:`/development/index`.
.. toctree::
:maxdepth: 2
restructuredtext/index
markdown
referencing
configuration
builders/index
domains/index
extensions/index
theming
advanced/intl
advanced/websupport/index
|