-
Notifications
You must be signed in to change notification settings - Fork 92
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[WIP] Switch to pydata sphinx theme (#805)
* In progress work for changing theme over to pydata * Fix toc tree to show correct nav bar, fix error on image path * Ready for review changes * merge source blocks for toc trees
- Loading branch information
1 parent
cdbefec
commit 59c7bad
Showing
7 changed files
with
63 additions
and
110 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,11 @@ | ||
|
||
# Installation | ||
|
||
```{toctree} | ||
:maxdepth: 2 | ||
installation.md | ||
setup.md | ||
usage.md | ||
configuration.md | ||
management.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
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,13 @@ | ||
# User Guide | ||
|
||
```{toctree} | ||
:maxdepth: 2 | ||
getting_started.md | ||
code_server.md | ||
ssh.md | ||
dashboard.md | ||
dask_gateway.md | ||
faq.md | ||
training.md | ||
``` |