diff --git a/.gitignore b/.gitignore index ed9ec7dd5f3338e0cda169471c748dbdf5038a58..04c7fd320b19a3da2344057a2fd78ef420e71499 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ *package-lock.json *package.json *node_modules -**venv/ \ No newline at end of file +**venv/ +doc.zih.tu-dresden.de/public/ diff --git a/doc.zih.tu-dresden.de/README.md b/doc.zih.tu-dresden.de/README.md index 6859e5ab8d39cbdf01bf77ba8438da49d1eb39da..31344cece97859451158faa45a172ebcacea1752 100644 --- a/doc.zih.tu-dresden.de/README.md +++ b/doc.zih.tu-dresden.de/README.md @@ -454,10 +454,8 @@ there is a list of conventions w.r.t. spelling and technical wording. * `Slurm` not `SLURM` * `Filesystem` not `file system` * `ZIH system` and `ZIH systems` not `Taurus`, `HRSKII`, `our HPC systems` etc. - -**TODO:** Put into file - -**TODO:** Implement checks [Issue #13](#13) +* `Workspace` not `work space` +* avoid term `HPC-DA` ### Code Blocks and Command Prompts diff --git a/doc.zih.tu-dresden.de/util/grep-forbidden-words.sh b/doc.zih.tu-dresden.de/util/grep-forbidden-words.sh index 21e83a5a572e798fe0bf6d87821889443cc6550a..19a97dbbc403765a61a3d1dd92a13b9f5d129496 100755 --- a/doc.zih.tu-dresden.de/util/grep-forbidden-words.sh +++ b/doc.zih.tu-dresden.de/util/grep-forbidden-words.sh @@ -18,7 +18,8 @@ i file \+system i \<taurus\> taurus\.hrsk /taurus i \<hrskii\> i hpc \+system -i hpc[ -]\+da\>" +i hpc[ -]\+da\> +i work[ -]\+space" function grepExceptions () { if [ $# -gt 0 ]; then