Sphinx-based documentation added
authorStas Shtin <antisvin@gmail.com>
Sun, 11 Apr 2010 19:37:59 +0000 (23:37 +0400)
committerStas Shtin <antisvin@gmail.com>
Sun, 11 Apr 2010 19:37:59 +0000 (23:37 +0400)
doc/en/about.rst [new file with mode: 0644]
doc/en/conf.py
doc/en/index.rst

diff --git a/doc/en/about.rst b/doc/en/about.rst
new file mode 100644 (file)
index 0000000..19bc790
--- /dev/null
@@ -0,0 +1,4 @@
+About IPyPBX
+============
+
+IPyPBX is an IP-PBX system written in python with PyQT framework. Freeswitch is used as the backend.
index 50f2c2c..90032d4 100644 (file)
@@ -51,7 +51,7 @@ release = '0.1a1'
 
 # The language for content autogenerated by Sphinx. Refer to documentation
 # for a list of supported languages.
-#language = None
+language = 'en'
 
 # There are two options for replacing |today|: either, you set today to some
 # non-false value, then it is used:
@@ -91,7 +91,7 @@ pygments_style = 'sphinx'
 
 # The theme to use for HTML and HTML Help pages.  Major themes that come with
 # Sphinx are currently 'default' and 'sphinxdoc'.
-html_theme = 'default'
+html_theme = 'traditional'
 
 # 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
index 0eed9db..4110a19 100644 (file)
@@ -11,6 +11,8 @@ Contents:
 .. toctree::
    :maxdepth: 2
 
+   about
+
 Indices and tables
 ==================