Re: [Python-Dev] devguide: Silence Sphinx warning

2012-10-28 Thread Nick Coghlan
On Sun, Oct 28, 2012 at 5:52 PM, Georg Brandl wrote: > 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 >

Re: [Python-Dev] devguide: Silence Sphinx warning

2012-10-28 Thread Georg Brandl
Am 19.10.2012 14:06, schrieb nick.coghlan: > http://hg.python.org/devguide/rev/08f963e19a3e > changeset: 559:08f963e19a3e > user:Nick Coghlan > date:Fri Oct 19 22:06:19 2012 +1000 > summary: > Silence Sphinx warning > > files: > setup.rst | 2 +- > 1 files changed, 1 inser