start proper API documentation
This commit is contained in:
parent
4806e2c9e1
commit
cce50c2a75
20
docs/api.rst
20
docs/api.rst
@ -2,5 +2,23 @@
|
||||
API Documentation
|
||||
*****************
|
||||
|
||||
.. automodule:: migrate
|
||||
Module :mod:`migrate.changeset`
|
||||
===============================
|
||||
|
||||
.. automodule:: migrate.changeset
|
||||
:members:
|
||||
:synopsis: Database changeset management
|
||||
|
||||
Module :mod:`migrate.changeset.ansisql`
|
||||
---------------------------------------
|
||||
|
||||
.. automodule:: migrate.changeset.ansisql
|
||||
:members:
|
||||
:synopsis: Standard SQL implementation for altering database schemas
|
||||
|
||||
Module :mod:`migrate.versioning`
|
||||
================================
|
||||
|
||||
.. automodule:: migrate.versioning
|
||||
:members:
|
||||
:synopsis: Database version and repository management
|
||||
|
@ -337,7 +337,6 @@ assumes that commit is for a new version.
|
||||
Python API
|
||||
==========
|
||||
|
||||
.. module:: migrate.versioning
|
||||
.. currentmodule:: migrate.versioning
|
||||
|
||||
All commands available from the command line are also available for
|
||||
|
Loading…
x
Reference in New Issue
Block a user