PyTimeODE

PyTimeODE#

Documentation Status gitlab pipeline status gitlab coverage report

Welcome to the main repository for the PyTimeODE project.

TL;DR#

Clone this repository and run

make init

This will generate an environment you can use to work with the project. Once this is done you can make the documentation, tests, etc. with commands like:

make test
make html
make doc-server
...

The latter will host the documentation on https://localhost:8000 and auto-update when you make changes. If you want to manually interact with the environment, then you can run:

make shell

In this shell, you can directly run pytest for example.

Developer Notes#

This file can be included in the documentation by adding the following to Docs/index.md:

```{include} ../README.md
```

See Docs/index.md for more details.

Funding#

https://www.nsf.gov/images/logos/NSF_4-Color_bitmap_Logo.png

Some of the material presented here is based upon work supported by the National Science Foundation under Grant Number 2012190. Any opinions, findings, and conclusions or recommendations expressed in this material are those of the author(s) and do not necessarily reflect the views of the National Science Foundation.