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

Skip to content

Commit 42de185

Browse files
committed
Added \label to subsections which didn't have one, since this module has
subsections listed in the documentation index sidebar. (Why?)
1 parent a933f6a commit 42de185

2 files changed

Lines changed: 14 additions & 0 deletions

File tree

Doc/lib/libre.tex

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ \section{Built-in Module \module{re}}
2828
string notation.
2929

3030
\subsection{Regular Expression Syntax}
31+
\label{re-syntax}
3132

3233
A regular expression (or RE) specifies a set of strings that matches
3334
it; the functions in this module let you check if a particular string
@@ -275,6 +276,7 @@ \subsection{Regular Expression Syntax}
275276

276277
\end{list}
277278

279+
278280
\subsection{Module Contents}
279281
\nodename{Contents of Module re}
280282

@@ -458,7 +460,10 @@ \subsection{Module Contents}
458460
never an error if a string contains no match for a pattern.
459461
\end{excdesc}
460462

463+
461464
\subsection{Regular Expression Objects}
465+
\label{re-objects}
466+
462467
Compiled regular expression objects support the following methods and
463468
attributes:
464469

@@ -522,7 +527,9 @@ \subsection{Regular Expression Objects}
522527
The pattern string from which the regex object was compiled.
523528
\end{memberdesc}
524529

530+
525531
\subsection{Match Objects}
532+
\label{match-objects}
526533

527534
\class{MatchObject} instances support the following methods and attributes:
528535

Doc/libre.tex

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ \section{Built-in Module \module{re}}
2828
string notation.
2929

3030
\subsection{Regular Expression Syntax}
31+
\label{re-syntax}
3132

3233
A regular expression (or RE) specifies a set of strings that matches
3334
it; the functions in this module let you check if a particular string
@@ -275,6 +276,7 @@ \subsection{Regular Expression Syntax}
275276

276277
\end{list}
277278

279+
278280
\subsection{Module Contents}
279281
\nodename{Contents of Module re}
280282

@@ -458,7 +460,10 @@ \subsection{Module Contents}
458460
never an error if a string contains no match for a pattern.
459461
\end{excdesc}
460462

463+
461464
\subsection{Regular Expression Objects}
465+
\label{re-objects}
466+
462467
Compiled regular expression objects support the following methods and
463468
attributes:
464469

@@ -522,7 +527,9 @@ \subsection{Regular Expression Objects}
522527
The pattern string from which the regex object was compiled.
523528
\end{memberdesc}
524529

530+
525531
\subsection{Match Objects}
532+
\label{match-objects}
526533

527534
\class{MatchObject} instances support the following methods and attributes:
528535

0 commit comments

Comments
 (0)