/danton-docs

API documentation for the DANTON library

Primary LanguageShellMIT LicenseMIT

API documentation for the DANTON library

( DecAyiNg Taus frOm Neutrinos )

Description

This is an HTML documentation of the DANTON library API. The latest build is available from GitHub pages. The documentation is automatically generated from a Docurium fork.

Usage

Clone the present repository, e.g. as:

cd danton && git clone https://github.com/niess/danton-docs.git docs

Then one can navigate the local content by directing a browser to the docs/index.html file. Note that with some browsers, e.g. chrome, you'll need to explicitly serve the file using a local HTTP server. For example, using Python:

cd docs/docs
python -m SimpleHTTPServer 8000

Then direct your browser to localhost:8000.

License

The DANTON library is under the GNU LGPLv3 license. See the provided LICENSE and COPYING.LESSER files.