From aae754e1f78b3cde435d555d13fbd776ebb28cb5 Mon Sep 17 00:00:00 2001 From: Dev-satish <7506satish@gmail.com> Date: Fri, 10 Feb 2023 18:04:57 +0530 Subject: [PATCH 1/3] [PATCH]#1044 fixing victor stinner's guide link --- getting-started/setup-building.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/getting-started/setup-building.rst b/getting-started/setup-building.rst index 60d0b93d5b..ecf374d93f 100644 --- a/getting-started/setup-building.rst +++ b/getting-started/setup-building.rst @@ -314,7 +314,7 @@ You can run the build of Python you've compiled with: See the `PCBuild readme`_ for more details on what other software is necessary and how to build. -.. _Victor Stinner's guide: https://cpython-core-tutorial.readthedocs.io/en/latest/build_cpython_windows.html +.. _Victor Stinner's guide: https://web.archive.org/web/20220907075854/https://cpython-core-tutorial.readthedocs.io/en/latest/build_cpython_windows.html .. _Visual Studio: https://visualstudio.microsoft.com/ .. _PCBuild readme: https://github.com/python/cpython/blob/main/PCbuild/readme.txt .. _Git for Windows download from the official Git website: https://git-scm.com/download/win From 549793fddbfa66e6eb987fb784025eea2718e1ec Mon Sep 17 00:00:00 2001 From: Dev-satish <7506satish@gmail.com> Date: Fri, 10 Feb 2023 20:31:44 +0530 Subject: [PATCH 2/3] fixed conf.py and advanced-tools/gdb.rst link issues --- advanced-tools/gdb.rst | 2 +- conf.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/advanced-tools/gdb.rst b/advanced-tools/gdb.rst index cf84085d2d..60bc82ee5b 100644 --- a/advanced-tools/gdb.rst +++ b/advanced-tools/gdb.rst @@ -21,7 +21,7 @@ GDB 7 and later =============== In gdb 7, support for `extending gdb with Python -`_ was +`_ was added. When CPython is built you will notice a ``python-gdb.py`` file in the root directory of your checkout. Read the module docstring for details on how to use the file to enhance gdb for easier debugging of a CPython process. diff --git a/conf.py b/conf.py index ba5422f516..52c6374807 100644 --- a/conf.py +++ b/conf.py @@ -81,7 +81,7 @@ linkcheck_ignore = [ # The voters repo is private and appears as a 404 - 'https://github.com/python/voters/', + 'https://github.com/python/voters', # The python-core team link is private, redirects to login 'https://github.com/orgs/python/teams/python-core', # The Discourse groups are private unless you are logged in From 9942b419caa8e9f1ebae05ed2c8e96c19e810751 Mon Sep 17 00:00:00 2001 From: Dev-satish <7506satish@gmail.com> Date: Sat, 11 Feb 2023 12:31:15 +0530 Subject: [PATCH 3/3] changes made in gbd.rst --- advanced-tools/gdb.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/advanced-tools/gdb.rst b/advanced-tools/gdb.rst index 60bc82ee5b..81bdb52015 100644 --- a/advanced-tools/gdb.rst +++ b/advanced-tools/gdb.rst @@ -21,7 +21,7 @@ GDB 7 and later =============== In gdb 7, support for `extending gdb with Python -`_ was +`_ was added. When CPython is built you will notice a ``python-gdb.py`` file in the root directory of your checkout. Read the module docstring for details on how to use the file to enhance gdb for easier debugging of a CPython process.