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
Merge requests
!514
Terms conditions
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Terms conditions
terms-conditions
into
preview
Overview
3
Commits
7
Pipelines
0
Changes
4
Merged
Martin Schroschk
requested to merge
terms-conditions
into
preview
3 years ago
Overview
3
Commits
7
Pipelines
0
Changes
4
Expand
Resolve #231
0
0
Merge request reports
Compare
preview
version 4
894d04d7
3 years ago
version 3
842f5770
3 years ago
version 2
0d3959a4
3 years ago
version 1
af95940d
3 years ago
preview (base)
and
version 3
latest version
e635c956
7 commits,
3 years ago
version 4
894d04d7
6 commits,
3 years ago
version 3
842f5770
5 commits,
3 years ago
version 2
0d3959a4
4 commits,
3 years ago
version 1
af95940d
3 commits,
3 years ago
4 files
+
50
−
9
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
4
Search (e.g. *.vue) (Ctrl+P)
doc.zih.tu-dresden.de/docs/contrib/content_rules.md
+
18
−
1
Options
# Content Rules
**Remark:**
Avoid using tabs both in markdown files and in
`mkdocs.yaml`
. Type spaces instead.
## Responsibility And License
This documentation and the repository have two licenses (cf.
[
Legal Notice
](
../legal_notice.md
)
):
*
All documentation is licensed under
[
CC BY 4.0
](
https://creativecommons.org/licenses/by/4.0/
)
.
*
All software components are licensed under
[
MIT license
](
../license_mit.txt
)
.
These licenses also apply to your contributions.
!!! note
Each user is fully and solely responsible for the content he/she creates and has to ensure that
he/she has the right to create it under the laws which apply.
If you are in doubt, please contact us either via
[
GitLab Issue
](
https://gitlab.hrz.tu-chemnitz.de/zih/hpcsupport/hpc-compendium/-/issues
)
or via
[
ticket
](
mailto:hpcsupport@zih.tu-dresden.de
)
.
## New Page and Pages Structure
@@ -50,6 +66,7 @@ should be highlighted, etc. Code examples, longer than half screen height should
## Writing Style
*
Avoid using tabs both in markdown files and in
`mkdocs.yaml`
. Type spaces instead.
*
Capitalize headings, e.g.
*Exclusive Reservation of Hardware*
*
Give keywords in link texts, e.g.
[
Code Blocks
](
#code-blocks-and-syntax-highlighting
)
is more
descriptive than
[
this subsection
](
#code-blocks-and-syntax-highlighting
)
Loading