Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,8 @@ nav:
- Visualizing Surge for Regional Risks: usecases/padgett/usecase.md

- Advanced:
- API Developer's Guide: https://tapis-cli.readthedocs.io/en/latest/
- API Developer's Guide:
- DesignSafe API (DAPI): https://DesignSafe-CI.github.io/dapi
- TACC APIs (TAPIs): https://tapis-cli.readthedocs.io/en/latest/
- Cybersecurity Policy: tools/advanced/cybersecurity.md
- HPC Allocations Policy: tools/advanced/hpcallocations.md
8 changes: 8 additions & 0 deletions user-guide/training.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ DesignSafe-CI offers a suite of training resources aimed at equipping researcher

<section class="section--light">
<div class="grid">
<a class="card--plain" href="https://DesignSafe-CI.github.io/dapi" target="_blank">
<h3>
DAPI - DesignSafe API
</h3>
<p>
<code>dapi</code> is a Python library for submitting, monitoring, and managing TAPIS v3 jobs on DesignSafe via Jupyter Notebooks or the command line. It also provides access to DesignSafe research databases.
</p>
</a>
<a class="card--plain" href="https://DesignSafe-CI.github.io/training-database-api" target="_blank">
<h3>
Database API training
Expand Down