diff options
author | Fred Drake <fdrake@acm.org> | 1998-07-23 17:59:49 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1998-07-23 17:59:49 (GMT) |
commit | b91e934cf1c45353a06eef77eac7cec609406646 (patch) | |
tree | 2eac55d1be7c062adef06708851208d20c896415 /Doc/lib/libpanel.tex | |
parent | fe7f3bc2aa5c59699aa87f6fbe6831f3742039a1 (diff) | |
download | cpython-b91e934cf1c45353a06eef77eac7cec609406646.zip cpython-b91e934cf1c45353a06eef77eac7cec609406646.tar.gz cpython-b91e934cf1c45353a06eef77eac7cec609406646.tar.bz2 |
Adjusted to use the new module synopsis support macros.
Diffstat (limited to 'Doc/lib/libpanel.tex')
-rw-r--r-- | Doc/lib/libpanel.tex | 18 |
1 files changed, 12 insertions, 6 deletions
diff --git a/Doc/lib/libpanel.tex b/Doc/lib/libpanel.tex index 3553808..66ac2a8 100644 --- a/Doc/lib/libpanel.tex +++ b/Doc/lib/libpanel.tex @@ -1,6 +1,8 @@ \section{Standard Module \module{panel}} -\label{module-panel} -\stmodindex{panel} +\declaremodule{standard}{panel} + +\modulesynopsis{None} + \strong{Please note:} The FORMS library, to which the \code{fl}\refbimodindex{fl} module described above interfaces, is a @@ -30,8 +32,10 @@ or \code{panel.defpanellist()}. \section{Standard Module \module{panelparser}} -\label{module-panelparser} -\stmodindex{panelparser} +\declaremodule{standard}{panelparser} + +\modulesynopsis{None} + This module defines a self-contained parser for S-expressions as output by the Panel Editor (which is written in Scheme so it can't help writing @@ -46,8 +50,10 @@ For more details, read the module file. % XXXXJH should be funcdesc, I think \section{Built-in Module \module{pnl}} -\label{module-pnl} -\bimodindex{pnl} +\declaremodule{builtin}{pnl} + +\modulesynopsis{None} + This module provides access to the \emph{Panel Library} |