Skip to content

Commit 04e103b

Browse files
committed
reorganize sections
modified: docs/hpc/01_getting_started/_category_.json modified: docs/hpc/02_connecting_to_hpc/_category_.json deleted: docs/hpc/03_navigating_the_cluster/_category_.json new file: docs/hpc/03_storage/01_intro.md new file: docs/hpc/03_storage/02_available_storage_systems.md new file: docs/hpc/03_storage/03_data_transfers.md new file: docs/hpc/03_storage/04_globus.md new file: docs/hpc/03_storage/_category_.json new file: docs/hpc/04_datasets/01_intro.md renamed: docs/hpc/08_ood/squash_file_system_and_singularity.md -> docs/hpc/04_datasets/02_squash_file_system_and_singularity.md new file: docs/hpc/04_datasets/_category_.json deleted: docs/hpc/05_slurm/_category_.json deleted: docs/hpc/05_slurm/slurm.md renamed: docs/hpc/05_slurm/slurm_submitting_jobs.md -> docs/hpc/05_submitting_jobs/01_slurm_submitting_jobs.md renamed: docs/hpc/05_slurm/slurm_tutorial.md -> docs/hpc/05_submitting_jobs/02_slurm_tutorial.md renamed: docs/hpc/05_slurm/slurm_main_commands.md -> docs/hpc/05_submitting_jobs/03_slurm_main_commands.md new file: docs/hpc/05_submitting_jobs/_category_.json new file: docs/hpc/06_tools_and_software/01_intro.md renamed: docs/hpc/08_ood/conda_environments.md -> docs/hpc/06_tools_and_software/02_conda_environments.md new file: docs/hpc/06_tools_and_software/_category_.json new file: docs/hpc/07_containers/01_intro.md new file: docs/hpc/07_containers/02_containers.md renamed: docs/hpc/08_ood/singularity_with_conda.md -> docs/hpc/07_containers/03_singularity_with_conda.md new file: docs/hpc/07_containers/04_squash_file_system_and_singularity.md renamed: docs/hpc/08_ood/open_on_demand.md -> docs/hpc/08_ood/01_open_on_demand.md deleted: docs/hpc/08_ood/datasets.md renamed: docs/hpc/03_navigating_the_cluster/01_linux_tutorial.mdx -> docs/hpc/09_tutorials/01_linux_tutorial.mdx renamed: docs/hpc/03_navigating_the_cluster/02_hpc_foundations.mdx -> docs/hpc/09_tutorials/02_hpc_foundations.mdx new file: docs/hpc/09_tutorials/_category_.json renamed: docs/hpc/04_training_and_support/01_training_at_nyu.mdx -> docs/hpc/10_training_and_support/01_training_at_nyu.mdx renamed: docs/hpc/04_training_and_support/02_training_outside.mdx -> docs/hpc/10_training_and_support/02_training_outside.mdx renamed: docs/hpc/04_training_and_support/03_support.mdx -> docs/hpc/10_training_and_support/03_support.mdx renamed: docs/hpc/04_training_and_support/_category_.json -> docs/hpc/10_training_and_support/_category_.json renamed: docs/hpc/06_spec_sheet.mdx -> docs/hpc/11_spec_sheet.mdx renamed: docs/hpc/07_system_status.mdx -> docs/hpc/12_system_status.mdx
1 parent ed58fff commit 04e103b

35 files changed

+92
-77
lines changed
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
{
22
"label": "Getting Started",
3-
"position": 1,
43
}
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
{
2-
"label": "Connecting to HPC cluster",
3-
"position": 1,
2+
"label": "Setup",
43
}

docs/hpc/03_navigating_the_cluster/_category_.json

Lines changed: 0 additions & 4 deletions
This file was deleted.

docs/hpc/03_storage/01_intro.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Available storage systems
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Available storage systems
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Data transfers

docs/hpc/03_storage/04_globus.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Globus
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"label": "Storage & Data transfers",
3+
}

docs/hpc/04_datasets/01_intro.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Datasets available

docs/hpc/08_ood/squash_file_system_and_singularity.md renamed to docs/hpc/04_datasets/02_squash_file_system_and_singularity.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Squash File System and Singularity
22

3-
View available datasets on the [Datasets page](./datasets.md).
3+
View available datasets on the [Datasets page](../04_datasets/01_intro.md).
44

55
## Working with Datasets
66
Writable ext3 overlay images have conda environments installed inside, Singularity can work with squashFS for fixed datasets, such as the coco datasets.

0 commit comments

Comments
 (0)