Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/niess/pumas-docs
Documentation for the PUMAS library
https://github.com/niess/pumas-docs
Last synced: 22 days ago
JSON representation
Documentation for the PUMAS library
- Host: GitHub
- URL: https://github.com/niess/pumas-docs
- Owner: niess
- License: mit
- Created: 2018-04-24T21:13:15.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-02-13T09:59:10.000Z (over 1 year ago)
- Last Synced: 2023-03-05T09:35:18.472Z (over 1 year ago)
- Language: Shell
- Homepage: https://pumas.readthedocs.io/en/latest/
- Size: 313 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING.LESSER
Awesome Lists containing this project
README
# Documentation for the PUMAS library
( **S**emi **A**nalytical **MU**ons -or taus- **P**ropagation, *backwards* )## Description
This repo contains the [source](docs/) of the [PUMAS][PUMAS] documentation as
well as as well as a static HTML description of the C library API. The
documentation is generated with [MkDocs][MKDOCS] and the C
library API with a [Docurium](https://github.com/niess/docurium) fork.## Usage
The generated documention(s) are available from
[ReadTheDocs](https://pumas.readthedocs.io/en/latest/). Alternativelly you can
also browse the documentation locally with
[MkDocs][MKDOCS] e.g. as:
```bash
git clone https://github.com/niess/pumas-docs.git docs
cd docs/docs
mkdocs serve
```
Then direct your web browser to localhost:8000.## License
The PUMAS library is under the **GNU LGPLv3** license. See the provided
[LICENSE](LICENSE) and [COPYING.LESSER](COPYING.LESSER) files.[PUMAS]: http://niess.github.io/pumas
[MKDOCS]: https://www.mkdocs.org