@@ -97,15 +97,24 @@ \section{Directory Structure}
9797 three-character names:
9898
9999 \begin {tableii }{p{.75in}|p{3in}}{filenq}{Directory}{Document Title}
100- \lineii {api/}{\citetitle [../api/api.html]{The Python /C API }}
101- \lineii {dist/}{\citetitle [../dist/dist.html]{Distributing Python Modules }}
102- \lineii {doc/}{\citetitle [../doc/doc.html]{Documenting Python }}
103- \lineii {ext/}{\citetitle [../ext/ext.html]{Extending and Embedding the Python Interpreter }}
104- \lineii {inst/}{\citetitle [../inst/inst.html]{Installing Python Modules }}
105- \lineii {lib/}{\citetitle [../lib/lib.html]{Python Library Reference }}
106- \lineii {mac/}{\citetitle [../mac/mac.html]{Macintosh Module Reference }}
107- \lineii {ref/}{\citetitle [../ref/ref.html]{Python Reference Manual }}
108- \lineii {tut/}{\citetitle [../tut/tut.html]{Python Tutorial }}
100+ \lineii {api/}
101+ {\citetitle [../api/api.html]{The Python /C API }}
102+ \lineii {dist/}
103+ {\citetitle [../dist/dist.html]{Distributing Python Modules }}
104+ \lineii {doc/}
105+ {\citetitle [../doc/doc.html]{Documenting Python }}
106+ \lineii {ext/}
107+ {\citetitle [../ext/ext.html]{Extending and Embedding the Python Interpreter }}
108+ \lineii {inst/}
109+ {\citetitle [../inst/inst.html]{Installing Python Modules }}
110+ \lineii {lib/}
111+ {\citetitle [../lib/lib.html]{Python Library Reference }}
112+ \lineii {mac/}
113+ {\citetitle [../mac/mac.html]{Macintosh Module Reference }}
114+ \lineii {ref/}
115+ {\citetitle [../ref/ref.html]{Python Reference Manual }}
116+ \lineii {tut/}
117+ {\citetitle [../tut/tut.html]{Python Tutorial }}
109118 \end {tableii }
110119
111120 \term {Format-Specific Output}
@@ -421,7 +430,7 @@ \section{Special Markup Constructs}
421430
422431 \begin {macrodesc }{e}{}
423432 Produces a backslash. This is convenient in \macro {code} and
424- similar macros, and is only defined there. The create a
433+ similar macros, and is only defined there. To create a
425434 backslash in ordinary text (such as the contents of the
426435 \macro {file} macro), use the standard \macro {textbackslash} macro.
427436 \end {macrodesc }
@@ -448,12 +457,16 @@ \section{Special Markup Constructs}
448457 The name of a file or directory. In the PDF and PostScript
449458 outputs, single quotes and a font change are used to indicate
450459 the file name, but no quotes are used in the HTML output.
460+ \strong {Warning:} The \macro {file} macro cannot be used in the
461+ content of a section title due to processing limitations.
451462 \end {macrodesc }
452463
453464 \begin {macrodesc }{filenq}{\p {file or dir}}
454465 Like \macro {file}, but single quotes are never used. This can
455466 be used in conjunction with tables if a column will only contain
456467 file or directory names.
468+ \strong {Warning:} The \macro {filenq} macro cannot be used in the
469+ content of a section title due to processing limitations.
457470 \end {macrodesc }
458471
459472 \begin {macrodesc }{function}{\p {name}}
0 commit comments