Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef4d111 commit 51313f1Copy full SHA for 51313f1
1 file changed
Doc/texinputs/python.sty
@@ -922,12 +922,21 @@
922
#3
923
\end{fulllineitems}
924
}
925
+% \seeurl{url}{why it's interesting}
926
+\newcommand{\py@seeurl}[2]{%
927
+ \par%
928
+ \begin{fulllineitems}
929
+ \item[\url{#1}]
930
+ #2
931
+ \end{fulllineitems}
932
+}
933
\newenvironment{seealso}[0]{
934
\par
935
\strong{See Also:}\par
936
\def\seetext##1{\par{##1}}
937
\let\seemodule=\py@seemodule
938
\let\seerfc=\py@seerfc
939
+ \let\seeurl=\py@seeurl
940
}{\par}
941
942
0 commit comments