Skip to content

Documentation resources

Candace Makeda Moore, MD edited this page Dec 31, 2021 · 10 revisions

Documentation for programmers and developers is online at https://drcandacemakedamoore.github.io/cleanX/

Documentation specifically for medical professionals is available presently inside the documentation for programmers. Legacy medical professional documentation is on the Wiki at medical professional documentation.

You can also build the programmer/developer documentation in the latest version by command.

Developer Documentation can be generated by these commands:

python setup.py apidoc

python setup.py build_sphinx

The documentation will be generated in ./build/sphinx/html directory. Documentation is constantly under revision as we add new functions.

Clone this wiki locally