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

Skip to content

Commit 1365a30

Browse files
committed
Get rid of "sec:" prefix that slipped into a couple of \label's.
1 parent b76a55c commit 1365a30

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

Doc/dist/dist.tex

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ \subsection{Listing individual modules}
345345

346346

347347
\subsection{Describing extension modules}
348-
\label{sec:describing-extensions}
348+
\label{describing-extensions}
349349

350350
Just as writing Python extension modules is a bit more complicated than
351351
writing pure Python modules, describing them to the Distutils is a bit
@@ -887,14 +887,14 @@ \subsection{Installing modules: the \protect\command{install} command family}
887887
\command{install\_scripts}.
888888

889889
\subsubsection{\protect\command{install\_lib}}
890-
\label{sec:install-lib-cmd}
890+
\label{install-lib-cmd}
891891

892892
\subsubsection{\protect\command{install\_data}}
893-
\label{sec:install-data-cmd}
893+
\label{install-data-cmd}
894894
This command installs all data files provided with the distribution.
895895

896896
\subsubsection{\protect\command{install\_scripts}}
897-
\label{sec:install-scripts-cmd}
897+
\label{install-scripts-cmd}
898898
This command installs all (Python) scripts in the distribution.
899899

900900

0 commit comments

Comments
 (0)