Skip to content

Commit 5a5f744

Browse files
authored
Fix code snnipet in dev_practices.rst (#60)
1 parent 5f197ce commit 5a5f744

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/source/guidelines/dev_practices.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -124,15 +124,15 @@ If you are using Linux or Mac OS, run spelling and coding style checks:
124124

125125
.. code::
126126
127-
cd <local pyvista root directory>
127+
cd <local pyansys project root directory>
128128
pip install -r requirements_style.txt
129129
make
130130
131131
Misspelled words will be reported. You can add words to be ignored to
132132
the ``ignore_words.txt`` file. For example, for PyMAPDL, this file looks
133133
like this:
134134

135-
... code::
135+
.. code::
136136
137137
codespell ./ "*.pyc,*.txt,*.gif,*.png,*.jpg,*.js,*.html,*.doctree,*.ttf,*.woff,*.woff2,*.eot,*.mp4,*.inv,*.pickle,*.ipynb,flycheck*,./.git/*,./.hypothesis/*,*.yml,./doc/build/*,./doc/images/*,./dist/*,*~,.hypothesis*,./doc/source/examples/*,*cover,*.dat,*.mac,\#*,build,./docker/mapdl/v211,./factory/*,./ansys/mapdl/core/mapdl_functions.py,PKG-INFO" -I "ignore_words.txt"
138138

0 commit comments

Comments
 (0)