Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
hpc-compendium
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ZIH
hpcsupport
hpc-compendium
Commits
971d2f03
Commit
971d2f03
authored
3 years ago
by
Martin Schroschk
Browse files
Options
Downloads
Patches
Plain Diff
Content on RulesOF
parent
91d9c12c
No related branches found
Branches containing commit
No related tags found
3 merge requests
!322
Merge preview into main
,
!319
Merge preview into main
,
!5
Issue#6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc.zih.tu-dresden.de/CONTRIBUTE.md
+28
-13
28 additions, 13 deletions
doc.zih.tu-dresden.de/CONTRIBUTE.md
with
28 additions
and
13 deletions
doc.zih.tu-dresden.de/CONTRIBUTE.md
+
28
−
13
View file @
971d2f03
...
@@ -294,48 +294,63 @@ ERROR: 2 dead links found!
...
@@ -294,48 +294,63 @@ ERROR: 2 dead links found!
### Check Code and Commands
### Check Code and Commands
**TODO**
**TODO:**
[
Issue #9
](
https://gitlab.hrz.tu-chemnitz.de/zih/hpc-compendium/hpc-compendium/-/issues/9
)
### Check Pages Structure
**TODO:**
[
Issue #5
](
https://gitlab.hrz.tu-chemnitz.de/zih/hpc-compendium/hpc-compendium/-/issues/5
)
## Content Rules
## Content Rules
### Add a New Page
### Add a New Page
All
`mkdocs`
project follow this structure:
The pages structure is defined in the configuration file
`mkdocs.yaml`
.
```
Bash
```
Shell Session
mkdocs.yml # The configuration file.
docs/
docs/
index.md # The documentation homepage.
- Home: index.md
... # Other markdown pages, images and other files.
- Application for HPC Login: application.md
- Request for Resources: req_resources.md
- Access to the Cluster: access.md
- Available Software and Usage:
- Overview: software/overview.md
...
```
```
To add a new page to the documentation follow these two steps:
To add a new page to the documentation follow these two steps:
1.
Create new markdown file under
`docs/SUBDIR/NEW.md`
and put the documentation inside
1.
Create
a
new markdown file under
`docs/SUBDIR/NEW.md`
and put the documentation inside
.
1.
Add
`SUBDIR/NEW.md`
to the configuration file
`mkdocs.yml`
by updating the navigation section
1.
Add
`SUBDIR/NEW.md`
to the configuration file
`mkdocs.yml`
by updating the navigation section
.
Make sure that the new page is not floating, i.e., it can be reached directly from the documentation
Make sure that the new page
**
is not floating
**
, i.e., it can be reached directly from the documentation
structure.
structure.
### Markdown
### Markdown
TODO: What dialect we are using?
**TODO:**
What dialect we are using? Is it crucial?
### Writing Style
### Writing Style
### Spelling and Technical Wording
### Spelling and Technical Wording
To provide a consistent and high quality documentation, and help users to find the right pages,
there is a list of conventions w.r.t. spelling and technical wording.
*
Language settings: en_us
*
Language settings: en_us
*
I/O not IO
*
I/O not IO
*
Slurm not SLURM
*
Slurm not SLURM
*
Filesystem not file system
*
Filesystem not file system
**TODO:**
Put into file
**TODO:**
[
Implement checks
](
https://gitlab.hrz.tu-chemnitz.de/zih/hpc-compendium/hpc-compendium/-/issues/13
)
### Command Prompts
### Command Prompts
Showing commands and sample output is a important part of
the
documentation. Thus, some
rules should
Showing commands and sample output is a
n
important part of
all technical
documentation. Thus, some
be followed.
rules have to
be followed.
1.
Prompts: It should be clear from the prompt, where the command is run (e.g. Taurus, specific partition or local machine).
1.
Prompts: It should be clear from the prompt, where the command is run (e.g. Taurus, specific
partition or local machine).
*
Taurus / HPC systems of TUD in general:
`taurus$`
*
Taurus / HPC systems of TUD in general:
`taurus$`
*
Specific kind of node or partition:
`tauruslogin$`
,
`taurus-ml$`
`taurus-rome$`
etc.
*
Specific kind of node or partition:
`tauruslogin$`
,
`taurus-ml$`
`taurus-rome$`
etc.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment