Skip to content

jeffhartnell/echidna

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

echidna

A limit setting and spectrum fitting tool.

Documentation

Sphinx based documentation is available in the docs directory. To build HTML documentation,

cd doc
make html

Output is placed in doc/_build/html. This documentation is built using the napoleon extension to sphinx, which allows the google style comments.

Note: After updating code be sure to run in the base directory

sphinx-apidoc -f -H echidna -o docs echidna/

Testing

To test the code is working as expected run

python -m unittest discover echidna/test/

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 87.7%
  • Makefile 6.2%
  • Shell 6.1%