Add docs for new batch system.
And some other tweak(s).
This commit is contained in:
parent
6c7f1afcf4
commit
937a55c14d
7 changed files with 148 additions and 5 deletions
29
docs/api/views/batch.rst
Normal file
29
docs/api/views/batch.rst
Normal file
|
@ -0,0 +1,29 @@
|
|||
.. -*- coding: utf-8 -*-
|
||||
|
||||
``tailbone.views.batch``
|
||||
========================
|
||||
|
||||
.. automodule:: tailbone.views.batch
|
||||
|
||||
.. autoclass:: BatchGrid
|
||||
:members:
|
||||
|
||||
.. autoclass:: FileBatchGrid
|
||||
:members:
|
||||
|
||||
.. autoclass:: BatchCrud
|
||||
:members:
|
||||
|
||||
.. autoclass:: FileBatchCrud
|
||||
:members:
|
||||
|
||||
.. autoclass:: BatchRowGrid
|
||||
:members:
|
||||
|
||||
.. autoclass:: ProductBatchRowGrid
|
||||
:members:
|
||||
|
||||
.. autoclass:: BatchRowCrud
|
||||
:members:
|
||||
|
||||
.. autofunction:: defaults
|
20
docs/api/views/vendors.catalogs.rst
Normal file
20
docs/api/views/vendors.catalogs.rst
Normal file
|
@ -0,0 +1,20 @@
|
|||
.. -*- coding: utf-8 -*-
|
||||
|
||||
``tailbone.views.vendors.catalogs``
|
||||
===================================
|
||||
|
||||
.. automodule:: tailbone.views.vendors.catalogs
|
||||
|
||||
.. autoclass:: VendorCatalogGrid
|
||||
:members:
|
||||
|
||||
.. autoclass:: VendorCatalogCrud
|
||||
:members:
|
||||
|
||||
.. autoclass:: VendorCatalogRowGrid
|
||||
:members:
|
||||
|
||||
.. autoclass:: VendorCatalogRowCrud
|
||||
:members:
|
||||
|
||||
.. autofunction:: includeme
|
Loading…
Add table
Add a link
Reference in a new issue