File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -12,11 +12,11 @@ Pre-commit Hook
1212
1313The pre-commit hook script will:
14141 . Check for trailing white spaces in files
15- 2 . Run ruff to verify python code formatting valid
15+ 2 . Run ruff to verify python code formatting is valid
16163 . Run codespell to check the spelling
17174 . Run sphinx-build to rebuild the documentation into ` FastSurfer/doc-build `
18- Here, one important caveat for documentation editors is the that sphinx-build may fail if the documentation file
19- structure is changed, but the autosummary/autodoc-generated files are not cleaned . To do this, delete the following
18+ Here, one important caveat for documentation editors is that sphinx-build may fail if the documentation file
19+ structure is changed, without first cleaning the autosummary/autodoc-generated files. To do this, delete the following
2020 directory ` FastSurfer/doc/api/generated ` .
2121
2222### Installation
You can’t perform that action at this time.
0 commit comments