Kaydet (Commit) 9d0b604a authored tarafından Benjamin Peterson's avatar Benjamin Peterson

Updated README regarding doc formats

üst 2c55c597
...@@ -83,11 +83,12 @@ Python's power is described there, including the built-in data types ...@@ -83,11 +83,12 @@ Python's power is described there, including the built-in data types
and functions! and functions!
All documentation is also available online at the Python web site All documentation is also available online at the Python web site
(http://docs.python.org/, see below). It is available online for (http://docs.python.org/, see below). It is available online for occasional
occasional reference, or can be downloaded in many formats for faster reference, or can be downloaded in many formats for faster access. The
access. The documentation is available in HTML, PostScript, PDF, and documentation is available in HTML, PostScript, PDF, LaTeX (through 2.5), and
LaTeX formats; the LaTeX version is primarily for documentation reStructuredText (2.6+) formats; the LaTeX and reStructuredText versions are
authors, translators, and people with special formatting requirements. primarily for documentation authors, translators, and people with special
formatting requirements.
Unfortunately, new-style classes (new in Python 2.2) have not yet been Unfortunately, new-style classes (new in Python 2.2) have not yet been
integrated into Python's standard documentation. A collection of integrated into Python's standard documentation. A collection of
...@@ -135,9 +136,8 @@ Manager at http://bugs.python.org. Guidelines ...@@ -135,9 +136,8 @@ Manager at http://bugs.python.org. Guidelines
for patch submission may be found at http://www.python.org/dev/patches/. for patch submission may be found at http://www.python.org/dev/patches/.
If you have a proposal to change Python, it's best to submit a Python If you have a proposal to change Python, it's best to submit a Python
Enhancement Proposal (PEP) first. All current PEPs, as well as Enhancement Proposal (PEP) first. All current PEPs, as well as guidelines for
guidelines for submitting a new PEP, are listed at submitting a new PEP, are listed at http://www.python.org/dev/peps/.
http://www.python.org/dev/peps/.
Questions Questions
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment