diff options
| author | Aymeric Augustin | 2013-10-27 13:29:01 +0100 | 
|---|---|---|
| committer | Aymeric Augustin | 2013-10-27 13:29:01 +0100 | 
| commit | 0b05a1b7257079d623012cd06cade1be4a0ff0d4 (patch) | |
| tree | faea1ed7c632983376f62626ca8b2106bfbef5a1 /docs/index.rst | |
| parent | 89f12ba3c5762b4c94fb99f59865caa9df830838 (diff) | |
| download | django-debug-toolbar-0b05a1b7257079d623012cd06cade1be4a0ff0d4.tar.bz2 | |
Initial structure of the docs.
Diffstat (limited to 'docs/index.rst')
| -rw-r--r-- | docs/index.rst | 25 | 
1 files changed, 7 insertions, 18 deletions
| diff --git a/docs/index.rst b/docs/index.rst index 86e4f42..5134a83 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -1,22 +1,11 @@ -.. 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: +Django Debug Toolbar +====================  .. toctree::     :maxdepth: 2 - - -Indices and tables -================== - -* :ref:`genindex` -* :ref:`modindex` -* :ref:`search` - +   installation +   configuration +   panels +   commands +   contributing | 
