Skip to content

Commit

Permalink
Documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
jonatan treijs committed Feb 9, 2018
1 parent 3274b61 commit c03b80f
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 20 deletions.
38 changes: 25 additions & 13 deletions kamaji-api/doc/source/fabric.rst
@@ -1,22 +1,13 @@
Fabric
======

Views
-----

.. automodule:: fabric.views
:members:
:show-inheritance:

Tasks
-----

.. automodule:: fabric.tasks
:members:
:show-inheritance:
This package contains the Fabrics app and provides Django-style models, views and tasks
for launching and configuring Computes complete with networks and block storage.

Models
------
This package contains Django-style models that allows to set up the fabric of your
Kamaji environment.

.. automodule:: fabric.models.models_credentials
:members:
Expand All @@ -41,3 +32,24 @@ Models
.. automodule:: fabric.models.models_storage
:members:
:show-inheritance:

Views
-----

.. automodule:: fabric.views
:members:
:show-inheritance:

Tasks
-----

.. automodule:: fabric.tasks
:members:
:show-inheritance:

Validators
----------

.. automodule:: fabric.validators
:members:
:show-inheritance:
14 changes: 7 additions & 7 deletions kamaji-api/doc/source/shared.rst
Expand Up @@ -12,13 +12,6 @@ Models
:members:
:show-inheritance:

Validators
----------

.. automodule:: shared.rest_validators
:members:
:show-inheritance:

Views
-----

Expand Down Expand Up @@ -46,3 +39,10 @@ Exceptions
.. automodule:: shared.exceptions
:members:
:show-inheritance:

Validators
----------

.. automodule:: shared.rest_validators
:members:
:show-inheritance:

0 comments on commit c03b80f

Please sign in to comment.