File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
350350Just as writing Python extension modules is a bit more complicated than
351351writing 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 }
894894This 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 }
898898This command installs all (Python) scripts in the distribution.
899899
900900
You can’t perform that action at this time.
0 commit comments