Updated INfo for gateway user on using own allocation
2 files changed
tree: dc3b32fac6086af21b6c12bdf13004144d21db04
  1. .idea/
  2. docs/
  3. .gitignore
  4. mkdocs.yml
  5. README.md
  6. 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