aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAymeric Augustin2013-10-27 13:29:01 +0100
committerAymeric Augustin2013-10-27 13:29:01 +0100
commit0b05a1b7257079d623012cd06cade1be4a0ff0d4 (patch)
treefaea1ed7c632983376f62626ca8b2106bfbef5a1
parent89f12ba3c5762b4c94fb99f59865caa9df830838 (diff)
downloaddjango-debug-toolbar-0b05a1b7257079d623012cd06cade1be4a0ff0d4.tar.bz2
Initial structure of the docs.
-rw-r--r--docs/commands.rst2
-rw-r--r--docs/configuration.rst2
-rw-r--r--docs/contributing.rst2
-rw-r--r--docs/index.rst25
-rw-r--r--docs/installation.rst2
-rw-r--r--docs/panels.rst2
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
+======