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

Skip to content

Commit 3a0351c

Browse files
committed
Remove all uses of \sectcode; we can now use logical markup everywhere.
1 parent e795718 commit 3a0351c

193 files changed

Lines changed: 215 additions & 215 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

Doc/howto.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ \section{Software Requirements}
6969
% The following is a model for such a reference section, for
7070
% an extension module written in C.
7171

72-
\section{Extension Module \sectcode{spamsprock}}
72+
\section{Extension Module \module{spamsprock}}
7373
\exmodindex{spamsprock} % Set the module name for the index
7474
\label{module-spamsprock} % Create a label for cross-references
7575

@@ -104,7 +104,7 @@ \section{Extension Module \sectcode{spamsprock}}
104104
% The following section is a model for documenting modules written in
105105
% Python.
106106

107-
\section{Module \sectcode{sprunkit}}
107+
\section{Module \module{sprunkit}}
108108
\modindex{ezspam}
109109
\label{module-sprunkit}
110110

Doc/lib/libamoeba.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
\chapter{Amoeba Specific Services}
22

3-
\section{Built-in Module \sectcode{amoeba}}
3+
\section{Built-in Module \module{amoeba}}
44
\label{module-amoeba}
55
\bimodindex{amoeba}
66

Doc/lib/libanydbm.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
\section{Standard Modules \sectcode{anydbm} and \sectcode{dumbdbm}}
1+
\section{Standard Modules \module{anydbm} and \module{dumbdbm}}
22
\label{module-anydbm}
33
\label{module-dumbdbm}
44
\stmodindex{anydbm}

Doc/lib/libarray.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
\section{Built-in Module \sectcode{array}}
1+
\section{Built-in Module \module{array}}
22
\label{module-array}
33
\bimodindex{array}
44
\index{arrays}

Doc/lib/libbastion.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
\section{Standard Module \sectcode{Bastion}}
1+
\section{Standard Module \module{Bastion}}
22
\label{module-Bastion}
33
\stmodindex{Bastion}
44

Doc/lib/libbltin.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
\section{Built-in Module \sectcode{__builtin__}}
1+
\section{Built-in Module \module{__builtin__}}
22
\label{module-builtin}
33
\bimodindex{__builtin__}
44

Doc/lib/libcmath.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
\section{Built-in Module \sectcode{cmath}}
1+
\section{Built-in Module \module{cmath}}
22
\label{module-cmath}
33

44
\bimodindex{cmath}

Doc/lib/libcode.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
\section{Standard Module \sectcode{code}}
1+
\section{Standard Module \module{code}}
22
\label{module-code}
33
\stmodindex{code}
44

Doc/lib/libcopy.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
\section{Standard Module \sectcode{copy}}
1+
\section{Standard Module \module{copy}}
22
\label{module-copy}
33
\stmodindex{copy}
44
\setindexsubitem{(copy function)}

Doc/lib/libcopyreg.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
\section{Standard Module \sectcode{copy_reg}}
1+
\section{Standard Module \module{copy_reg}}
22
% Note that the label is a little off; the underscore causes LaTeX to
33
% yell & scream.
44
\label{module-copyreg}

0 commit comments

Comments
 (0)