Commit 51313f16 authored by Fred Drake's avatar Fred Drake

Define \seeurl in the seealso environment. Two parameters: url, why.

parent ef4d111b
......@@ -922,12 +922,21 @@
#3
\end{fulllineitems}
}
% \seeurl{url}{why it's interesting}
\newcommand{\py@seeurl}[2]{%
\par%
\begin{fulllineitems}
\item[\url{#1}]
#2
\end{fulllineitems}
}
\newenvironment{seealso}[0]{
\par
\strong{See Also:}\par
\def\seetext##1{\par{##1}}
\let\seemodule=\py@seemodule
\let\seerfc=\py@seerfc
\let\seeurl=\py@seeurl
}{\par}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment