Apache airavata

Clone this repo:

Branches

  1. 8ac24c0 Adding February 2023 release documentation by eroma2014 · 3 months ago main
  2. 292362e Fixing few broken links in documentation by eroma2014 · 3 months ago
  3. 831b067 Fixing relative link by Marcus Christie · 3 months ago
  4. 6681578 Adding February 2023 release details by eroma2014 · 3 months ago
  5. 22354da Adding February 2023 release details by eroma2014 · 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