summaryrefslogtreecommitdiff
path: root/docs/source/index.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/source/index.rst')
-rw-r--r--docs/source/index.rst46
1 files changed, 46 insertions, 0 deletions
diff --git a/docs/source/index.rst b/docs/source/index.rst
new file mode 100644
index 0000000..940f2bd
--- /dev/null
+++ b/docs/source/index.rst
@@ -0,0 +1,46 @@
+.. Reconfigure documentation master file, created by
+ sphinx-quickstart on Mon Aug 15 15:18:35 2011.
+ You can adapt this file completely to your liking, but it should at least
+ contain the root `toctree` directive.
+
+Welcome to Reconfigure's documentation!
+=======================================
+
+Links:
+------
+
+* `Source at GitHub <http://github.com/Eugeny/reconfigure>`_
+* Questions? `Email me <mailto:e@ajeni.org>`_
+* `PyPI <http://pypi.python.org/pypi?:action=display&name=reconfigure>`_
+* `CI <http://ajenti.org:9090/job/reconfigure/>`_
+
+Contents:
+---------
+
+.. toctree::
+ :maxdepth: 2
+
+ docs/quickstart
+ docs/architecture
+
+
+API Reference:
+--------------
+
+.. toctree::
+ :maxdepth: 2
+
+ ref/reconfigure.configs
+ ref/reconfigure.parsers
+ ref/reconfigure.nodes
+ ref/reconfigure.includers
+ ref/reconfigure.builders
+ ref/reconfigure.items.bound
+
+
+Indices and tables
+==================
+
+* :ref:`genindex`
+* :ref:`modindex`
+* :ref:`search`