Adding extended user profile information and January 2023 release note
3 files changed
tree: 0aa5f55b5ccaeb8c5b1675967b62a3a23ada2bd8
  1. docs/
  2. .gitignore
  3. mkdocs.yml
  4. README.md
  5. requirements.txt
README.md

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