Browse Source

Yowee, some empty documentation.

Rafał Pitoń 11 years ago
parent
commit
c5f5b301b6
3 changed files with 5 additions and 14 deletions
  1. 1 0
      .gitignore
  2. 2 2
      docs/conf.py
  3. 2 12
      docs/index.rst

+ 1 - 0
.gitignore

@@ -173,6 +173,7 @@ debug_toolbar/**
 dev/**
 dev/**
 django/**
 django/**
 django_jinja/**
 django_jinja/**
+docs/_build/**
 floppyforms/**
 floppyforms/**
 haystack/**
 haystack/**
 jinja2/**
 jinja2/**

+ 2 - 2
docs/conf.py

@@ -51,9 +51,9 @@ copyright = u'2013, Rafał Pitoń'
 # built documents.
 # built documents.
 #
 #
 # The short X.Y version.
 # The short X.Y version.
-version = '0.4'
+version = '0.5'
 # The full version, including alpha/beta/rc tags.
 # The full version, including alpha/beta/rc tags.
-release = '0.4'
+release = '0.5'
 
 
 # The language for content autogenerated by Sphinx. Refer to documentation
 # The language for content autogenerated by Sphinx. Refer to documentation
 # for a list of supported languages.
 # for a list of supported languages.

+ 2 - 12
docs/index.rst

@@ -6,17 +6,7 @@
 Welcome to Misago's documentation!
 Welcome to Misago's documentation!
 ==================================
 ==================================
 
 
-Contents:
+This documentation is only placeholder.
 
 
-.. toctree::
-   :maxdepth: 2
-
-
-
-Indices and tables
-==================
-
-* :ref:`genindex`
-* :ref:`modindex`
-* :ref:`search`
+Real documentation is being writen on "cleanup" branch as progress is made in Misago's refactoring.