Apache airavata

Clone this repo:
  1. 7a786fe Merge pull request #1 from apache/dependabot/pip/jinja2-3.1.3 by Suresh Marru · 2 weeks ago main
  2. 31bc56f Merge pull request #2 from apache/infrastructure-ruleset-bot/default-branch-protection by Suresh Marru · 2 weeks ago
  3. 3abfadc Set up default protection ruleset for default and release branches by The Apache Software Foundation · 4 weeks ago infrastructure-ruleset-bot/default-branch-protection
  4. 284ef39 Bump jinja2 from 3.1.1 to 3.1.3 by dependabot[bot] · 2 years, 5 months ago
  5. a55a603 Adding build.os key to .readthedocs.yaml by Marcus Christie · 2 years, 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