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

Skip to content

Commit 36154b2

Browse files
committed
Added entry for weakref documentation.
Moved commented-out entries for obsolete module to an appendix, still commented out.
1 parent 0d0e648 commit 36154b2

1 file changed

Lines changed: 11 additions & 7 deletions

File tree

Doc/lib/lib.tex

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ \chapter*{Front Matter\label{front}}
7474
\input{libpython} % Python Runtime Services
7575
\input{libsys}
7676
\input{libgc}
77+
\input{libweakref}
7778
\input{libfpectl}
7879
\input{libatexit}
7980
\input{libtypes}
@@ -88,7 +89,6 @@ \chapter*{Front Matter\label{front}}
8889
\input{libmarshal}
8990
\input{libwarnings}
9091
\input{libimp}
91-
%\input{libni}
9292
\input{libcode}
9393
\input{libcodeop}
9494
\input{libpprint}
@@ -102,21 +102,17 @@ \chapter*{Front Matter\label{front}}
102102
\input{libstrings} % String Services
103103
\input{libstring}
104104
\input{libre}
105-
%\input{libregex}
106-
%\input{libregsub}
107105
\input{libstruct}
108106
\input{libfpformat}
109107
\input{libstringio}
110108
\input{libcodecs}
111109
\input{libunicodedata}
112-
%\input{libsoundex}
113110

114111
\input{libmisc} % Miscellaneous Services
115112
\input{libmath}
116113
\input{libcmath}
117114
\input{librandom}
118115
\input{libwhrandom}
119-
%\input{librand}
120116
\input{libbisect}
121117
\input{libarray}
122118
\input{libcfgparser}
@@ -135,8 +131,6 @@ \chapter*{Front Matter\label{front}}
135131
\input{libstatvfs}
136132
\input{libfilecmp}
137133
\input{libpopen2}
138-
%\input{libcmp}
139-
%\input{libcmpcache}
140134
\input{libtime}
141135
\input{libsched}
142136
\input{libmutex}
@@ -304,6 +298,16 @@ \chapter*{Front Matter\label{front}}
304298

305299
\appendix
306300
\input{libundoc}
301+
302+
%\chapter{Obsolete Modules}
303+
%\input{libcmpcache}
304+
%\input{libcmp}
305+
%\input{libni}
306+
%\input{librand}
307+
%\input{libregex}
308+
%\input{libregsub}
309+
%\input{libsoundex}
310+
307311
\chapter{Reporting Bugs}
308312
\input{reportingbugs}
309313

0 commit comments

Comments
 (0)