Skip to content

Commit 93adcce

Browse files
fix: Doc style fixes
1 parent 883b4fc commit 93adcce

File tree

3 files changed

+16
-4
lines changed

3 files changed

+16
-4
lines changed

doc/.vale.ini

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,12 @@ Vocab = ANSYS
2828
[*.{rst}]
2929
BasedOnStyles = Vale, Google
3030
Vale.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```)

doc/source/contributing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Contribute
66
Overall guidance on contributing to a PyAnsys library appears in the
77
`Contributing <https://dev.docs.pyansys.com/how-to/contributing.html>`_ topic
88
in 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

1111
The following contribution information is specific to the Ansys tools common.
1212

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
(?i)Ansys
2-
pytest
32
ANS
4-
astroid
3+
astroid
4+
downloader
5+
mypy
6+
pytest
7+
pathing
8+
subprocess

0 commit comments

Comments
 (0)