mirror of
https://github.com/python/cpython.git
synced 2025-09-12 03:37:09 +00:00
New markup: \note{...} and \warning{...}
This commit is contained in:
parent
8b78b99647
commit
92350b3a1f
4 changed files with 36 additions and 0 deletions
|
@ -881,6 +881,9 @@
|
|||
\end{center}
|
||||
}
|
||||
|
||||
\newcommand{\note}[1]{\strong{Note:} #1}
|
||||
\newcommand{\warning}[1]{\strong{Warning:} #1}
|
||||
|
||||
% Deprecation stuff.
|
||||
% Should be extended to allow an index / list of deprecated stuff. But
|
||||
% there's a lot of stuff that needs to be done to make that automatable.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue