Something went wrong on our end
Contrib structure
Compare changes
Files
2- Ulf Markwardt authored
@@ -30,7 +24,7 @@ git service, e.g., [gitlab.com](https://www.gitlab.com), [github.com](https://ww
@@ -30,7 +24,7 @@ git service, e.g., [gitlab.com](https://www.gitlab.com), [github.com](https://ww
@@ -42,7 +36,7 @@ Now, create a local clone of your fork
@@ -42,7 +36,7 @@ Now, create a local clone of your fork
@@ -84,7 +78,7 @@ preview the updated documentation locally before committing the changes to the r
@@ -84,7 +78,7 @@ preview the updated documentation locally before committing the changes to the r
@@ -95,7 +89,7 @@ Invoke`mkdocs serve`to build and preview the documentation. The documentation is
@@ -95,7 +89,7 @@ Invoke`mkdocs serve`to build and preview the documentation. The documentation is
@@ -237,7 +231,7 @@ new branch (a so-called feature branch) basing on the `main` branch and commit y
@@ -237,7 +231,7 @@ new branch (a so-called feature branch) basing on the `main` branch and commit y
[merge request](https://gitlab.hrz.tu-chemnitz.de/zih/hpc-compendium/hpc-compendium/-/merge_requests/new)
@@ -248,7 +242,7 @@ There are two important branches in this repository:
@@ -248,7 +242,7 @@ There are two important branches in this repository:
@@ -277,7 +271,7 @@ markdown source code clean and consistent.
@@ -277,7 +271,7 @@ markdown source code clean and consistent.
@@ -286,7 +280,7 @@ The tool `markdownlint` can be run in dry or fix mode.
@@ -286,7 +280,7 @@ The tool `markdownlint` can be run in dry or fix mode.
@@ -354,7 +348,7 @@ fixed.
@@ -354,7 +348,7 @@ fixed.
@@ -362,8 +356,8 @@ To check the links within all markdown files in one sweep, some shell magic is n
@@ -362,8 +356,8 @@ To check the links within all markdown files in one sweep, some shell magic is n
are part of the repository and different to the `main` branch. Use this script before committing your
@@ -374,13 +368,13 @@ It is invoked as follows ...
@@ -374,13 +368,13 @@ It is invoked as follows ...
@@ -394,9 +388,9 @@ specific_software.md is not included in nav
@@ -394,9 +388,9 @@ specific_software.md is not included in nav
The pages structure is defined in the configuration file [mkdocs.yaml](doc.zih.tu-dresden.de/mkdocs.yml).
@@ -409,13 +403,13 @@ docs/
@@ -409,13 +403,13 @@ docs/
1. Create a new markdown file under `docs/subdir/file_name.md` and put the documentation inside. The
Make sure that the new page **is not floating**, i.e., it can be reached directly from the documentation
@@ -584,10 +578,6 @@ srun a.out
@@ -584,10 +578,6 @@ srun a.out
@@ -602,10 +592,6 @@ srun a.out
@@ -602,10 +592,6 @@ srun a.out
Where possible, replace login, project name and other private data with clearly arbitrary placeholders.