-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
12 changed files
with
41 additions
and
58 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,22 @@ | ||
*.pyc | ||
_pycache__/ | ||
# compiled Python files | ||
*.egg-info/ | ||
__pycache__/ | ||
*.pyc | ||
dist/ | ||
build/ | ||
|
||
# test results | ||
tests/results/ | ||
|
||
# coverage files | ||
htmlcov/ | ||
.coverage | ||
coverage.xml | ||
|
||
# compiled documentation | ||
README.rst | ||
docs/objects.inv | ||
docs/.buildinfo | ||
docs/.doctrees/ | ||
docs/_raw_sources/ | ||
docs/_sources/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -51,15 +51,21 @@ coverage html | |
|
||
## Documentation convention | ||
|
||
BioSimulators-tellurium is documented using [reStructuredText](https://www.sphinx-doc.org/en/master/usage/restructuredtext/index.html) and the [napoleon Sphinx plugin](https://www.sphinx-doc.org/en/master/usage/extensions/napoleon.html). | ||
BioSimulators-tellurium is documented using [reStructuredText](https://www.sphinx-doc.org/en/master/usage/restructuredtext/index.html) and the [napoleon Sphinx plugin](https://www.sphinx-doc.org/en/master/usage/extensions/napoleon.html). The documentation can be compiled by running the following commands: | ||
|
||
``` | ||
python -m pip install -r docs-src/requirements.txt | ||
sphinx-apidoc . setup.py --output-dir docs-src/source --force --module-first --no-toc | ||
sphinx-build docs-src docs | ||
``` | ||
|
||
## Submitting changes | ||
|
||
Please use GitHub pull requests to submit changes. Each request should include a brief description of the new and/or modified features. | ||
|
||
## Releasing and deploying new versions | ||
## Releasing new versions | ||
|
||
Contact the [BioSimulators Team](mailto:[email protected]) to request release and deployment of new changes. | ||
Contact the [BioSimulators Team](mailto:[email protected]) to request release of new changes. | ||
|
||
## Reporting issues | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -33,7 +33,7 @@ LABEL \ | |
about.summary="Python-based environment for model building, simulation, and analysis that facilitates reproducibility of models in systems and synthetic biology" \ | ||
about.home="http://tellurium.analogmachine.org/" \ | ||
about.documentation="https://tellurium.readthedocs.io/" \ | ||
about.license_file="https://github.com/sys-bio/tellurium/blob/master/LICENSE.txt" \ | ||
about.license_file="https://github.com/sys-bio/tellurium/blob/develop/LICENSE.txt" \ | ||
about.license="SPDX:Apache-2.0" \ | ||
about.tags="kinetic modeling,dynamical simulation,systems biology,biochemical networks,SBML,SED-ML,COMBINE,OMEX,BioSimulators" \ | ||
maintainer="BioSimulators Team <[email protected]>" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
[test-docker] | ||
docker | ||
Biosimulations_utils[docker] | ||
biosimulations_utils[docker] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
cement | ||
matplotlib | ||
python_libcombine | ||
tellurium | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters