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
5599441b
Commit
5599441b
authored
Jan 30, 2001
by
Fred Drake
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Make HTML the default output format, since that is what people actually
want most of the time.
parent
fc3fc337
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
Doc/tools/mkhowto
Doc/tools/mkhowto
+3
-3
No files found.
Doc/tools/mkhowto
View file @
5599441b
...
@@ -3,8 +3,8 @@
...
@@ -3,8 +3,8 @@
"""usage: %(program)s [options...] file ...
"""usage: %(program)s [options...] file ...
Options specifying formats to build:
Options specifying formats to build:
--html HyperText Markup Language
--html HyperText Markup Language
(default)
--pdf Portable Document Format
(default)
--pdf Portable Document Format
--ps PostScript
--ps PostScript
--dvi 'DeVice Indepentent' format from TeX
--dvi 'DeVice Indepentent' format from TeX
--text ASCII text (requires lynx)
--text ASCII text (requires lynx)
...
@@ -97,7 +97,7 @@ class Options:
...
@@ -97,7 +97,7 @@ class Options:
up_link
=
None
up_link
=
None
up_title
=
None
up_title
=
None
#
#
DEFAULT_FORMATS
=
(
"
pdf
"
,)
DEFAULT_FORMATS
=
(
"
html
"
,)
ALL_FORMATS
=
(
"dvi"
,
"html"
,
"pdf"
,
"ps"
,
"text"
)
ALL_FORMATS
=
(
"dvi"
,
"html"
,
"pdf"
,
"ps"
,
"text"
)
def
__init__
(
self
):
def
__init__
(
self
):
...
...
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