[Python-Dev] devguide: Silence Sphinx warning
Georg Brandl
g.brandl at gmx.net
Sun Oct 28 08:52:58 CET 2012
Am 19.10.2012 14:06, schrieb nick.coghlan:
> http://hg.python.org/devguide/rev/08f963e19a3e
> changeset: 559:08f963e19a3e
> user: Nick Coghlan <ncoghlan at gmail.com>
> date: Fri Oct 19 22:06:19 2012 +1000
> summary:
> Silence Sphinx warning
>
> files:
> setup.rst | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
>
> diff --git a/setup.rst b/setup.rst
> --- a/setup.rst
> +++ b/setup.rst
> @@ -184,7 +184,7 @@
> '''''''
>
> **Python 3.3** and later use Microsoft Visual Studio 2010. You can
> -download Microsoft Visual C++ 2010 Express `here
> +download Microsoft Visual C++ 2010 Express `from Microsoft's site
> <http://www.microsoft.com/visualstudio/en-us/products/2010-editions/visual-cpp-express>`_.
JFTR, this is a Docutils warning, not a Sphinx warning, and can also be avoided
by using `...`__ (i.e. two underscores). The one-underscore form creates a
"target" that you can then reference again from elsewhere; the two-underscore
form doesn't.
cheers,
Georg
More information about the Python-Dev
mailing list