You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+4-12Lines changed: 4 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,10 +13,6 @@ The repository follows standard Python conventions:
13
13
*`README.md`: Overview of the repository
14
14
*`biosimulators_amici/`: Python code for a BioSimulators-compliant command-line interface to AMICI
15
15
*`tests/`: unit tests for the command-line interface
16
-
*`setup.py`: installation script for the command-line interface
17
-
*`setup.cfg`: configuration for the installation of the command-line interface
18
-
*`requirements.txt`: dependencies for the command-line interface
19
-
*`requirements.optional.txt`: optional dependencies for the command-line interface
20
16
*`MANIFEST.in`: a list of files to include in the package for the command-line interface
21
17
*`LICENSE`: License
22
18
*`CONTRIBUTING.md`: Guide to contributing to BioSimulators-AMICI (this document)
@@ -54,7 +50,7 @@ coverage html
54
50
BioSimulators-AMICI 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:
0 commit comments