Extend docs.

This commit is contained in:
Friedrich Lindenberg 2014-02-12 14:14:26 +01:00
parent ff98190f3b
commit 582af184de
2 changed files with 4 additions and 4 deletions

View File

@ -8,7 +8,7 @@ Database
-------- --------
.. autoclass:: dataset.Database .. autoclass:: dataset.Database
:members: tables, get_table, create_table, load_table, query :members: tables, get_table, create_table, load_table, query, begin, commit, rollback
:special-members: :special-members:

View File

@ -48,9 +48,9 @@ copyright = u'2013, Friedrich Lindenberg, Gregor Aisch, Stefan Wehrmeyer'
# built documents. # built documents.
# #
# The short X.Y version. # The short X.Y version.
version = '0.3' version = '0.5'
# The full version, including alpha/beta/rc tags. # The full version, including alpha/beta/rc tags.
release = '0.3' 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.