Apache Airavata User Documentation

Clone this repo:

Branches

  1. c875ce2 Updating 2023 February release documentation by eroma2014 · 3 months ago main
  2. a1f6243 Updated INfo for gateway user on using own allocation by eroma2014 · 11 months ago
  3. e44780d Updated Tutorial instructions by eroma2014 · 11 months ago
  4. d5e64e5 Updated Tutorial instructions by eroma2014 · 11 months ago
  5. 041cfc0 Updated Tutorial instructions by eroma2014 · 11 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