]> granicus.if.org Git - python/commitdiff
Removed obsolete \kwindex{} call.
authorFred Drake <fdrake@acm.org>
Tue, 13 Jan 1998 18:45:34 +0000 (18:45 +0000)
committerFred Drake <fdrake@acm.org>
Tue, 13 Jan 1998 18:45:34 +0000 (18:45 +0000)
Added "user configuration file", ".pythonrc.py file" to the index.

Made reference to site module a {seealso} environment.

Doc/lib/libuser.tex
Doc/libuser.tex

index f0e1cab2d4cdd4d647e031dc42270bfe273b40c2..f0f633ca8c3384b3ea5c528d94e61317cd22b269 100644 (file)
@@ -1,7 +1,8 @@
 \section{Standard Module \sectcode{user}}
 \label{module-user}
 \stmodindex{user}
-\kwindex{.pythonrc.py}
+\indexii{.pythonrc.py}{file}
+\indexiii{user}{configuration}{file}
 
 As a policy, Python doesn't run user-specified code on startup of
 Python programs.  (Only interactive sessions execute the script
@@ -57,5 +58,7 @@ arbitrary code in the \file{.pythonrc.py} file.
 Modules for general use should \emph{not} import this module; it may
 interfere with the operation of the importing program.
 
-For a site-wide customization mechanism, see module \code{site}.
+\begin{seealso}
+\seemodule{site}{site-wide customization mechanism}
 \refstmodindex{site}
+\end{seealso}
index f0e1cab2d4cdd4d647e031dc42270bfe273b40c2..f0f633ca8c3384b3ea5c528d94e61317cd22b269 100644 (file)
@@ -1,7 +1,8 @@
 \section{Standard Module \sectcode{user}}
 \label{module-user}
 \stmodindex{user}
-\kwindex{.pythonrc.py}
+\indexii{.pythonrc.py}{file}
+\indexiii{user}{configuration}{file}
 
 As a policy, Python doesn't run user-specified code on startup of
 Python programs.  (Only interactive sessions execute the script
@@ -57,5 +58,7 @@ arbitrary code in the \file{.pythonrc.py} file.
 Modules for general use should \emph{not} import this module; it may
 interfere with the operation of the importing program.
 
-For a site-wide customization mechanism, see module \code{site}.
+\begin{seealso}
+\seemodule{site}{site-wide customization mechanism}
 \refstmodindex{site}
+\end{seealso}