summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libparser.tex
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1999-05-11 15:15:54 (GMT)
committerFred Drake <fdrake@acm.org>1999-05-11 15:15:54 (GMT)
commit03c05a51927b31e18a1185ea1a9f79806a348c20 (patch)
tree2d43b368eb637734b1ba5bbf83edd4e8ed3ef282 /Doc/lib/libparser.tex
parent184e8360e80ca9d536e28dcf14cd219eebf72bd1 (diff)
downloadcpython-03c05a51927b31e18a1185ea1a9f79806a348c20.zip
cpython-03c05a51927b31e18a1185ea1a9f79806a348c20.tar.gz
cpython-03c05a51927b31e18a1185ea1a9f79806a348c20.tar.bz2
Move the "See also:" section so it appears are part of the top HTML
page of the section.
Diffstat (limited to 'Doc/lib/libparser.tex')
-rw-r--r--Doc/lib/libparser.tex18
1 files changed, 8 insertions, 10 deletions
diff --git a/Doc/lib/libparser.tex b/Doc/lib/libparser.tex
index 369308c..7d6cff6 100644
--- a/Doc/lib/libparser.tex
+++ b/Doc/lib/libparser.tex
@@ -96,6 +96,14 @@ and compiled code objects, but there are also functions which serve to
query the type of parse tree represented by an AST object.
+\begin{seealso}
+ \seemodule{symbol}{Useful constants representing internal nodes of
+ the parse tree.}
+ \seemodule{token}{Useful constants representing leaf nodes of the
+ parse tree and functions for testing node values.}
+\end{seealso}
+
+
\subsection{Creating AST Objects}
\label{Creating ASTs}
@@ -714,13 +722,3 @@ This provides an easy-to-use interface to the documentation of a
module. If information is required which is not extracted by the code
of this example, the code may be extended at clearly defined points to
provide additional capabilities.
-
-\begin{seealso}
-
-\seemodule{symbol}{useful constants representing internal nodes of the
-parse tree}
-
-\seemodule{token}{useful constants representing leaf nodes of the
-parse tree and functions for testing node values}
-
-\end{seealso}