From 89f12ba3c5762b4c94fb99f59865caa9df830838 Mon Sep 17 00:00:00 2001 From: Aymeric Augustin Date: Sun, 27 Oct 2013 13:19:17 +0100 Subject: Create Sphinx docs. --- 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 0000000..86e4f42 --- /dev/null +++ b/docs/index.rst @@ -0,0 +1,22 @@ +.. Django Debug Toolbar documentation master file, created by + sphinx-quickstart on Sun Oct 27 13:18:25 2013. + You can adapt this file completely to your liking, but it should at least + contain the root `toctree` directive. + +Welcome to Django Debug Toolbar's documentation! +================================================ + +Contents: + +.. toctree:: + :maxdepth: 2 + + + +Indices and tables +================== + +* :ref:`genindex` +* :ref:`modindex` +* :ref:`search` + -- cgit v1.2.3