From ba5a1dda753671e5e54ac264c113a6b8f1142640 Mon Sep 17 00:00:00 2001 From: Emmanuel Ferdman Date: Wed, 19 Jul 2023 16:04:35 +0300 Subject: [PATCH] docs: update the code style test script (#880) Signed-off-by: Emmanuel Ferdman --- docs/how_to_contribute_main.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/how_to_contribute_main.rst b/docs/how_to_contribute_main.rst index 8a2f73e9..48895d6f 100644 --- a/docs/how_to_contribute_main.rst +++ b/docs/how_to_contribute_main.rst @@ -50,7 +50,7 @@ At the least, try to run the example code without animation in the unit test. If you want to run the test suites locally, you can use the `runtests.sh` script by just executing it. -The `test_diff_codestyle.py`_ check code style for your PR's codes. +The `test_codestyle.py`_ check code style for your PR's codes. .. _`how to write doc`: @@ -155,7 +155,7 @@ Sponsors .. _`reStructuredText`: https://www.sphinx-doc.org/en/master/usage/restructuredtext/basics.html .. _`doc modules dir`: https://github.com/AtsushiSakai/PythonRobotics/tree/master/docs/modules .. _`doc README`: https://github.com/AtsushiSakai/PythonRobotics/blob/master/docs/README.md -.. _`test_diff_codestyle.py`: https://github.com/AtsushiSakai/PythonRobotics/blob/master/tests/test_diff_codestyle.py +.. _`test_codestyle.py`: https://github.com/AtsushiSakai/PythonRobotics/blob/master/tests/test_codestyle.py .. _`JetBrains`: https://www.jetbrains.com/ .. _`Sponsor @AtsushiSakai on GitHub Sponsors`: https://github.com/sponsors/AtsushiSakai .. _`Become a backer or sponsor on Patreon`: https://www.patreon.com/myenigma