"SfR Fresh" - the SfR Freeware/Shareware Archive 
Member "docutils-0.5/docutils/parsers/rst/include/README.txt" of archive docutils-0.5.tar.gz:
As a special service "SfR Fresh" has tried to format the requested source page into HTML format using source code syntax highlighting with prefixed line numbers.
Alternatively you can here view or download the uninterpreted source code file.
That can be also achieved for any archive member file by clicking within an archive contents listing on the first character of the file(path) respectively on the according byte size field.
1 ============================================
2 ``docutils/parsers/rst/include`` Directory
3 ============================================
4
5 This directory contains standard data files intended for inclusion in
6 reStructuredText documents. To access these files, use the "include"
7 directive with the special syntax for standard "include" data files,
8 angle brackets around the file name::
9
10 .. include:: <isonum.txt>
11
12 See the documentation for the `"include" directive`__ and
13 `reStructuredText Standard Substitution Definition Sets`__ for
14 details.
15
16 __ http://docutils.sf.net/docs/ref/rst/directives.html#include
17 __ http://docutils.sf.net/docs/ref/rst/substitutions.html