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
d397f236
Commit
d397f236
authored
Nov 22, 2000
by
Fred Drake
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add support for (relatively) recent additions and changes to python.sty,
and one more standard LaTeX macro.
parent
0ac000cd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
30 additions
and
2 deletions
+30
-2
Doc/tools/sgmlconv/conversion.xml
Doc/tools/sgmlconv/conversion.xml
+30
-2
No files found.
Doc/tools/sgmlconv/conversion.xml
View file @
d397f236
...
@@ -45,9 +45,14 @@
...
@@ -45,9 +45,14 @@
<attribute
name=
"name"
/>
<attribute
name=
"name"
/>
<attribute
name=
"email"
/>
<attribute
name=
"email"
/>
</macro>
</macro>
<macro
name=
"shortversion"
/>
<macro
name=
"versionadded"
>
<macro
name=
"versionadded"
>
<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=
"version"
/>
<attribute
name=
"version"
/>
</macro>
</macro>
...
@@ -67,6 +72,7 @@
...
@@ -67,6 +72,7 @@
<child
name=
"args"
/>
<child
name=
"args"
/>
</environment>
</environment>
<environment
name=
"ctypedesc"
>
<environment
name=
"ctypedesc"
>
<attribute
name=
"tag"
optional=
"yes"
/>
<attribute
name=
"name"
/>
<attribute
name=
"name"
/>
</environment>
</environment>
<environment
name=
"cvardesc"
>
<environment
name=
"cvardesc"
>
...
@@ -152,10 +158,29 @@
...
@@ -152,10 +158,29 @@
<macro
name=
"seemodule"
>
<macro
name=
"seemodule"
>
<attribute
name=
"ref"
optional=
"yes"
/>
<attribute
name=
"ref"
optional=
"yes"
/>
<attribute
name=
"name"
/>
<attribute
name=
"name"
/>
<content/>
<child
name=
"description"
/>
</macro>
<macro
name=
"seepep"
>
<attribute
name=
"number"
/>
<child
name=
"title"
/>
<child
name=
"description"
/>
</macro>
<macro
name=
"seerfc"
>
<attribute
name=
"number"
/>
<child
name=
"title"
/>
<child
name=
"description"
/>
</macro>
</macro>
<macro
name=
"seetext"
>
<macro
name=
"seetext"
>
<content/>
<child
name=
"description"
/>
</macro>
<macro
name=
"seetitle"
>
<attribute
name=
"href"
optional=
"yes"
/>
<child
name=
"title"
/>
<child
name=
"description"
/>
</macro>
<macro
name=
"seeurl"
>
<attribute
name=
"href"
/>
<child
name=
"description"
/>
</macro>
</macro>
<!-- Index-generating markup. -->
<!-- Index-generating markup. -->
...
@@ -670,6 +695,9 @@
...
@@ -670,6 +695,9 @@
<macro
name=
"UNIX"
outputname=
""
>
<macro
name=
"UNIX"
outputname=
""
>
<text>
Unix
</text>
<text>
Unix
</text>
</macro>
</macro>
<macro
name=
"textasciitilde"
outputname=
""
>
<text>
~
</text>
</macro>
<!-- These will end up disappearing as well! -->
<!-- These will end up disappearing as well! -->
<macro
name=
"catcode"
outputname=
""
/>
<macro
name=
"catcode"
outputname=
""
/>
...
...
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