mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
Added citetitle and programopt.
Made var get renamed to varname (more like DocBook). Other names should probably be changed as well; still waiting for the DocBook book to arrive.
This commit is contained in:
parent
d290c10890
commit
91f31eab1c
1 changed files with 8 additions and 1 deletions
|
@ -34,6 +34,10 @@
|
|||
<attribute name="name"/>
|
||||
<attribute name="email"/>
|
||||
</macro>
|
||||
<macro name="citetitle">
|
||||
<attribute name="href" optional="yes"/>
|
||||
<content/>
|
||||
</macro>
|
||||
<macro name="rfc">
|
||||
<attribute name="num"/>
|
||||
</macro>
|
||||
|
@ -559,10 +563,13 @@
|
|||
<macro name="program">
|
||||
<content/>
|
||||
</macro>
|
||||
<macro name="programopt">
|
||||
<content/>
|
||||
</macro>
|
||||
<macro name="regexp">
|
||||
<content/>
|
||||
</macro>
|
||||
<macro name="var">
|
||||
<macro name="var" outputname="varname">
|
||||
<content/>
|
||||
</macro>
|
||||
<macro name="email">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue