Skip to content

Commit

Permalink
Merge pull request #146 from opencobra/fix/docs
Browse files Browse the repository at this point in the history
refactor: organize documentation build
  • Loading branch information
Midnighter committed Aug 9, 2017
2 parents a00958b + 10c572b commit efbb01a
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@

# General information about the project.
project = u'memote'
copyright = u"2017, Moritz E. Beber"
copyright = u"2017, Novo Nordisk Foundation Center for Biosustainability, # Technical University of Denmark"

# The version info for the project you're documenting, acts as replacement
# for |version| and |release|, also used in various other places throughout
Expand Down
19 changes: 19 additions & 0 deletions docs/organization.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
====================
Package Organization
====================

.. code-block::
memote - memote - support - ...
- suite - tests - ...
- reporting - ...
- tests - test_for_support
* ``memote/support/``:
* Functions that perform checks on the model and return results.
* ``memote/suite/tests/``:
* ``pytest`` functions that compare the output of ``memote/support/`` functions
with expected values.
* ``tests/``:
* ``pytest`` functions that ensure that ``memote/support/`` functions perform
as expected.
3 changes: 3 additions & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Sphinx
numpydoc
sphinx-bootstrap-theme

0 comments on commit efbb01a

Please sign in to comment.