Skip to content

Commit 7b2288f

Browse files
authored
Apply suggestions from code review
1 parent 68780de commit 7b2288f

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

docs/nebari-slurm/overview.mdx

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@ The high level goal of this distribution is to form a cohesive set of tools that
88
* monitoring of compute infrastructure and services
99
* scalable and efficient compute via jupyterlab and dask
1010
* deployment of jupyterhub on prem without requiring deep devops knowledge of the Slurm/HPC and jupyter ecosystem
11-
11+
:::important
12+
Nebari-Slurm was previously called Qhub-HPC, the documentation pages are being migrated, so there are a few mentions of the original name.
13+
:::
1214

1315
# Overview
1416

@@ -62,7 +64,7 @@ Important URLs:
6264
- [JupyterHub](https://jupyter.org/hub): Provides scalable interactive computing (default port 8000)
6365
- [Dask-Gateway](https://gateway.dask.org/): Enables scalable distributed computing
6466
- [NFS server](https://en.wikipedia.org/wiki/Network_File_System): Facilitates sharing Conda environments and home directories among all users
65-
- [conda-store](https://conda-store.readthedocs.io/en/latest/): Manages Conda environments within nodes
67+
- [conda-store](https://conda.store/): Manages Conda environments within nodes
6668

6769
## Worker Nodes
6870

docs/sidebarsSlurm.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,6 @@ module.exports = {
2929
type: "doc",
3030
id: "configuration",
3131
},
32-
{
33-
label: "User Guide",
34-
type: "doc",
35-
id: "user-guide",
36-
},
3732
{
3833
label: "Benchmark",
3934
type: "doc",

0 commit comments

Comments
 (0)