diff options
| -rw-r--r-- | docs/commands.rst | 2 | ||||
| -rw-r--r-- | docs/configuration.rst | 2 | ||||
| -rw-r--r-- | docs/contributing.rst | 2 | ||||
| -rw-r--r-- | docs/index.rst | 25 | ||||
| -rw-r--r-- | docs/installation.rst | 2 | ||||
| -rw-r--r-- | docs/panels.rst | 2 | 
6 files changed, 17 insertions, 18 deletions
| diff --git a/docs/commands.rst b/docs/commands.rst new file mode 100644 index 0000000..675c188 --- /dev/null +++ b/docs/commands.rst @@ -0,0 +1,2 @@ +Commands +======== diff --git a/docs/configuration.rst b/docs/configuration.rst new file mode 100644 index 0000000..6e79ebd --- /dev/null +++ b/docs/configuration.rst @@ -0,0 +1,2 @@ +Configuration +============= diff --git a/docs/contributing.rst b/docs/contributing.rst new file mode 100644 index 0000000..5a1988f --- /dev/null +++ b/docs/contributing.rst @@ -0,0 +1,2 @@ +Contributing +============ 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 diff --git a/docs/installation.rst b/docs/installation.rst new file mode 100644 index 0000000..11e4437 --- /dev/null +++ b/docs/installation.rst @@ -0,0 +1,2 @@ +Installation +============ diff --git a/docs/panels.rst b/docs/panels.rst new file mode 100644 index 0000000..7ea0c1a --- /dev/null +++ b/docs/panels.rst @@ -0,0 +1,2 @@ +Panels +====== | 
