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

Skip to content

Commit 8a528bd

Browse files
committed
Added some module references to the index.
1 parent 207e57b commit 8a528bd

2 files changed

Lines changed: 14 additions & 6 deletions

File tree

Doc/libmac.tex

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ \section{Built-in Module \sectcode{mac}}
4040
functionality provided by the optional built-in module \code{posix}.
4141
It is best accessed through the more portable standard module
4242
\code{os}.
43+
\refbimodindex{posix}
44+
\refstmodindex{os}
4345

4446
The following functions are available in this module:
4547
\code{chdir},
@@ -59,11 +61,11 @@ \section{Built-in Module \sectcode{mac}}
5961
\code{unlink},
6062
\code{write},
6163
as well as the exception \code{error}. Note that the times returned by
62-
\code{stat} are floating-point values, like all time values in
64+
\code{stat()} are floating-point values, like all time values in
6365
MacPython.
6466

65-
One additional function is available: \code{xstat}. This function
66-
returns the same information as \code{stat}, but with three extra
67+
One additional function is available: \code{xstat()}. This function
68+
returns the same information as \code{stat()}, but with three extra
6769
values appended: the size of the resource fork of the file and its
6870
4-char creator and type.
6971

@@ -74,6 +76,8 @@ \section{Standard Module \sectcode{macpath}}
7476
available from the optional standard module \code{posixpath}. It is
7577
best accessed through the more portable standard module \code{os}, as
7678
\code{os.path}.
79+
\refstmodindex{posixpath}
80+
\refstmodindex{os}
7781

7882
The following functions are available in this module:
7983
\code{normcase},

Doc/mac/libmac.tex

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ \section{Built-in Module \sectcode{mac}}
4040
functionality provided by the optional built-in module \code{posix}.
4141
It is best accessed through the more portable standard module
4242
\code{os}.
43+
\refbimodindex{posix}
44+
\refstmodindex{os}
4345

4446
The following functions are available in this module:
4547
\code{chdir},
@@ -59,11 +61,11 @@ \section{Built-in Module \sectcode{mac}}
5961
\code{unlink},
6062
\code{write},
6163
as well as the exception \code{error}. Note that the times returned by
62-
\code{stat} are floating-point values, like all time values in
64+
\code{stat()} are floating-point values, like all time values in
6365
MacPython.
6466

65-
One additional function is available: \code{xstat}. This function
66-
returns the same information as \code{stat}, but with three extra
67+
One additional function is available: \code{xstat()}. This function
68+
returns the same information as \code{stat()}, but with three extra
6769
values appended: the size of the resource fork of the file and its
6870
4-char creator and type.
6971

@@ -74,6 +76,8 @@ \section{Standard Module \sectcode{macpath}}
7476
available from the optional standard module \code{posixpath}. It is
7577
best accessed through the more portable standard module \code{os}, as
7678
\code{os.path}.
79+
\refstmodindex{posixpath}
80+
\refstmodindex{os}
7781

7882
The following functions are available in this module:
7983
\code{normcase},

0 commit comments

Comments
 (0)