mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Small markup nits.
This commit is contained in:
parent
d59db4f974
commit
7932a6bf8c
4 changed files with 12 additions and 16 deletions
|
@ -1,15 +1,14 @@
|
|||
\section{Built-in Module \sectcode{rgbimg}}
|
||||
\section{Built-in Module \module{rgbimg}}
|
||||
\label{module-rgbimg}
|
||||
\bimodindex{rgbimg}
|
||||
|
||||
The rgbimg module allows python programs to access SGI imglib image
|
||||
The \module{rgbimg} module allows Python programs to access SGI imglib image
|
||||
files (also known as \file{.rgb} files). The module is far from
|
||||
complete, but is provided anyway since the functionality that there is
|
||||
is enough in some cases. Currently, colormap files are not supported.
|
||||
|
||||
The module defines the following variables and functions:
|
||||
|
||||
\setindexsubitem{(in module rgbimg)}
|
||||
\begin{excdesc}{error}
|
||||
This exception is raised on all errors, such as unsupported file type, etc.
|
||||
\end{excdesc}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue