mirror of
https://github.com/python/cpython.git
synced 2025-07-25 20:24:11 +00:00
Add a new environment in the Python docs markup: seealso*. This is similar
to seealso, but does not add the "See also:" header or put the content in a box in the HTML version. Updated the description of \seeurl to better indicate when it should be used; the old description was written before we had \seetitle.
This commit is contained in:
parent
89d63cc450
commit
5ed35fd149
3 changed files with 41 additions and 11 deletions
|
@ -1725,6 +1725,12 @@ sub do_env_seealso{
|
|||
. '</div>');
|
||||
}
|
||||
|
||||
sub do_env_seealsostar{
|
||||
return ("<div class=\"seealso-simple\">\n "
|
||||
. @_[0]
|
||||
. '</div>');
|
||||
}
|
||||
|
||||
sub do_cmd_seemodule{
|
||||
# Insert the right magic to jump to the module definition. This should
|
||||
# work most of the time, at least for repeat builds....
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue