Update to docs for slurm composer to take into acount load or create …#1317
Update to docs for slurm composer to take into acount load or create …#1317geoffreyweal wants to merge 1 commit into
Conversation
…script from disk button
|
Test deployment successful!! (2026-06-23T11:39:25Z) See all deployed demo sites |
There was a problem hiding this comment.
Code Review
Ahoy! This patch updates the Slurm Composer documentation to show landlubbers how to load or create scripts from disk. While the new directions are mostly clear, the crew spotted some sloppy writing that needs a good swabbing. We've got hyphenated 'dot-files' that should be 'dotfiles', some bloated phrasing like 'are shown greyed-out' that's wasting our ink, choppy double em-dashes making us seasick, and a self-filling form that sounds like black magic instead of proper English. Fix these grammar leaks before we toss this PR to the sharks!
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
| It works much like the OnDemand **Files** app: | ||
|
|
||
| - **Navigate** by clicking folders, the breadcrumb trail, the **Home** and **Up** buttons, or by typing a path straight into the path box. **Refresh** re-reads the current folder, and your browser's Back/Forward buttons step through the folders you have visited. | ||
| - **Sort** by clicking the **Name**, **Size** or **Modified** headings; **Filter** the list by typing in the filter box; and tick **Show hidden** to include dot-files or **Owner & mode** to show each entry's owner and permissions. |
|
|
||
| ### Load an existing script | ||
|
|
||
| Click a `.sl`, `.sh`, `.sbatch`, `.batch` or `.slurm` file to open it in the Slurm script editor, where you can review, edit and submit it — or save it as a custom template. Files that are not scripts are shown greyed-out and cannot be selected. |
|
|
||
| ### Create a new script | ||
|
|
||
| Click **New Script** to start a new one. This opens a template picker listing every template — with **Job Script (Slurm)** and **GPU Job Script (Slurm)** at the top — which you can narrow with the search box. |
There was a problem hiding this comment.
|
|
||
|  | ||
|
|
||
| Pick a template and its form opens ready to fill in, with the **Script location** already set to the folder you were browsing. |
There was a problem hiding this comment.
Update to docs for slurm composer to take into acount load or create script from disk button