Skip to content

Commit

Permalink
updated docs and requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiaskoenig committed Jan 27, 2016
1 parent 7464bca commit 4c907fa
Show file tree
Hide file tree
Showing 31 changed files with 12 additions and 6 deletions.
2 changes: 2 additions & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,4 +78,6 @@ To build the complete API documentation use the build script `make_docs.sh` in t
* creates the `html` documentation (analoque to minimal build)

## Open Issues
* API `.. autofunction::` & `automodule:: create` created locally but not on readthedocs.org
* links between functions in documentation (i.e. hyperlinks between functions for easy navigation in API)

Binary file modified docs/_build/html/.doctrees/API.doctree
Binary file not shown.
Binary file modified docs/_build/html/.doctrees/_apidoc/tellurium.Export.doctree
Binary file not shown.
Binary file not shown.
Binary file modified docs/_build/html/.doctrees/_apidoc/tellurium.analysis.doctree
Binary file not shown.
Binary file modified docs/_build/html/.doctrees/_apidoc/tellurium.doctree
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified docs/_build/html/.doctrees/_apidoc/tellurium.tests.doctree
Binary file not shown.
Binary file not shown.
Binary file modified docs/_build/html/.doctrees/_apidoc/tellurium.widgets.doctree
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified docs/_build/html/.doctrees/_notebooks/core/introduction.doctree
Binary file not shown.
Binary file not shown.
Binary file modified docs/_build/html/.doctrees/_notebooks/core/parameter_scan.doctree
Binary file not shown.
Binary file not shown.
Binary file modified docs/_build/html/.doctrees/_notebooks/core/template.doctree
Binary file not shown.
Binary file modified docs/_build/html/.doctrees/environment.pickle
Binary file not shown.
Binary file modified docs/_build/html/.doctrees/index.doctree
Binary file not shown.
Binary file modified docs/_build/html/.doctrees/installation.doctree
Binary file not shown.
Binary file modified docs/_build/html/.doctrees/introduction.doctree
Binary file not shown.
Binary file modified docs/_build/html/.doctrees/notebooks.doctree
Binary file not shown.
Binary file modified docs/_build/html/.doctrees/tellurium_methods.doctree
Binary file not shown.
4 changes: 2 additions & 2 deletions docs/_build/html/API.html
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,8 @@
<div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
<div itemprop="articleBody">

<div class="section" id="api">
<h1>API<a class="headerlink" href="#api" title="Permalink to this headline"></a></h1>
<div class="section" id="module-tellurium">
<span id="api"></span><h1>API<a class="headerlink" href="#module-tellurium" title="Permalink to this headline"></a></h1>
</div>


Expand Down
Binary file modified docs/_build/html/objects.inv
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/_build/html/searchindex.js

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion docs/make_docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ echo "DONE"
echo "--------------------------------------"
echo "create html docs"
echo "--------------------------------------"
make html
# make html
sphinx-build -b html . _build/html
echo "DONE"

# the new documentation is now in docs/_built
Expand Down
7 changes: 5 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,16 +1,19 @@
# not installable via pip
roadrunner
antimony
libsbml
libsedml
phrasedml
sbml2matlab
sedml2py # unzipy used in SedmlToRr but not available

# installable via pip
python-libsbml
ipywidgets
bioservices
matplotlib
numpy
pygraphviz
ipython
sedml2py # unzipy used in SedmlToRr but not available

# for testing
nose
Expand Down

0 comments on commit 4c907fa

Please sign in to comment.