3
0
Fork 0

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:
Lance Edgar 2024-08-27 21:11:44 -05:00
parent 24f5ee1dcc
commit 71728718d8
53 changed files with 308 additions and 76 deletions

View file

@ -1,10 +0,0 @@
Package API
===========
This is the "raw" API documentation for the ``wuttaweb`` package.
.. toctree::
:maxdepth: 2
wuttaweb/index

View file

@ -0,0 +1,6 @@
``wuttaweb.conf``
=================
.. automodule:: wuttaweb.conf
:members:

View file

@ -0,0 +1,6 @@
``wuttaweb.db.continuum``
=========================
.. automodule:: wuttaweb.db.continuum
:members:

View file

@ -0,0 +1,6 @@
``wuttaweb.db.sess``
====================
.. automodule:: wuttaweb.db.sess
:members:

6
docs/api/wuttaweb.rst Normal file
View file

@ -0,0 +1,6 @@
``wuttaweb``
============
.. automodule:: wuttaweb
:members:

View file

@ -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