Add basic forms API doc
This commit is contained in:
parent
c9eeabecba
commit
a4095b30f7
9
docs/api/forms.rst
Normal file
9
docs/api/forms.rst
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
|
||||||
|
``tailbone.forms``
|
||||||
|
==================
|
||||||
|
|
||||||
|
.. automodule:: tailbone.forms
|
||||||
|
:members:
|
||||||
|
|
||||||
|
.. autoclass:: tailbone.forms.Form
|
||||||
|
:members:
|
|
@ -42,6 +42,7 @@ Package API:
|
||||||
.. toctree::
|
.. toctree::
|
||||||
:maxdepth: 1
|
:maxdepth: 1
|
||||||
|
|
||||||
|
api/forms
|
||||||
api/grids
|
api/grids
|
||||||
api/subscribers
|
api/subscribers
|
||||||
api/views/batch
|
api/views/batch
|
||||||
|
|
Loading…
Reference in a new issue