File tree Expand file tree Collapse file tree 2 files changed +4
-7
lines changed Expand file tree Collapse file tree 2 files changed +4
-7
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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" ,
You can’t perform that action at this time.
0 commit comments