Added to the docs, mostly the user guide

This commit is contained in:
Harry Marr
2009-12-22 03:42:35 +00:00
parent 78d8cc7df8
commit 69eaf4b3f6
7 changed files with 303 additions and 44 deletions

View File

@@ -44,10 +44,11 @@ copyright = u'2009, Harry Marr'
# |version| and |release|, also used in various other places throughout the
# built documents.
#
import mongoengine
# The short X.Y version.
version = '0.1'
version = mongoengine.get_version()
# The full version, including alpha/beta/rc tags.
release = '0.1'
release = mongoengine.get_release()
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
@@ -128,7 +129,7 @@ html_static_path = ['_static']
# If true, SmartyPants will be used to convert quotes and dashes to
# typographically correct entities.
#html_use_smartypants = True
html_use_smartypants = True
# Custom sidebar templates, maps document names to template names.
#html_sidebars = {}