Skip to content

Commit

Permalink
[org] fix confusing section indexes; anchor some orphan pages; add me…
Browse files Browse the repository at this point in the history
…ta to many pages
  • Loading branch information
camillescott committed Jun 25, 2024
1 parent 91ff672 commit a23ca15
Show file tree
Hide file tree
Showing 10 changed files with 33 additions and 17 deletions.
4 changes: 3 additions & 1 deletion docs/data-transfer.md
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
# Data Transfer
---
title: Data Transfer
---
3 changes: 3 additions & 0 deletions docs/franklin/resources.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
title: Resources
---
3 changes: 3 additions & 0 deletions docs/franklin/scheduling.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
---
title: Job Scheduling
---

## Partitions

Expand Down
4 changes: 4 additions & 0 deletions docs/franklin/storage.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
title: Storage
---

## Home Directories

All users are allocated 20GB of storage for their home directory.
Expand Down
6 changes: 4 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# Documentation Overview
---
title: Documentation Overview
---

Welcome to the High-Performance Computing Core Facility (HPCCF) Documentation Site. These pages are intended to be a how-to for commonly asked questions about resources supported by the UC Davis High-Performance Computing Core Facility.

Expand Down Expand Up @@ -46,4 +48,4 @@ This site is written in markdown using [MkDocs](https://daringfireball.net/proje

- [HPCCF home page](https://hpc.ucdavis.edu)
- [Research Computing at UC Davis](https://researchcomputing.ucdavis.edu)
- [UC Davis DataLab](https://datalab.ucdavis.edu)
- [UC Davis DataLab](https://datalab.ucdavis.edu)
6 changes: 4 additions & 2 deletions docs/scheduler/commands.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# Jobs
---
title: Slurm Commands
---

After [logging in to a cluster](../general/access.md), your session exists on the **head node**: a single,
less powerful computer that serves as the gatekeeper to the rest of the cluster.
Expand Down Expand Up @@ -274,4 +276,4 @@ c-8-58 1 low* idle 256 2:64:2 100000 0 1
```

This view gives the nodes' socket, core, and thread configurations, their RAM, and the feature list, which you can read about in the [**Resources**](resources.md#features) section. Try `man scontrol` or `man sinfo`, or visit the official docs
for [`scontrol`](https://slurm.schedmd.com/scontrol.html) and [`sinfo`](https://slurm.schedmd.com/sinfo.html), for more options.
for [`scontrol`](https://slurm.schedmd.com/scontrol.html) and [`sinfo`](https://slurm.schedmd.com/sinfo.html), for more options.
Empty file removed docs/scheduler/partitions.md
Empty file.
Empty file removed docs/scheduler/status.md
Empty file.
3 changes: 1 addition & 2 deletions docs/software/developing.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
title: Developing Software on Franklin
title: Software Development
summary: Accessing developer tools and setting up development environments.
---

# Developing Software on Franklin
21 changes: 11 additions & 10 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,39 +4,39 @@ repo_url: https://github.com/ucdavis/hpccf-docs
copyright: Copyright © 2023-24 The Regents of the University of California, Davis

nav:
- About: index.md
- General:
- Account Requests: general/account-requests.md
- Accessing Clusters: general/access.md
- Job Scheduler:
- scheduler/index.md
- Slurm Commands: scheduler/commands.md
- Job Scheduling:
- Slurm: scheduler/index.md
- Commands: scheduler/commands.md
- Resources: scheduler/resources.md
- Job Scripts: scheduler/jobscripts.md
- Software:
- software/index.md
- About: software/index.md
- Module System: software/modules.md
- Python and Conda: software/conda.md
- R and RStudio: software/rlang.md
- Development: software/developing.md
#- Developing Software: software/developing.md
- Data Transfer: data-transfer.md
- Clusters:
- Farm:
- farm/index.md
- About: farm/index.md
- Software:
- Modules: farm/software/modules.md
- Job Scheduling: farm/scheduling.md
- Resources: farm/resources.md
- Storage: farm/storage.md
- Franklin:
- franklin/index.md
- About: franklin/index.md
- Software:
- Modules: franklin/software/modules.md
- cryo-EM: franklin/software/cryoem.md
- alphafold: franklin/software/alphafold.md
- Job Scheduling: franklin/scheduling.md
- Resources: franklin/resources.md
- Storage: farm/storage.md
- Storage: franklin/storage.md
- Admin:
- Network Architecture: admin/network.md
- Virtual Machines: admin/vms.md
Expand Down Expand Up @@ -101,9 +101,10 @@ theme:
#- navigation.tabs
- navigation.sections
- navigation.expand
- navigation.indexes
#- navigation.indexes
- navigation.instant
- navigation.top
- navigation.footer
#- navigation.footer
- navigation.tracking
- search.highlight
- search.share
Expand Down

0 comments on commit a23ca15

Please sign in to comment.