Repository for hosting the radioactivedecay documentation using GitHub Pages.
The docs use the Sphinx package with the ReadTheDocs theme.
The docs source is located in the
docs directory
within the main package repository.
Use the Makefile in that directory to compile static HTML pages by
make htmlThe HTML files are created locally in the build sub-directory. Copy those files
to the docs directory of this repository on the main branch. Push the
new commit to GitHub.
radioactivedecay.github.io will
automatically update with the new files.