Skip to content

Commit

Permalink
Fix doc.
Browse files Browse the repository at this point in the history
  • Loading branch information
alenz33 committed Apr 7, 2015
1 parent ab7096d commit 7e479bb
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 3 deletions.
40 changes: 39 additions & 1 deletion doc/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,45 @@ Conduct API
Build steps
-----------

.. automodule:: conduct.buildsteps
Base classes
~~~~~~~~~~~~

.. automodule:: conduct.buildsteps.base
:members:
:undoc-members:

Debian specific build steps
~~~~~~~~~~~~~~~~~~~~~~~~~~~

.. automodule:: conduct.buildsteps.deb
:members:
:undoc-members:

Device file build steps
~~~~~~~~~~~~~~~~~~~~~~~

.. automodule:: conduct.buildsteps.dev
:members:
:undoc-members:

File system build steps
~~~~~~~~~~~~~~~~~~~~~~~

.. automodule:: conduct.buildsteps.fs
:members:
:undoc-members:

Generic build steps
~~~~~~~~~~~~~~~~~~~

.. automodule:: conduct.buildsteps.generic
:members:
:undoc-members:

System call build steps
~~~~~~~~~~~~~~~~~~~~~~~

.. automodule:: conduct.buildsteps.syscall
:members:
:undoc-members:

Expand Down
2 changes: 1 addition & 1 deletion doc/ext/paramdoc.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
from sphinx.domains.python import PyClassmember, PyModulelevel, PythonDomain
from sphinx.ext.autodoc import ClassDocumenter

from conduct.buildsteps import BuildStep
from conduct.buildsteps.base import BuildStep


class PyParameter(PyClassmember):
Expand Down
2 changes: 1 addition & 1 deletion doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Welcome to conduct's documentation!
Contents:

.. toctree::
:maxdepth: 2
:maxdepth: 3

intro
start
Expand Down

0 comments on commit 7e479bb

Please sign in to comment.