summaryrefslogtreecommitdiff
path: root/docs/index.rst
diff options
context:
space:
mode:
authorirungentoo <irungentoo@gmail.com>2013-08-01 14:44:41 -0700
committerirungentoo <irungentoo@gmail.com>2013-08-01 14:44:41 -0700
commitc6799c5fbec9a276bc6dafd837d7b0e808699c9a (patch)
tree7206e2bfe7c9db9b8e40f6e173f3fc7a793c3858 /docs/index.rst
parent1e016375166a23e259abd34a0c30cdbf5c3d119b (diff)
parente95ecfc467997f831a664342acda5f911e43379f (diff)
Merge pull request #220 from fhahn/sphinx-docs
Documentation using sphinx
Diffstat (limited to 'docs/index.rst')
-rw-r--r--docs/index.rst25
1 files changed, 25 insertions, 0 deletions
diff --git a/docs/index.rst b/docs/index.rst
new file mode 100644
index 00000000..10e0d1d2
--- /dev/null
+++ b/docs/index.rst
@@ -0,0 +1,25 @@
1.. ProjectTox documentation master file, created by
2 sphinx-quickstart on Wed Jul 31 23:07:35 2013.
3 You can adapt this file completely to your liking, but it should at least
4 contain the root `toctree` directive.
5
6Welcome to ProjectTox's documentation!
7======================================
8
9Contents:
10
11.. toctree::
12 start_guide.rst
13 install.rst
14 commands.rst
15 :maxdepth: 2
16
17
18
19Indices and tables
20==================
21
22* :ref:`genindex`
23* :ref:`modindex`
24* :ref:`search`
25