-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
24 lines (24 loc) · 770 Bytes
/
mkdocs.yml
File metadata and controls
24 lines (24 loc) · 770 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
site_name: crimpl
theme:
name: readthedocs
highlightjs: true
hljs_languages:
- python
repo_name: GitHub
repo_url: https://github.com/kecnry/crimpl/
edit_uri: blob/main/docs/
extra_css: [extra.css]
nav:
- Installation & Setup: index.md
- Server Implementations:
- LocalThread: LocalThread.md
- RemoteThread: RemoteThread.md
- RemoteSlurm: RemoteSlurm.md
- API:
- crimpl (top-level): api/crimpl.md
- LocalThreadServer: api/LocalThreadServer.md
- LocalThreadJob: api/LocalThreadJob.md
- RemoteThreadServer: api/RemoteThreadServer.md
- RemoteThreadJob: api/RemoteThreadJob.md
- RemoteSlurmServer: api/RemoteSlurmServer.md
- RemoteSlurmJob: api/RemoteSlurmJob.md