From 6906c76ed22baebc82a2be3f787e2b0dddb3b06a Mon Sep 17 00:00:00 2001 From: cedricbonhomme Date: Sat, 15 Sep 2012 08:56:44 +0200 Subject: Added initial files for the documentation. --- docs/index.rst | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 docs/index.rst (limited to 'docs/index.rst') diff --git a/docs/index.rst b/docs/index.rst new file mode 100644 index 00000000..f1f260af --- /dev/null +++ b/docs/index.rst @@ -0,0 +1,22 @@ +.. pyAggr3g470r documentation master file, created by + sphinx-quickstart on Sat Sep 15 08:55:50 2012. + You can adapt this file completely to your liking, but it should at least + contain the root `toctree` directive. + +Welcome to pyAggr3g470r's documentation! +======================================== + +Contents: + +.. toctree:: + :maxdepth: 2 + + + +Indices and tables +================== + +* :ref:`genindex` +* :ref:`modindex` +* :ref:`search` + -- cgit