mirror of
https://github.com/python/cpython.git
synced 2025-07-25 12:14:38 +00:00
Move the "See also:" section so it appears are part of the top HTML
page of the section.
This commit is contained in:
parent
184e8360e8
commit
03c05a5192
1 changed files with 8 additions and 10 deletions
|
@ -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.
|
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}
|
\subsection{Creating AST Objects}
|
||||||
\label{Creating ASTs}
|
\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
|
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
|
of this example, the code may be extended at clearly defined points to
|
||||||
provide additional capabilities.
|
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}
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue