]> granicus.if.org Git - python/commitdiff
Use source role to get links to files
authorÉric Araujo <merwok@netwok.org>
Mon, 2 Jul 2012 21:46:56 +0000 (17:46 -0400)
committerÉric Araujo <merwok@netwok.org>
Mon, 2 Jul 2012 21:46:56 +0000 (17:46 -0400)
Doc/library/fpectl.rst

index ef030f0034d37dd16308b94808f91e978b8fc6f4..8ca671b809c49fab72dfaa006816bb97fbd264d9 100644 (file)
@@ -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`.