From 8ed41a8e5cc803d4cbea328a3c169c7794e2ea80 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Araujo?= Date: Sat, 26 Feb 2011 14:57:23 +0000 Subject: [PATCH] Replace links to the old dev doc with links to the new devguide. --- Doc/bugs.rst | 6 ++++-- Doc/faq/general.rst | 6 +++--- Doc/using/unix.rst | 2 +- Doc/using/windows.rst | 2 +- 4 files changed, 9 insertions(+), 7 deletions(-) diff --git a/Doc/bugs.rst b/Doc/bugs.rst index a9a48c7858f..3785ccb72b3 100644 --- a/Doc/bugs.rst +++ b/Doc/bugs.rst @@ -57,12 +57,14 @@ were using (including version information as appropriate). Each bug report will be assigned to a developer who will determine what needs to be done to correct the problem. You will receive an update each time action is -taken on the bug. See http://www.python.org/dev/workflow/ for a detailed -description of the issue workflow. +taken on the bug. .. seealso:: + `Python Developer's Guide `_ + Detailed description of the issue workflow and developers tools. + `How to Report Bugs Effectively `_ Article which goes into some detail about how to create a useful bug report. This describes what kind of information is useful and why it is useful. diff --git a/Doc/faq/general.rst b/Doc/faq/general.rst index 111e3123db8..21a5ee5104d 100644 --- a/Doc/faq/general.rst +++ b/Doc/faq/general.rst @@ -166,7 +166,7 @@ and run out of the box on most UNIX platforms. .. XXX update link once the dev faq is relocated -Consult the `Developer FAQ `__ for more +Consult the `Developer FAQ `__ for more information on getting the source code and compiling it. @@ -224,7 +224,7 @@ news is available. .. XXX update link once the dev faq is relocated You can also access the development version of Python through Subversion. See -http://www.python.org/dev/faq/ for details. +http://docs.python.org/devguide/faq for details. How do I submit bug reports and patches for Python? @@ -242,7 +242,7 @@ report bugs to Python, you can obtain your Roundup password through Roundup's .. XXX adapt link to dev guide For more information on how Python is developed, consult `the Python Developer's -Guide `_. +Guide `_. Are there any published articles about Python that I can reference? diff --git a/Doc/using/unix.rst b/Doc/using/unix.rst index 61e707b11c7..d0655123416 100644 --- a/Doc/using/unix.rst +++ b/Doc/using/unix.rst @@ -66,7 +66,7 @@ Building Python If you want to compile CPython yourself, first thing you should do is get the `source `_. You can download either the latest release's source or just grab a fresh `checkout -`_. +`_. The build process consists the usual :: diff --git a/Doc/using/windows.rst b/Doc/using/windows.rst index 12378b32336..948753a32e9 100644 --- a/Doc/using/windows.rst +++ b/Doc/using/windows.rst @@ -290,7 +290,7 @@ Compiling Python on Windows If you want to compile CPython yourself, first thing you should do is get the `source `_. You can download either the latest release's source or just grab a fresh `checkout -`_. +`_. For Microsoft Visual C++, which is the compiler with which official Python releases are built, the source tree contains solutions/project files. View the