mirror of https://github.com/python/cpython
Added two new conversion specifications.
This commit is contained in:
parent
10cd315963
commit
95e33f03ba
|
@ -190,6 +190,9 @@
|
|||
</environment>
|
||||
|
||||
<!-- "See also:" sections. -->
|
||||
<environment name="seealso*" outputname="seealso">
|
||||
<attribute name="sidebar">no</attribute>
|
||||
</environment>
|
||||
<macro name="seemodule">
|
||||
<!-- this causes the optional parameter to \seemodule to be
|
||||
discarded -->
|
||||
|
@ -822,6 +825,10 @@
|
|||
<content/>
|
||||
</macro>
|
||||
|
||||
<macro name="leftline" outputname="">
|
||||
<content/>
|
||||
</macro>
|
||||
|
||||
<!-- Conversions to text; perhaps could be different? There's -->
|
||||
<!-- no way for a style sheet to work with these this way. -->
|
||||
<macro name="ABC" outputname="">
|
||||
|
|
Loading…
Reference in New Issue