File tree Expand file tree Collapse file tree 3 files changed +16
-4
lines changed
styles/config/vocabularies/ANSYS Expand file tree Collapse file tree 3 files changed +16
-4
lines changed Original file line number Diff line number Diff line change @@ -28,4 +28,12 @@ Vocab = ANSYS
2828[*.{rst}]
2929BasedOnStyles = Vale, Google
3030Vale.Terms = NO
31- Google.Headings = NO
31+ Google.Headings = NO
32+ BlockIgnores = ```[a-z]*[\s\S]*?\n```
33+
34+ TokenIgnores = \(\/.*?\), \
35+ {%.*?%}, \
36+ {{.*?}}, \
37+ (.|\/|-)?github(\/|-)?, \
38+ (<http[^\n]+>+?), \
39+ (```[a-z]*[\s\S]*?\n```)
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ Contribute
66Overall guidance on contributing to a PyAnsys library appears in the
77`Contributing <https://dev.docs.pyansys.com/how-to/contributing.html >`_ topic
88in the *PyAnsys developer's guide *. Ensure that you are thoroughly familiar
9- with this guide before attempting to contribute to the Ansys tools common repo .
9+ with this guide before attempting to contribute to the Ansys tools common repository .
1010
1111The following contribution information is specific to the Ansys tools common.
1212
Original file line number Diff line number Diff line change 11(?i)Ansys
2- pytest
32ANS
4- astroid
3+ astroid
4+ downloader
5+ mypy
6+ pytest
7+ pathing
8+ subprocess
You can’t perform that action at this time.
0 commit comments