Skip to content

Commit

Permalink
Update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
jbleyel committed Apr 13, 2018
1 parent 01240b7 commit bb3240a
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 9 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@
/contrib/model_movies/folder
.sass-cache/
.vscode/
*.css.map
*.css.map
/doc/build/
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ after_success:
- cd doc
- make html
- cd build/html
- touch .nojekyll
- mv * ../../../Rel/

deploy:
Expand Down
11 changes: 11 additions & 0 deletions doc/source/common.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
.. _common-label:

Common
==========

.. automodule:: httpserver
:members:

.. automodule:: controllers.utilities
:members:

7 changes: 7 additions & 0 deletions doc/source/controller.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
.. _controller-label:

Controller
==========

.. automodule:: controllers.web
:members:
13 changes: 5 additions & 8 deletions doc/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,12 @@ Welcome to e2openplugin-OpenWebif's documentation!
:maxdepth: 2
:caption: Contents:

.. automodule:: httpserver
:members:

.. automodule:: controllers.web
:members:

.. automodule:: controllers.utilities
:members:
controller

`Flake 8 Report <flake8_report.txt>`_
`Bandit Report <bandit.html>`_
`JSHint Report 1 <jshint1_report.txt>`_
`JSHint Report 2 <jshint2_report.txt>`_

Indices and tables
==================
Expand Down

0 comments on commit bb3240a

Please sign in to comment.