-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathmyst.yml
More file actions
49 lines (49 loc) · 1.25 KB
/
myst.yml
File metadata and controls
49 lines (49 loc) · 1.25 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
version: 1
project:
title: DAPI - DesignSafe API
copyright: "2024"
github: https://github.com/DesignSafe-CI/dapi
license: MIT
toc:
- file: docs/index.md
- title: Getting Started
children:
- file: docs/quickstart.md
- file: docs/installation.md
- file: docs/authentication.md
- title: User Guide
children:
- file: docs/jobs.md
- file: docs/apps.md
- file: docs/files.md
- file: docs/systems.md
- file: docs/database.md
- title: Examples
children:
- file: docs/examples.md
- file: docs/examples/opensees.md
- file: docs/examples/openfoam.md
- file: docs/examples/mpm.md
- file: docs/examples/pylauncher.md
- file: docs/examples/pylauncher_opensees.md
- file: docs/examples/database.md
- file: docs/examples/apps.md
- file: docs/examples/tms_credentials.md
- url: /dapi/api/
title: API Reference
exclude:
- _build/**
- out/**
- "**.ipynb_checkpoints"
- examples/**
- docs-api/**
- README.md
- AUTHORS.md
- LICENSE.md
site:
template: book-theme
options:
base_url: /dapi
logo: docs/nheri.png
favicon: docs/favicon.ico
hide_footer_text: true