-
Notifications
You must be signed in to change notification settings - Fork 93
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
In progress work for changing theme over to pydata
- Loading branch information
1 parent
46516e9
commit bfcfe84
Showing
7 changed files
with
126 additions
and
97 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# Administration Guide | ||
|
||
```{toctree} | ||
:maxdepth: 2 | ||
backup.md | ||
cost.md | ||
troubleshooting.md | ||
upgrade.md | ||
gpu.md | ||
preemptible-spot-instances.md | ||
system_maintenance.md | ||
monitoring.md | ||
clearml.md | ||
prefect.md | ||
faq.md | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# Development Guide | ||
|
||
```{toctree} | ||
:maxdepth: 2 | ||
architecture.md | ||
contribution.md | ||
release.md | ||
testing.md | ||
changelog.md | ||
logo.md | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
|
||
# Installation | ||
|
||
|
||
Installs stuff | ||
|
||
```{toctree} | ||
:maxdepth: 2 | ||
installation.md | ||
setup.md | ||
usage.md | ||
configuration.md | ||
management.md | ||
``` |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# User Guide | ||
|
||
|
||
User Guidy stuff | ||
|
||
```{toctree} | ||
:maxdepth: 2 | ||
getting_started.md | ||
code_server.md | ||
ssh.md | ||
dashboard.md | ||
dask_gateway.md | ||
faq.md | ||
training.md | ||
``` |