-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #652 from ICB-DCM/develop
New Release v0.2.5
- Loading branch information
Showing
59 changed files
with
1,502 additions
and
388 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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
--- | ||
name: Blank issue | ||
about: A blank issue template | ||
title: '' | ||
labels: '' | ||
assignees: '' | ||
|
||
--- |
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 |
---|---|---|
@@ -0,0 +1,22 @@ | ||
--- | ||
name: Bug report | ||
about: Create a report to help us improve | ||
title: '' | ||
labels: bug | ||
assignees: '' | ||
|
||
--- | ||
|
||
**Bug description** | ||
[A clear and concise description of what the bug is.] | ||
|
||
**Expected behavior** | ||
[A clear and concise description of what you expected to happen.] | ||
|
||
**To reproduce** | ||
[A minimal example to reproduce this error, ideally a simple python script.] | ||
|
||
**Environment** | ||
- Operating system: [e.g. Ubuntu 20.04, macOS 11.2.1] | ||
- `pypesto` version: [via `pip show pypesto`] | ||
- Python version: [e.g. `python3 -V`] |
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 |
---|---|---|
@@ -0,0 +1,14 @@ | ||
--- | ||
name: Feature request | ||
about: Suggest an idea for this project | ||
title: '' | ||
labels: enhancement | ||
assignees: '' | ||
|
||
--- | ||
|
||
**Feature description** | ||
[A clear and concise description of what you would like to have.] | ||
|
||
**Motivation/Application** | ||
[Why is this feature useful?] |
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,42 +1,3 @@ | ||
# Documentation | ||
|
||
The `doc/` folder contains the files for building the pyPESTO documentation. | ||
|
||
|
||
## Requirements | ||
|
||
The documentation is based on sphinx. Install via | ||
|
||
``` | ||
pip3 install sphinx | ||
``` | ||
|
||
Furthermore, the files specified in `../.rtd_pip_reqs.txt` and `../.rtd_apt_reqs.txt` are required. Install via | ||
|
||
``` | ||
pip3 install --upgrade -r ../.rtd_pip_reqs.txt | ||
``` | ||
|
||
and | ||
|
||
``` | ||
cat ../.rtd_apt_reqs.txt | xargs sudo apt install -y | ||
``` | ||
|
||
respectively. | ||
|
||
|
||
## Build the documentation | ||
|
||
The documentation can be built in different formats, e.g. in html via | ||
|
||
``` | ||
make html | ||
``` | ||
|
||
The built documentation can then be found locally in the `_build` | ||
sub-directory. | ||
|
||
The documentation is built and published automatically on readthedocs.io | ||
every time the master branch on github.com is changed. It is recommended | ||
to compile and check the documentation manually beforehand. | ||
Find instructions on how to edit and build documentation in [contribute.rst](contribute.rst). |
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 |
---|---|---|
@@ -0,0 +1,23 @@ | ||
API reference | ||
============= | ||
|
||
.. automodule:: pypesto | ||
|
||
.. toctree:: | ||
:maxdepth: 2 | ||
:caption: API reference | ||
|
||
api_objective | ||
api_problem | ||
api_predict | ||
api_petab | ||
api_optimize | ||
api_profile | ||
api_sample | ||
api_result | ||
api_visualize | ||
api_engine | ||
api_startpoint | ||
api_store | ||
api_logging | ||
api_ensemble |
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
Oops, something went wrong.