Apache Airavata User Documentation

Clone this repo:
  1. f22fe1a Adding build.os to .readthedocs.yaml by Marcus Christie · 9 months ago main
  2. f90de18 Adding .readthedocs.yaml by Marcus Christie · 11 months ago
  3. c875ce2 Updating 2023 February release documentation by eroma2014 · 1 year, 2 months ago
  4. a1f6243 Updated INfo for gateway user on using own allocation by eroma2014 · 1 year, 10 months ago
  5. e44780d Updated Tutorial instructions by eroma2014 · 1 year, 10 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