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>
|
</environment>
|
||||||
|
|
||||||
<!-- "See also:" sections. -->
|
<!-- "See also:" sections. -->
|
||||||
|
<environment name="seealso*" outputname="seealso">
|
||||||
|
<attribute name="sidebar">no</attribute>
|
||||||
|
</environment>
|
||||||
<macro name="seemodule">
|
<macro name="seemodule">
|
||||||
<!-- this causes the optional parameter to \seemodule to be
|
<!-- this causes the optional parameter to \seemodule to be
|
||||||
discarded -->
|
discarded -->
|
||||||
|
@ -822,6 +825,10 @@
|
||||||
<content/>
|
<content/>
|
||||||
</macro>
|
</macro>
|
||||||
|
|
||||||
|
<macro name="leftline" outputname="">
|
||||||
|
<content/>
|
||||||
|
</macro>
|
||||||
|
|
||||||
<!-- Conversions to text; perhaps could be different? There's -->
|
<!-- Conversions to text; perhaps could be different? There's -->
|
||||||
<!-- no way for a style sheet to work with these this way. -->
|
<!-- no way for a style sheet to work with these this way. -->
|
||||||
<macro name="ABC" outputname="">
|
<macro name="ABC" outputname="">
|
||||||
|
|
Loading…
Reference in New Issue