Started API reference documentation
parent
f3b0f44449
commit
ae0d14df60
|
@ -14,6 +14,7 @@ Contents:
|
||||||
:maxdepth: 2
|
:maxdepth: 2
|
||||||
|
|
||||||
rationale
|
rationale
|
||||||
|
reference/index
|
||||||
|
|
||||||
Indices and tables
|
Indices and tables
|
||||||
==================
|
==================
|
||||||
|
|
|
@ -0,0 +1,6 @@
|
||||||
|
=========
|
||||||
|
milla.app
|
||||||
|
=========
|
||||||
|
|
||||||
|
.. automodule:: milla.app
|
||||||
|
:members:
|
|
@ -0,0 +1,6 @@
|
||||||
|
=====================
|
||||||
|
milla.auth.decorators
|
||||||
|
=====================
|
||||||
|
|
||||||
|
.. automodule:: milla.auth.decorators
|
||||||
|
:members:
|
|
@ -0,0 +1,11 @@
|
||||||
|
==========
|
||||||
|
milla.auth
|
||||||
|
==========
|
||||||
|
|
||||||
|
.. toctree::
|
||||||
|
:glob:
|
||||||
|
|
||||||
|
*
|
||||||
|
|
||||||
|
.. automodule:: milla.auth
|
||||||
|
:members:
|
|
@ -0,0 +1,6 @@
|
||||||
|
======================
|
||||||
|
milla.auth.permissions
|
||||||
|
======================
|
||||||
|
|
||||||
|
.. automodule:: milla.auth.permissions
|
||||||
|
:members:
|
|
@ -0,0 +1,6 @@
|
||||||
|
=================
|
||||||
|
milla.controllers
|
||||||
|
=================
|
||||||
|
|
||||||
|
.. automodule:: milla.controllers
|
||||||
|
:members:
|
|
@ -0,0 +1,11 @@
|
||||||
|
==============
|
||||||
|
milla.dispatch
|
||||||
|
==============
|
||||||
|
|
||||||
|
.. toctree::
|
||||||
|
:glob:
|
||||||
|
|
||||||
|
*
|
||||||
|
|
||||||
|
.. automodule:: milla.dispatch
|
||||||
|
:members:
|
|
@ -0,0 +1,6 @@
|
||||||
|
======================
|
||||||
|
milla.dispatch.routing
|
||||||
|
======================
|
||||||
|
|
||||||
|
.. automodule:: milla.dispatch.routing
|
||||||
|
:members:
|
|
@ -0,0 +1,6 @@
|
||||||
|
========================
|
||||||
|
milla.dispatch.traversal
|
||||||
|
========================
|
||||||
|
|
||||||
|
.. automodule:: milla.dispatch.traversal
|
||||||
|
:members:
|
|
@ -0,0 +1,10 @@
|
||||||
|
=============
|
||||||
|
API Reference
|
||||||
|
=============
|
||||||
|
|
||||||
|
.. toctree::
|
||||||
|
:glob:
|
||||||
|
|
||||||
|
auth/index
|
||||||
|
dispatch/index
|
||||||
|
*
|
|
@ -0,0 +1,6 @@
|
||||||
|
==========
|
||||||
|
milla.util
|
||||||
|
==========
|
||||||
|
|
||||||
|
.. automodule:: milla.util
|
||||||
|
:members:
|
Loading…
Reference in New Issue