feat: basic support for WSGI app, views, templates
also docs + tests for what we have so far
This commit is contained in:
commit
977c196f47
49 changed files with 2805 additions and 0 deletions
10
docs/api/index.rst
Normal file
10
docs/api/index.rst
Normal file
|
@ -0,0 +1,10 @@
|
|||
|
||||
Package API
|
||||
===========
|
||||
|
||||
This is the "raw" API documentation for the ``wuttaweb`` package.
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 2
|
||||
|
||||
wuttaweb/index
|
6
docs/api/wuttaweb/app.rst
Normal file
6
docs/api/wuttaweb/app.rst
Normal file
|
@ -0,0 +1,6 @@
|
|||
|
||||
``wuttaweb.app``
|
||||
================
|
||||
|
||||
.. automodule:: wuttaweb.app
|
||||
:members:
|
6
docs/api/wuttaweb/helpers.rst
Normal file
6
docs/api/wuttaweb/helpers.rst
Normal file
|
@ -0,0 +1,6 @@
|
|||
|
||||
``wuttaweb.helpers``
|
||||
====================
|
||||
|
||||
.. automodule:: wuttaweb.helpers
|
||||
:members:
|
17
docs/api/wuttaweb/index.rst
Normal file
17
docs/api/wuttaweb/index.rst
Normal file
|
@ -0,0 +1,17 @@
|
|||
|
||||
``wuttaweb``
|
||||
============
|
||||
|
||||
.. automodule:: wuttaweb
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 1
|
||||
|
||||
app
|
||||
helpers
|
||||
static
|
||||
subscribers
|
||||
util
|
||||
views
|
||||
views.base
|
||||
views.common
|
6
docs/api/wuttaweb/static.rst
Normal file
6
docs/api/wuttaweb/static.rst
Normal file
|
@ -0,0 +1,6 @@
|
|||
|
||||
``wuttaweb.static``
|
||||
===================
|
||||
|
||||
.. automodule:: wuttaweb.static
|
||||
:members:
|
6
docs/api/wuttaweb/subscribers.rst
Normal file
6
docs/api/wuttaweb/subscribers.rst
Normal file
|
@ -0,0 +1,6 @@
|
|||
|
||||
``wuttaweb.subscribers``
|
||||
========================
|
||||
|
||||
.. automodule:: wuttaweb.subscribers
|
||||
:members:
|
6
docs/api/wuttaweb/util.rst
Normal file
6
docs/api/wuttaweb/util.rst
Normal file
|
@ -0,0 +1,6 @@
|
|||
|
||||
``wuttaweb.util``
|
||||
=================
|
||||
|
||||
.. automodule:: wuttaweb.util
|
||||
:members:
|
6
docs/api/wuttaweb/views.base.rst
Normal file
6
docs/api/wuttaweb/views.base.rst
Normal file
|
@ -0,0 +1,6 @@
|
|||
|
||||
``wuttaweb.views.base``
|
||||
=======================
|
||||
|
||||
.. automodule:: wuttaweb.views.base
|
||||
:members:
|
6
docs/api/wuttaweb/views.common.rst
Normal file
6
docs/api/wuttaweb/views.common.rst
Normal file
|
@ -0,0 +1,6 @@
|
|||
|
||||
``wuttaweb.views.common``
|
||||
=========================
|
||||
|
||||
.. automodule:: wuttaweb.views.common
|
||||
:members:
|
6
docs/api/wuttaweb/views.rst
Normal file
6
docs/api/wuttaweb/views.rst
Normal file
|
@ -0,0 +1,6 @@
|
|||
|
||||
``wuttaweb.views``
|
||||
==================
|
||||
|
||||
.. automodule:: wuttaweb.views
|
||||
:members:
|
Loading…
Add table
Add a link
Reference in a new issue