summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorÉric Araujo <merwok@netwok.org>2012-07-02 21:46:56 (GMT)
committerÉric Araujo <merwok@netwok.org>2012-07-02 21:46:56 (GMT)
commit96534689a8d59d01f383d5e50e6d542586790eb8 (patch)
treee67bad2a4f098786c79fa9636efef80c6bde2bba
parent06176a89ff717a7bb6c59a9ce58b2ca6aaa8294b (diff)
downloadcpython-96534689a8d59d01f383d5e50e6d542586790eb8.zip
cpython-96534689a8d59d01f383d5e50e6d542586790eb8.tar.gz
cpython-96534689a8d59d01f383d5e50e6d542586790eb8.tar.bz2
Use source role to get links to files
-rw-r--r--Doc/library/fpectl.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/Doc/library/fpectl.rst b/Doc/library/fpectl.rst
index ef030f0..8ca671b 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`.