Workflomics / workflomics-readthedocs

The repository is used to provide detailed documentation on how to use the Workflomics web interface and its ecosystem.
0 stars 1 forks source link

Workflomics Documentation

Documentation Status

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.

How to build the documentation locally

  1. Clone the repository and navigate to the root directory

  2. Install the required packages

    pip install -r docs/requirements.txt
  3. Build the documentation

    cd docs
    make html SPHINXOPTS="-W"
  4. The documentation will be available in the docs/build/html directory. Open the index.html file in your browser to view the documentation.