feat: add basic support for wutta-continuum
and i mean *basic* - so far.. eventually will expose version history for viewing etc. unfortunately got carried away and reorganized the api docs a little while i was at it..
This commit is contained in:
parent
24f5ee1dcc
commit
71728718d8
53 changed files with 308 additions and 76 deletions
|
@ -11,13 +11,53 @@ project.
|
|||
|
||||
.. _test coverage: https://buildbot.rattailproject.org/coverage/wuttaweb/
|
||||
|
||||
However as you can see..the API should be fairly well documented but
|
||||
the narrative docs are pretty scant. That will eventually change.
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 3
|
||||
:caption: Contents:
|
||||
:maxdepth: 2
|
||||
:caption: Documentation:
|
||||
|
||||
glossary
|
||||
narr/index
|
||||
api/index
|
||||
narr/templates/index
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 1
|
||||
:caption: Package API:
|
||||
|
||||
api/wuttaweb
|
||||
api/wuttaweb.app
|
||||
api/wuttaweb.auth
|
||||
api/wuttaweb.conf
|
||||
api/wuttaweb.db
|
||||
api/wuttaweb.db.continuum
|
||||
api/wuttaweb.db.sess
|
||||
api/wuttaweb.forms
|
||||
api/wuttaweb.forms.base
|
||||
api/wuttaweb.forms.schema
|
||||
api/wuttaweb.forms.widgets
|
||||
api/wuttaweb.grids
|
||||
api/wuttaweb.grids.base
|
||||
api/wuttaweb.grids.filters
|
||||
api/wuttaweb.handler
|
||||
api/wuttaweb.helpers
|
||||
api/wuttaweb.menus
|
||||
api/wuttaweb.progress
|
||||
api/wuttaweb.static
|
||||
api/wuttaweb.subscribers
|
||||
api/wuttaweb.util
|
||||
api/wuttaweb.views
|
||||
api/wuttaweb.views.auth
|
||||
api/wuttaweb.views.base
|
||||
api/wuttaweb.views.common
|
||||
api/wuttaweb.views.essential
|
||||
api/wuttaweb.views.master
|
||||
api/wuttaweb.views.people
|
||||
api/wuttaweb.views.progress
|
||||
api/wuttaweb.views.roles
|
||||
api/wuttaweb.views.settings
|
||||
api/wuttaweb.views.upgrades
|
||||
api/wuttaweb.views.users
|
||||
|
||||
|
||||
Indices and tables
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue