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

Skip to content

Commit 18f9f53

Browse files
committed
Removed obsolete \kwindex{} call.
Added "user configuration file", ".pythonrc.py file" to the index. Made reference to site module a {seealso} environment.
1 parent 2b67bee commit 18f9f53

2 files changed

Lines changed: 10 additions & 4 deletions

File tree

Doc/lib/libuser.tex

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
\section{Standard Module \sectcode{user}}
22
\label{module-user}
33
\stmodindex{user}
4-
\kwindex{.pythonrc.py}
4+
\indexii{.pythonrc.py}{file}
5+
\indexiii{user}{configuration}{file}
56

67
As a policy, Python doesn't run user-specified code on startup of
78
Python programs. (Only interactive sessions execute the script
@@ -57,5 +58,7 @@ \section{Standard Module \sectcode{user}}
5758
Modules for general use should \emph{not} import this module; it may
5859
interfere with the operation of the importing program.
5960

60-
For a site-wide customization mechanism, see module \code{site}.
61+
\begin{seealso}
62+
\seemodule{site}{site-wide customization mechanism}
6163
\refstmodindex{site}
64+
\end{seealso}

Doc/libuser.tex

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
\section{Standard Module \sectcode{user}}
22
\label{module-user}
33
\stmodindex{user}
4-
\kwindex{.pythonrc.py}
4+
\indexii{.pythonrc.py}{file}
5+
\indexiii{user}{configuration}{file}
56

67
As a policy, Python doesn't run user-specified code on startup of
78
Python programs. (Only interactive sessions execute the script
@@ -57,5 +58,7 @@ \section{Standard Module \sectcode{user}}
5758
Modules for general use should \emph{not} import this module; it may
5859
interfere with the operation of the importing program.
5960

60-
For a site-wide customization mechanism, see module \code{site}.
61+
\begin{seealso}
62+
\seemodule{site}{site-wide customization mechanism}
6163
\refstmodindex{site}
64+
\end{seealso}

0 commit comments

Comments
 (0)