From c14fefa5b8635d030d2150a42a37894d035410bf Mon Sep 17 00:00:00 2001 From: Markus Holtermann Date: Wed, 20 Feb 2013 03:42:03 +0100 Subject: Some docstring fixes along with a docs directory --- docs/source/index.rst | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 docs/source/index.rst (limited to 'docs/source/index.rst') diff --git a/docs/source/index.rst b/docs/source/index.rst new file mode 100644 index 0000000..090a43d --- /dev/null +++ b/docs/source/index.rst @@ -0,0 +1,24 @@ +.. BVG-Grabber documentation master file, created by + sphinx-quickstart on Wed Feb 20 01:41:10 2013. + You can adapt this file completely to your liking, but it should at least + contain the root `toctree` directive. + +Welcome to BVG-Grabber's documentation! +======================================= + +Contents: + +.. toctree:: + ref/api + ref/utils + :maxdepth: 2 + + + +Indices and tables +================== + +* :ref:`genindex` +* :ref:`modindex` +* :ref:`search` + -- cgit v1.2.3