Skip to content

Updating the Documentation

Kiri Choi edited this page Sep 14, 2019 · 3 revisions

To update the documentation, one should modify the content of https://github.com/sys-bio/tellurium/tree/develop/docs accordingly. Most of the documents are written in .rst files, but API documentation is pulled from docstrings so python scripts have to be updated. Tellurium documentation is based on readthedocs, so once the change is committed and pushed, the documentation should update automatically.

Keep in mind that the Python documentation is currently tracking the develop branch.

For detailed description, read https://github.com/sys-bio/tellurium/blob/develop/docs/README.md