Skip to content

Commit ba5a1dd

Browse files
docs: update the code style test script (#880)
Signed-off-by: Emmanuel Ferdman <emmanuelferdman@gmail.com>
1 parent 8c9eb01 commit ba5a1dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/how_to_contribute_main.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ At the least, try to run the example code without animation in the unit test.
5050

5151
If you want to run the test suites locally, you can use the `runtests.sh` script by just executing it.
5252

53-
The `test_diff_codestyle.py`_ check code style for your PR's codes.
53+
The `test_codestyle.py`_ check code style for your PR's codes.
5454

5555

5656
.. _`how to write doc`:
@@ -155,7 +155,7 @@ Sponsors
155155
.. _`reStructuredText`: https://www.sphinx-doc.org/en/master/usage/restructuredtext/basics.html
156156
.. _`doc modules dir`: https://github.com/AtsushiSakai/PythonRobotics/tree/master/docs/modules
157157
.. _`doc README`: https://github.com/AtsushiSakai/PythonRobotics/blob/master/docs/README.md
158-
.. _`test_diff_codestyle.py`: https://github.com/AtsushiSakai/PythonRobotics/blob/master/tests/test_diff_codestyle.py
158+
.. _`test_codestyle.py`: https://github.com/AtsushiSakai/PythonRobotics/blob/master/tests/test_codestyle.py
159159
.. _`JetBrains`: https://www.jetbrains.com/
160160
.. _`Sponsor @AtsushiSakai on GitHub Sponsors`: https://github.com/sponsors/AtsushiSakai
161161
.. _`Become a backer or sponsor on Patreon`: https://www.patreon.com/myenigma

0 commit comments

Comments
 (0)