summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorPatrick Totzke <patricktotzke@gmail.com>2012-01-10 17:41:44 +0000
committerPatrick Totzke <patricktotzke@gmail.com>2012-01-10 17:41:44 +0000
commitb757c83ec2c25ee5643b3b818ce4578bf5ceca5d (patch)
tree0d5317c40c0b2f6399e1646640f69e9ef7cb9cd8 /docs
parentb80c28a77e6e389f4bd2f032d085bb010d33cbeb (diff)
Theme user manual
Diffstat (limited to 'docs')
-rw-r--r--docs/user/source/conf.py4
-rw-r--r--docs/user/source/config.rst2
-rw-r--r--docs/user/source/index.rst14
-rw-r--r--docs/user/source/theming.rst2
-rw-r--r--docs/user/source/usage.rst2
5 files changed, 13 insertions, 11 deletions
diff --git a/docs/user/source/conf.py b/docs/user/source/conf.py
index 597aeb49..b9babda3 100644
--- a/docs/user/source/conf.py
+++ b/docs/user/source/conf.py
@@ -96,14 +96,14 @@ html_theme = 'default'
# Theme options are theme-specific and customize the look and feel of a theme
# further. For a list of options available for each theme, see the
# documentation.
-#html_theme_options = {}
+html_theme_options = {'nosidebar': True}
# Add any paths that contain custom themes here, relative to this directory.
#html_theme_path = []
# The name for this set of Sphinx documents. If None, it defaults to
# "<project> v<release> documentation".
-#html_title = None
+html_title = 'Alot User Manual'
# A shorter title for the navigation bar. Default is the same as html_title.
#html_short_title = None
diff --git a/docs/user/source/config.rst b/docs/user/source/config.rst
new file mode 100644
index 00000000..6e79ebdf
--- /dev/null
+++ b/docs/user/source/config.rst
@@ -0,0 +1,2 @@
+Configuration
+=============
diff --git a/docs/user/source/index.rst b/docs/user/source/index.rst
index 4f3f2f83..b94829a6 100644
--- a/docs/user/source/index.rst
+++ b/docs/user/source/index.rst
@@ -3,18 +3,14 @@
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
-Welcome to alot's documentation!
-================================
+User Manual
+===========
Contents:
.. toctree::
:maxdepth: 2
-Indices and tables
-==================
-
-* :ref:`genindex`
-* :ref:`modindex`
-* :ref:`search`
-
+ usage
+ config
+ theming
diff --git a/docs/user/source/theming.rst b/docs/user/source/theming.rst
new file mode 100644
index 00000000..e033b10a
--- /dev/null
+++ b/docs/user/source/theming.rst
@@ -0,0 +1,2 @@
+Theming
+=======
diff --git a/docs/user/source/usage.rst b/docs/user/source/usage.rst
new file mode 100644
index 00000000..d4b9a152
--- /dev/null
+++ b/docs/user/source/usage.rst
@@ -0,0 +1,2 @@
+Usage
+=====