Skip to content

Commit

Permalink
More doc improvements.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmchilton committed Mar 3, 2015
1 parent 9aa9d9f commit c2f29a7
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 13 deletions.
5 changes: 3 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,10 @@ coverage:

docs:
rm -f docs/planemo.rst
rm -f docs/planemo_ext.rst
rm -f docs/modules.rst
sphinx-apidoc -o docs/ planemo
sphinx-apidoc -o docs/ planemo_ext
sphinx-apidoc -f -o docs/ planemo_ext planemo_ext/galaxy/eggs
sphinx-apidoc -f -o docs/ planemo
python scripts/commands_to_rst.py
$(MAKE) -C docs clean
$(MAKE) -C docs html
Expand Down
10 changes: 0 additions & 10 deletions docs/planemo_ext.galaxy.eggs.rst

This file was deleted.

1 change: 0 additions & 1 deletion docs/planemo_ext.galaxy.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ Subpackages

.. toctree::

planemo_ext.galaxy.eggs
planemo_ext.galaxy.jobs
planemo_ext.galaxy.objectstore
planemo_ext.galaxy.tools
Expand Down
8 changes: 8 additions & 0 deletions docs/planemo_ext.galaxy.tools.linters.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,14 @@ planemo_ext.galaxy.tools.linters.citations module
:undoc-members:
:show-inheritance:

planemo_ext.galaxy.tools.linters.command module
-----------------------------------------------

.. automodule:: planemo_ext.galaxy.tools.linters.command
:members:
:undoc-members:
:show-inheritance:

planemo_ext.galaxy.tools.linters.help module
--------------------------------------------

Expand Down

0 comments on commit c2f29a7

Please sign in to comment.