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
|
@ -1,10 +0,0 @@
|
|||
|
||||
Package API
|
||||
===========
|
||||
|
||||
This is the "raw" API documentation for the ``wuttaweb`` package.
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 2
|
||||
|
||||
wuttaweb/index
|
6
docs/api/wuttaweb.conf.rst
Normal file
6
docs/api/wuttaweb.conf.rst
Normal file
|
@ -0,0 +1,6 @@
|
|||
|
||||
``wuttaweb.conf``
|
||||
=================
|
||||
|
||||
.. automodule:: wuttaweb.conf
|
||||
:members:
|
6
docs/api/wuttaweb.db.continuum.rst
Normal file
6
docs/api/wuttaweb.db.continuum.rst
Normal file
|
@ -0,0 +1,6 @@
|
|||
|
||||
``wuttaweb.db.continuum``
|
||||
=========================
|
||||
|
||||
.. automodule:: wuttaweb.db.continuum
|
||||
:members:
|
6
docs/api/wuttaweb.db.sess.rst
Normal file
6
docs/api/wuttaweb.db.sess.rst
Normal file
|
@ -0,0 +1,6 @@
|
|||
|
||||
``wuttaweb.db.sess``
|
||||
====================
|
||||
|
||||
.. automodule:: wuttaweb.db.sess
|
||||
:members:
|
6
docs/api/wuttaweb.rst
Normal file
6
docs/api/wuttaweb.rst
Normal file
|
@ -0,0 +1,6 @@
|
|||
|
||||
``wuttaweb``
|
||||
============
|
||||
|
||||
.. automodule:: wuttaweb
|
||||
:members:
|
|
@ -1,38 +0,0 @@
|
|||
|
||||
``wuttaweb``
|
||||
============
|
||||
|
||||
.. automodule:: wuttaweb
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 1
|
||||
|
||||
app
|
||||
auth
|
||||
db
|
||||
forms
|
||||
forms.base
|
||||
forms.schema
|
||||
forms.widgets
|
||||
grids
|
||||
grids.base
|
||||
grids.filters
|
||||
handler
|
||||
helpers
|
||||
menus
|
||||
progress
|
||||
static
|
||||
subscribers
|
||||
util
|
||||
views
|
||||
views.auth
|
||||
views.base
|
||||
views.common
|
||||
views.essential
|
||||
views.master
|
||||
views.people
|
||||
views.progress
|
||||
views.roles
|
||||
views.settings
|
||||
views.upgrades
|
||||
views.users
|
Loading…
Add table
Add a link
Reference in a new issue