Skip to content
Snippets Groups Projects

Contrib structure

Merged Ulf Markwardt requested to merge contrib_structure into preview
1 file
+ 2
1
Compare changes
  • Side-by-side
  • Inline
@@ -110,7 +110,8 @@ $DC 'find docs -type f -name "*.md" | xargs -L1 markdown-link-check'
@@ -110,7 +110,8 @@ $DC 'find docs -type f -name "*.md" | xargs -L1 markdown-link-check'
For spell-checking a single file, , e.g.
For spell-checking a single file, , e.g.
`doc.zih.tu-dresden.de/docs/software/big_data_frameworks.md`, use:
`doc.zih.tu-dresden.de/docs/software/big_data_frameworks.md`, use:
```$DC './util/check-spelling.sh docs/software/big_data_frameworks.md'
```Bash
 
$DC './util/check-spelling.sh docs/software/big_data_frameworks.md'
```
```
For spell-checking all files, use:
For spell-checking all files, use:
Loading