Skip to content

Commit

Permalink
Re-generated documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
sambowers committed Jan 16, 2018
1 parent 07848c6 commit 6b092ae
Show file tree
Hide file tree
Showing 5 changed files with 415 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
SPHINXOPTS =
SPHINXBUILD = sphinx-build
PAPER =
BUILDDIR = _build
BUILDDIR = build

# Internal variables.
PAPEROPT_a4 = -D latex_paper_size=a4
PAPEROPT_letter = -D latex_paper_size=letter
ALLSPHINXOPTS = -d $(BUILDDIR)/doctrees $(PAPEROPT_$(PAPER)) $(SPHINXOPTS) .
ALLSPHINXOPTS = -d $(BUILDDIR)/doctrees $(PAPEROPT_$(PAPER)) $(SPHINXOPTS) source
# the i18n builder cannot share the environment and doctrees with the others
I18NSPHINXOPTS = $(PAPEROPT_$(PAPER)) $(SPHINXOPTS) .
I18NSPHINXOPTS = $(PAPEROPT_$(PAPER)) $(SPHINXOPTS) source

.PHONY: help
help:
Expand Down
38 changes: 38 additions & 0 deletions docs/source/biota.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
biota package
=============

Submodules
----------

biota.calibration module
------------------------

.. automodule:: biota.calibration
:members:
:undoc-members:
:show-inheritance:

biota.change2 module
--------------------

.. automodule:: biota.change2
:members:
:undoc-members:
:show-inheritance:

biota.download module
---------------------

.. automodule:: biota.download
:members:
:undoc-members:
:show-inheritance:


Module contents
---------------

.. automodule:: biota
:members:
:undoc-members:
:show-inheritance:

0 comments on commit 6b092ae

Please sign in to comment.