First commit, basic config (with db) and app handler
this has 100% test coverage and i intend to keep it that way. api docs have a good start but still need narrative. several more things must be added before i can seriously consider incorporating into rattail but this seemed a good save point
This commit is contained in:
commit
5c3c42d6b3
36 changed files with 3322 additions and 0 deletions
12
docs/api/index.rst
Normal file
12
docs/api/index.rst
Normal file
|
@ -0,0 +1,12 @@
|
|||
|
||||
Package API
|
||||
===========
|
||||
|
||||
This is the "raw" API documentation for the ``wuttjamaican`` package. It hopefully
|
||||
contains all pertinent info regarding available functions, classes and their
|
||||
attributes and method signatures etc.
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 2
|
||||
|
||||
wuttjamaican/index
|
6
docs/api/wuttjamaican/app.rst
Normal file
6
docs/api/wuttjamaican/app.rst
Normal file
|
@ -0,0 +1,6 @@
|
|||
|
||||
``wuttjamaican.app``
|
||||
====================
|
||||
|
||||
.. automodule:: wuttjamaican.app
|
||||
:members:
|
6
docs/api/wuttjamaican/conf.rst
Normal file
6
docs/api/wuttjamaican/conf.rst
Normal file
|
@ -0,0 +1,6 @@
|
|||
|
||||
``wuttjamaican.conf``
|
||||
=====================
|
||||
|
||||
.. automodule:: wuttjamaican.conf
|
||||
:members:
|
6
docs/api/wuttjamaican/db.conf.rst
Normal file
6
docs/api/wuttjamaican/db.conf.rst
Normal file
|
@ -0,0 +1,6 @@
|
|||
|
||||
``wuttjamaican.db.conf``
|
||||
========================
|
||||
|
||||
.. automodule:: wuttjamaican.db.conf
|
||||
:members:
|
6
docs/api/wuttjamaican/db.rst
Normal file
6
docs/api/wuttjamaican/db.rst
Normal file
|
@ -0,0 +1,6 @@
|
|||
|
||||
``wuttjamaican.db``
|
||||
===================
|
||||
|
||||
.. automodule:: wuttjamaican.db
|
||||
:members:
|
6
docs/api/wuttjamaican/db.sess.rst
Normal file
6
docs/api/wuttjamaican/db.sess.rst
Normal file
|
@ -0,0 +1,6 @@
|
|||
|
||||
``wuttjamaican.db.sess``
|
||||
========================
|
||||
|
||||
.. automodule:: wuttjamaican.db.sess
|
||||
:members:
|
6
docs/api/wuttjamaican/exc.rst
Normal file
6
docs/api/wuttjamaican/exc.rst
Normal file
|
@ -0,0 +1,6 @@
|
|||
|
||||
``wuttjamaican.exc``
|
||||
====================
|
||||
|
||||
.. automodule:: wuttjamaican.exc
|
||||
:members:
|
16
docs/api/wuttjamaican/index.rst
Normal file
16
docs/api/wuttjamaican/index.rst
Normal file
|
@ -0,0 +1,16 @@
|
|||
|
||||
``wuttjaimaican``
|
||||
=================
|
||||
|
||||
.. automodule:: wuttjamaican
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 1
|
||||
|
||||
app
|
||||
conf
|
||||
db
|
||||
db.conf
|
||||
db.sess
|
||||
exc
|
||||
util
|
6
docs/api/wuttjamaican/util.rst
Normal file
6
docs/api/wuttjamaican/util.rst
Normal file
|
@ -0,0 +1,6 @@
|
|||
|
||||
``wuttjamaican.util``
|
||||
=====================
|
||||
|
||||
.. automodule:: wuttjamaican.util
|
||||
:members:
|
Loading…
Add table
Add a link
Reference in a new issue