commit | 919db204147e4713d4b929c46d6fba4e2c31cb33 | [log] [tgz] |
---|---|---|
author | Marcus Christie <machristie@apache.org> | Thu Jul 07 13:29:32 2022 -0400 |
committer | Marcus Christie <machristie@apache.org> | Thu Jul 07 13:29:32 2022 -0400 |
tree | 5068b6d49904d2c9b4c808b6aedab45c3edba8a5 | |
parent | 21bb1cd8df8c45580de5cc62db7f01a0f44d01a3 [diff] |
Fixing link to npentane input file
Apache Airavata user documentation with Markdown.
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