Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
44835d8e
Commit
44835d8e
authored
Jul 07, 2001
by
Fred Drake
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move & update a comment.
Add support for the \ulink macro.
parent
de6dc1e1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
4 deletions
+12
-4
Doc/tools/sgmlconv/conversion.xml
Doc/tools/sgmlconv/conversion.xml
+12
-4
No files found.
Doc/tools/sgmlconv/conversion.xml
View file @
44835d8e
...
@@ -52,14 +52,14 @@
...
@@ -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 @@
...
@@ -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>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment