Extend docs.
This commit is contained in:
parent
ff98190f3b
commit
582af184de
@ -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:
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -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.
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user