[Python-Dev] devguide: Silence Sphinx warning

Nick Coghlan ncoghlan at gmail.com
Sun Oct 28 12:26:46 CET 2012


On Sun, Oct 28, 2012 at 5:52 PM, Georg Brandl <g.brandl at gmx.net> 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
> form doesn't.

Ah, useful trick to know, thanks.

Cheers,
Nick.


-- 
Nick Coghlan   |   ncoghlan at gmail.com   |   Brisbane, Australia


More information about the Python-Dev mailing list