diff --git a/doc.zih.tu-dresden.de/docs/contrib/content_rules.md b/doc.zih.tu-dresden.de/docs/contrib/content_rules.md index ae60c07486095a5c24f0d067371bc01fe29fd6d8..204eca4b13ba81e81be0d95ba98f2993f7a6c323 100644 --- a/doc.zih.tu-dresden.de/docs/contrib/content_rules.md +++ b/doc.zih.tu-dresden.de/docs/contrib/content_rules.md @@ -222,13 +222,14 @@ drwxr-xr-x 3 marie p_marie 4096 Feb 12 2020 data If showing only a snippet of a long output, omissions are marked with `[...]`. ## Unix Rules + Stick to the Unix rules on optional and required arguments, and selection of item sets: * `<required argument or value>` * `[optional argument or value]` * `{choice1|choice2|choice3}` -# Graphics and Attachments +## Graphics and Attachments All graphics and attachments are saved within `misc` directory of the respective sub directory in `docs`. diff --git a/doc.zih.tu-dresden.de/docs/contrib/contribute_container.md b/doc.zih.tu-dresden.de/docs/contrib/contribute_container.md index 9a2ae4935e0a94b5a935f9611337b5b077314904..8680260f4870a63160ef2cbefb2b873b1d29c097 100644 --- a/doc.zih.tu-dresden.de/docs/contrib/contribute_container.md +++ b/doc.zih.tu-dresden.de/docs/contrib/contribute_container.md @@ -130,9 +130,3 @@ properly, use the following command: ```Bash $DC 'markdownlint docs' ``` - - - - - - diff --git a/doc.zih.tu-dresden.de/docs/contrib/howto_contribute.md b/doc.zih.tu-dresden.de/docs/contrib/howto_contribute.md index 061338478a8f64fd761ba7bade9827b3020c6a2f..d035fa33f2b6bc7282be9a2d42e192992999da2e 100644 --- a/doc.zih.tu-dresden.de/docs/contrib/howto_contribute.md +++ b/doc.zih.tu-dresden.de/docs/contrib/howto_contribute.md @@ -30,4 +30,5 @@ refer to the corresponding documentation for further information. For experienced Git users, we provide a Docker containier that includes all checks of the CI engine used in the backend. Using them should ensure that mareg requests will not be blocked -due to automatic checking. For details, see [Work Locally Using Containers](contribute_container.md) . +due to automatic checking. +For details, see [Work Locally Using Containers](contribute_container.md).