From c4ec5670310187a87d9d34b896da139bb2b01517 Mon Sep 17 00:00:00 2001 From: Evan Lai Date: Sun, 15 Jan 2023 14:38:48 +0800 Subject: [PATCH 1/3] Update path to patchcheck.py --- getting-started/pull-request-lifecycle.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/getting-started/pull-request-lifecycle.rst b/getting-started/pull-request-lifecycle.rst index e6be00c29..afa57f88a 100644 --- a/getting-started/pull-request-lifecycle.rst +++ b/getting-started/pull-request-lifecycle.rst @@ -249,7 +249,7 @@ through the common patch generation checks. To run ``patchcheck``: .. code-block:: dosbatch - python.bat Tools\scripts\patchcheck.py + python.bat Tools\patchcheck\patchcheck.py The automated patch checklist runs through: From 35ecd7c6cb5d1b89219bfa8b5be6cbdf2b7b52b9 Mon Sep 17 00:00:00 2001 From: Evan Lai Date: Sun, 15 Jan 2023 15:06:36 +0800 Subject: [PATCH 2/3] Update path to reindent.py and clear deleted file --- getting-started/pull-request-lifecycle.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/getting-started/pull-request-lifecycle.rst b/getting-started/pull-request-lifecycle.rst index afa57f88a..1185d52a2 100644 --- a/getting-started/pull-request-lifecycle.rst +++ b/getting-started/pull-request-lifecycle.rst @@ -254,10 +254,9 @@ through the common patch generation checks. To run ``patchcheck``: The automated patch checklist runs through: * Are there any whitespace problems in Python files? - (using ``Tools/scripts/reindent.py``) + (using ``Tools/patchcheck/reindent.py``) * Are there any whitespace problems in C files? * Are there any whitespace problems in the documentation? - (using ``Tools/scripts/reindent-rst.py``) * Has the documentation been updated? * Has the test suite been updated? * Has an entry under ``Misc/NEWS.d/next`` been added? From 7c801b96feba646e30b3198ed7f1dce2a5eef954 Mon Sep 17 00:00:00 2001 From: EvanLai88 <95132480+EvanLai88@users.noreply.github.com> Date: Mon, 16 Jan 2023 10:42:18 +0800 Subject: [PATCH 3/3] Link with `:cpy-file:` directly Co-authored-by: C.A.M. Gerlach --- getting-started/pull-request-lifecycle.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/getting-started/pull-request-lifecycle.rst b/getting-started/pull-request-lifecycle.rst index 1185d52a2..de361d2a2 100644 --- a/getting-started/pull-request-lifecycle.rst +++ b/getting-started/pull-request-lifecycle.rst @@ -254,7 +254,7 @@ through the common patch generation checks. To run ``patchcheck``: The automated patch checklist runs through: * Are there any whitespace problems in Python files? - (using ``Tools/patchcheck/reindent.py``) + (using :cpy-file:`Tools/patchcheck/reindent.py`) * Are there any whitespace problems in C files? * Are there any whitespace problems in the documentation? * Has the documentation been updated?