Skip to content

Commit dcbeab8

Browse files
feat: Add DAPI - DesignSafe API section to training guide (#276)
## What Did You Change? Added a new section for DAPI - DesignSafe API with details about its functionality and usage. ## Do You Want Support (syntax, design, etc)? Preview: https://deploy-preview-276--ds-user-guide.netlify.app/training/ Is the title and description good? [Anything else to do?] ## Any Reference Material Worth Sharing? There is a [`ds-workflows`](https://kks32.github.io/ds-workflows/) coming soon, a rewrite of [training-Computational-Workflows-on-DesignSafe](https://github.com/DesignSafe-CI/training-Computational-Workflows-on-DesignSafe) that I presume will be added later, once it uses DAPI. --------- Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent 1e6e48a commit dcbeab8

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

mkdocs.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,8 @@ nav:
177177
- Visualizing Surge for Regional Risks: usecases/padgett/usecase.md
178178

179179
- Advanced:
180-
- API Developer's Guide: https://tapis-cli.readthedocs.io/en/latest/
180+
- API Developer's Guide:
181+
- DesignSafe API (DAPI): https://DesignSafe-CI.github.io/dapi
182+
- TACC APIs (TAPIs): https://tapis-cli.readthedocs.io/en/latest/
181183
- Cybersecurity Policy: tools/advanced/cybersecurity.md
182184
- HPC Allocations Policy: tools/advanced/hpcallocations.md

user-guide/training.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@ DesignSafe-CI offers a suite of training resources aimed at equipping researcher
44

55
<section class="section--light">
66
<div class="grid">
7+
<a class="card--plain" href="https://DesignSafe-CI.github.io/dapi" target="_blank">
8+
<h3>
9+
DAPI - DesignSafe API
10+
</h3>
11+
<p>
12+
<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.
13+
</p>
14+
</a>
715
<a class="card--plain" href="https://DesignSafe-CI.github.io/training-database-api" target="_blank">
816
<h3>
917
Database API training

0 commit comments

Comments
 (0)