Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e624e0f

Browse files
committed
Removed leading comment about this being "introductory" documentation;
compared to most, I'd say this section is fairly thorough. Fixed \indexsubitem definitions for symbol and token module sub-documents. Perhaps these should be moved to their own files, but they're awefully small.
1 parent f259efe commit e624e0f

2 files changed

Lines changed: 12 additions & 4 deletions

File tree

Doc/lib/libparser.tex

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
% libparser.tex
22
%
3-
% Introductory documentation for the new parser built-in module.
4-
%
53
% Copyright 1995 Virginia Polytechnic Institute and State University
64
% and Fred L. Drake, Jr. This copyright notice must be distributed on
75
% all copies, but this document otherwise may be distributed as part
@@ -689,6 +687,9 @@ \section{Standard Module \sectcode{symbol}}
689687

690688
This module also provides one additional data object:
691689

690+
\renewcommand{\indexsubitem}{(in module symbol)}
691+
692+
692693
\begin{datadesc}{sym_name}
693694
Dictionary mapping the numeric values of the constants defined in this
694695
module back to name strings, allowing more human-readable
@@ -709,6 +710,9 @@ \section{Standard Module \sectcode{token}}
709710
This module also provides one data object and some functions. The
710711
functions mirror definitions in the Python C header files.
711712

713+
\renewcommand{\indexsubitem}{(in module token)}
714+
715+
712716
\begin{datadesc}{tok_name}
713717
Dictionary mapping the numeric values of the constants defined in this
714718
module back to name strings, allowing more human-readable

Doc/libparser.tex

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
% libparser.tex
22
%
3-
% Introductory documentation for the new parser built-in module.
4-
%
53
% Copyright 1995 Virginia Polytechnic Institute and State University
64
% and Fred L. Drake, Jr. This copyright notice must be distributed on
75
% all copies, but this document otherwise may be distributed as part
@@ -689,6 +687,9 @@ \section{Standard Module \sectcode{symbol}}
689687

690688
This module also provides one additional data object:
691689

690+
\renewcommand{\indexsubitem}{(in module symbol)}
691+
692+
692693
\begin{datadesc}{sym_name}
693694
Dictionary mapping the numeric values of the constants defined in this
694695
module back to name strings, allowing more human-readable
@@ -709,6 +710,9 @@ \section{Standard Module \sectcode{token}}
709710
This module also provides one data object and some functions. The
710711
functions mirror definitions in the Python C header files.
711712

713+
\renewcommand{\indexsubitem}{(in module token)}
714+
715+
712716
\begin{datadesc}{tok_name}
713717
Dictionary mapping the numeric values of the constants defined in this
714718
module back to name strings, allowing more human-readable

0 commit comments

Comments
 (0)