The repository is used to provide detailed documentation on how to use the Workflomics web interface and its ecosystem.
Documentation is hosted at workflomics.readthedocs.io.
- 
Clone the repository and navigate to the root directory
 - 
Install the required packages
pip install -r docs/requirements.txt
 - 
Build the documentation
cd docs make html SPHINXOPTS="-W"
 - 
The documentation will be available in the
docs/build/htmldirectory. Open theindex.htmlfile in your browser to view the documentation.