mirror of
https://github.com/python/cpython.git
synced 2025-11-02 11:08:57 +00:00
Move & update a comment.
Add support for the \ulink macro.
This commit is contained in:
parent
de6dc1e11c
commit
44835d8e7a
1 changed files with 12 additions and 4 deletions
|
|
@ -52,14 +52,14 @@
|
||||||
<content/>
|
<content/>
|
||||||
</macro>
|
</macro>
|
||||||
<macro name="shortversion"/>
|
<macro name="shortversion"/>
|
||||||
|
<!-- These are broken: we need to re-order the optional and required
|
||||||
|
parameters, making the optional parameter the content for the
|
||||||
|
element. latex2esis.py is not powerful enough to handle this.
|
||||||
|
-->
|
||||||
<macro name="versionadded">
|
<macro name="versionadded">
|
||||||
<attribute name="info" optional="yes"/>
|
<attribute name="info" optional="yes"/>
|
||||||
<attribute name="version"/>
|
<attribute name="version"/>
|
||||||
</macro>
|
</macro>
|
||||||
<!-- This is broken: we need to re-order the optional and required
|
|
||||||
parameters, making the optional parameter the content for the
|
|
||||||
element. The processor is not powerful enough to handle this.
|
|
||||||
-->
|
|
||||||
<macro name="versionchanged">
|
<macro name="versionchanged">
|
||||||
<attribute name="info" optional="yes"/>
|
<attribute name="info" optional="yes"/>
|
||||||
<attribute name="version"/>
|
<attribute name="version"/>
|
||||||
|
|
@ -696,6 +696,14 @@
|
||||||
<macro name="email">
|
<macro name="email">
|
||||||
<content/>
|
<content/>
|
||||||
</macro>
|
</macro>
|
||||||
|
<macro name="ulink">
|
||||||
|
<!-- order of the parameters makes this difficult;
|
||||||
|
we'll need to fix it up tp <ulink href="...">...</ulink>
|
||||||
|
in docfixer.py.
|
||||||
|
-->
|
||||||
|
<child name="text"/>
|
||||||
|
<child name="href"/>
|
||||||
|
</macro>
|
||||||
<macro name="url">
|
<macro name="url">
|
||||||
<content/>
|
<content/>
|
||||||
</macro>
|
</macro>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue