Started API reference documentation

master
Dustin C. Hatch 2011-04-05 23:40:33 -05:00
parent f3b0f44449
commit ae0d14df60
11 changed files with 75 additions and 0 deletions

View File

@ -14,6 +14,7 @@ Contents:
:maxdepth: 2 :maxdepth: 2
rationale rationale
reference/index
Indices and tables Indices and tables
================== ==================

6
doc/reference/app.rst Normal file
View File

@ -0,0 +1,6 @@
=========
milla.app
=========
.. automodule:: milla.app
:members:

View File

@ -0,0 +1,6 @@
=====================
milla.auth.decorators
=====================
.. automodule:: milla.auth.decorators
:members:

View File

@ -0,0 +1,11 @@
==========
milla.auth
==========
.. toctree::
:glob:
*
.. automodule:: milla.auth
:members:

View File

@ -0,0 +1,6 @@
======================
milla.auth.permissions
======================
.. automodule:: milla.auth.permissions
:members:

View File

@ -0,0 +1,6 @@
=================
milla.controllers
=================
.. automodule:: milla.controllers
:members:

View File

@ -0,0 +1,11 @@
==============
milla.dispatch
==============
.. toctree::
:glob:
*
.. automodule:: milla.dispatch
:members:

View File

@ -0,0 +1,6 @@
======================
milla.dispatch.routing
======================
.. automodule:: milla.dispatch.routing
:members:

View File

@ -0,0 +1,6 @@
========================
milla.dispatch.traversal
========================
.. automodule:: milla.dispatch.traversal
:members:

10
doc/reference/index.rst Normal file
View File

@ -0,0 +1,10 @@
=============
API Reference
=============
.. toctree::
:glob:
auth/index
dispatch/index
*

6
doc/reference/util.rst Normal file
View File

@ -0,0 +1,6 @@
==========
milla.util
==========
.. automodule:: milla.util
:members: