The functions in cd11.py, clf.py, css.py, and smart24.py are currently not included in the documentation, since I didn't get around to editing their docstrings. They can be included in the future — once their docstrings are edited — by removing the variable apidoc_excluded_paths from doc/conf.py.
Post-merge TO-DO:
[x] Set up Read the Docs to work off of master instead of doc
This PR implements a modern documentation solution with Sphinx for generation and Read the Docs for hosting, similar to what was done for the RTM code in this PR. The documentation is hosted at uaf-waveform-collection.readthedocs.io.
The functions in
cd11.py
,clf.py
,css.py
, andsmart24.py
are currently not included in the documentation, since I didn't get around to editing their docstrings. They can be included in the future — once their docstrings are edited — by removing the variableapidoc_excluded_paths
fromdoc/conf.py
.Post-merge TO-DO:
master
instead ofdoc
gather_waveforms()