Add basic forms API doc

This commit is contained in:
Lance Edgar 2018-05-22 20:29:07 -05:00
parent c9eeabecba
commit a4095b30f7
2 changed files with 10 additions and 0 deletions

9
docs/api/forms.rst Normal file
View file

@ -0,0 +1,9 @@
``tailbone.forms``
==================
.. automodule:: tailbone.forms
:members:
.. autoclass:: tailbone.forms.Form
:members:

View file

@ -42,6 +42,7 @@ Package API:
.. toctree::
:maxdepth: 1
api/forms
api/grids
api/subscribers
api/views/batch