From: Éric Araujo Date: Mon, 2 Jul 2012 21:46:56 +0000 (-0400) Subject: Use source role to get links to files X-Git-Tag: v2.7.4rc1~723 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=96534689a8d59d01f383d5e50e6d542586790eb8;p=thirdparty%2FPython%2Fcpython.git Use source role to get links to files --- diff --git a/Doc/library/fpectl.rst b/Doc/library/fpectl.rst index ef030f0034d3..8ca671b809c4 100644 --- a/Doc/library/fpectl.rst +++ b/Doc/library/fpectl.rst @@ -113,8 +113,8 @@ The :mod:`fpectl` module is not thread-safe. .. seealso:: Some files in the source distribution may be interesting in learning more about - how this module operates. The include file :file:`Include/pyfpe.h` discusses the - implementation of this module at some length. :file:`Modules/fpetestmodule.c` + how this module operates. The include file :source:`Include/pyfpe.h` discusses the + implementation of this module at some length. :source:`Modules/fpetestmodule.c` gives several examples of use. Many additional examples can be found in - :file:`Objects/floatobject.c`. + :source:`Objects/floatobject.c`.