Apache airavata

Clone this repo:
  1. a55a603 Adding build.os key to .readthedocs.yaml by Marcus Christie · 9 months ago main
  2. 0792d9f Adding .readthedocs.yaml file by Marcus Christie · 11 months ago
  3. 8ac24c0 Adding February 2023 release documentation by eroma2014 · 1 year, 2 months ago
  4. 292362e Fixing few broken links in documentation by eroma2014 · 1 year, 3 months ago
  5. 831b067 Fixing relative link by Marcus Christie · 1 year, 3 months ago

Apache Airavata User Documentation

Apache Airavata user documentation with Markdown.


Building documentation

Documentation

Create a virtual environment first (one time setup):

python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt

Build the documentation locally:

mkdocs serve