mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
add new reference macro: \seelink
This commit is contained in:
parent
91f5cbe264
commit
4f687b3051
3 changed files with 33 additions and 1 deletions
|
@ -1395,11 +1395,20 @@ This \UNIX\ is also followed by a space.
|
|||
For each of the following macros, \var{why} should be one or more
|
||||
complete sentences, starting with a capital letter (unless it
|
||||
starts with an identifier, which should not be modified), and
|
||||
ending with the apropriate punctuation.
|
||||
ending with the appropriate punctuation.
|
||||
|
||||
These macros are only defined within the content of the
|
||||
\env{seealso} and \env{seealso*} environments.
|
||||
|
||||
\begin{macrodesc}{seelink}{\p{url}\p{linktext}\p{why}}
|
||||
References to specific on-line resources should be given using
|
||||
the \macro{seelink} macro if they don't have a meaningful title
|
||||
but there is some short description of what's at the end of the
|
||||
link. Online documents which have identifiable titles should be
|
||||
referenced using the \macro{seetitle} macro, using the optional
|
||||
parameter to that macro to provide the URL.
|
||||
\end{macrodesc}
|
||||
|
||||
\begin{macrodesc}{seemodule}{\op{key}\p{name}\p{why}}
|
||||
Refer to another module. \var{why} should be a brief
|
||||
explanation of why the reference may be interesting. The module
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue