Skip to content

Latest commit

 

History

History
44 lines (29 loc) · 849 Bytes

File metadata and controls

44 lines (29 loc) · 849 Bytes

CMI anglePDF

Repository for an angular-proability-density function exchange format anglePDF, pronounced as angled.

Installation

Standard setuptool installation, run

python setup.py install

or advanced versions using develop, --user, etc. – see the documentation for more details.

Documentation

To be done on readthedocs, but provide inline documentation from the beginning.

See this very sphinx-generated documentation for further details; it can be produced by running

python setup.py build_sphinx

See also the license.

Testing

Standard tests are implemented in tests/, run by executing

pytest