Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Kirill Smelkov
cpython
Commits
b7354a65
Commit
b7354a65
authored
10 years ago
by
Georg Brandl
Browse files
Options
Download
Email Patches
Plain Diff
Fixing broken links in doc, part 4: some more breaks and redirects
parent
0ef49667
Changes
31
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
with
29 additions
and
31 deletions
+29
-31
Doc/about.rst
Doc/about.rst
+2
-2
Doc/distutils/setupscript.rst
Doc/distutils/setupscript.rst
+1
-1
Doc/faq/extending.rst
Doc/faq/extending.rst
+1
-1
Doc/faq/general.rst
Doc/faq/general.rst
+5
-5
Doc/faq/gui.rst
Doc/faq/gui.rst
+1
-1
Doc/faq/library.rst
Doc/faq/library.rst
+2
-2
Doc/faq/programming.rst
Doc/faq/programming.rst
+1
-1
Doc/howto/cporting.rst
Doc/howto/cporting.rst
+1
-1
Doc/howto/pyporting.rst
Doc/howto/pyporting.rst
+1
-2
Doc/howto/webservers.rst
Doc/howto/webservers.rst
+1
-1
Doc/library/asyncio.rst
Doc/library/asyncio.rst
+1
-1
Doc/library/crypto.rst
Doc/library/crypto.rst
+2
-3
Doc/library/datetime.rst
Doc/library/datetime.rst
+1
-1
Doc/library/email.rst
Doc/library/email.rst
+1
-1
Doc/library/importlib.rst
Doc/library/importlib.rst
+1
-1
Doc/library/mimetypes.rst
Doc/library/mimetypes.rst
+1
-1
Doc/library/othergui.rst
Doc/library/othergui.rst
+2
-2
Doc/library/pyexpat.rst
Doc/library/pyexpat.rst
+1
-1
Doc/library/ssl.rst
Doc/library/ssl.rst
+2
-2
Doc/library/tkinter.rst
Doc/library/tkinter.rst
+1
-1
No files found.
Doc/about.rst
View file @
b7354a65
...
...
@@ -6,7 +6,7 @@ About these documents
These documents are generated from `reStructuredText`_ sources by `Sphinx`_, a
document processor specifically written for the Python documentation.
.. _reStructuredText: http://docutils.s
f
.net/rst.html
.. _reStructuredText: http://docutils.s
ourceforge
.net/rst.html
.. _Sphinx: http://sphinx-doc.org/
.. In the online version of these documents, you can submit comments and suggest
...
...
@@ -21,7 +21,7 @@ Many thanks go to:
* Fred L. Drake, Jr., the creator of the original Python documentation toolset
and writer of much of the content;
* the `Docutils <http://docutils.s
f
.net/>`_ project for creating
* the `Docutils <http://docutils.s
ourceforge
.net/>`_ project for creating
reStructuredText and the Docutils suite;
* Fredrik Lundh for his `Alternative Python Reference
<http://effbot.org/zone/pyref.htm>`_ project from which Sphinx got many good
...
...
This diff is collapsed.
Click to expand it.
Doc/distutils/setupscript.rst
View file @
b7354a65
...
...
@@ -628,7 +628,7 @@ Notes:
'
long
string
'
Multiple lines of plain text in reStructuredText format (see
http://docutils.s
f
.net/).
http://docutils.s
ourceforge
.net/).
'
list
of
strings
'
See below.
...
...
This diff is collapsed.
Click to expand it.
Doc/faq/extending.rst
View file @
b7354a65
...
...
@@ -50,7 +50,7 @@ to learn Python's C API.
If you need to interface to some C or C++ library for which no Python extension
currently exists, you can try wrapping the library's data types and functions
with a tool such as `SWIG <http://www.swig.org>`_. `SIP
<http://www.riverbankcomputing.co.uk/software/sip/>`__, `CXX
<http://www.riverbankcomputing.co.uk/software/sip/
intro
>`__, `CXX
<http://cxx.sourceforge.net/>`_ `Boost
<http://www.boost.org/libs/python/doc/index.html>`_, or `Weave
<http://docs.scipy.org/doc/scipy-dev/reference/tutorial/weave.html>`_ are also
...
...
This diff is collapsed.
Click to expand it.
Doc/faq/general.rst
View file @
b7354a65
...
...
@@ -53,7 +53,7 @@ commercial use, to sell copies of Python in source or binary form (modified or
unmodified), or to sell products that incorporate Python in some form. We would
still like to know about all commercial use of Python, of course.
See `the PSF license page <https://
www
.python.org/
psf
/license/>`_ to find further
See `the PSF license page <https://
docs
.python.org/
3
/license/>`_ to find further
explanations and a link to the full text of the license.
The Python logo is trademarked, and in certain cases permission is required to
...
...
@@ -178,8 +178,8 @@ How do I get documentation on Python?
.. XXX mention py3k
The standard documentation for the current stable version of Python is available
at https://docs.python.org/. PDF, plain text, and downloadable HTML versions are
also available at https://docs.python.org/download.html.
at https://docs.python.org/
3/
. PDF, plain text, and downloadable HTML versions are
also available at https://docs.python.org/
3/
download.html.
The documentation is written in reStructuredText and processed by `the Sphinx
documentation tool <http://sphinx-doc.org/>`__. The reStructuredText source for
...
...
@@ -200,7 +200,7 @@ Is there a newsgroup or mailing list devoted to Python?
-------------------------------------------------------
There is a newsgroup, :newsgroup:`comp.lang.python`, and a mailing list,
`python-list <http://mail.python.org/mailman/listinfo/python-list>`_. The
`python-list <http
s
://mail.python.org/mailman/listinfo/python-list>`_. The
newsgroup and mailing list are gatewayed into each other -- if you can read news
it's unnecessary to subscribe to the mailing list.
:newsgroup:`comp.lang.python` is high-traffic, receiving hundreds of postings
...
...
@@ -209,7 +209,7 @@ every day, and Usenet readers are often more able to cope with this volume.
Announcements of new software releases and events can be found in
comp.lang.python.announce, a low-traffic moderated list that receives about five
postings per day. It's available as `the python-announce mailing list
<http://mail.python.org/mailman/listinfo/python-announce-list>`_.
<http
s
://mail.python.org/mailman/listinfo/python-announce-list>`_.
More info about other mailing lists and newsgroups
can be found at https://www.python.org/community/lists/.
...
...
This diff is collapsed.
Click to expand it.
Doc/faq/gui.rst
View file @
b7354a65
...
...
@@ -58,7 +58,7 @@ Qt
---
There are bindings available for the Qt toolkit (using either `PyQt
<http://www.riverbankcomputing.co.uk/software/pyqt/>`_ or `PySide
<http://www.riverbankcomputing.co.uk/software/pyqt/
intro
>`_ or `PySide
<http://www.pyside.org/>`_) and for KDE (`PyKDE <https://techbase.kde.org/Development/Languages/Python>`__).
PyQt is currently more mature than PySide, but you must buy a PyQt license from
`Riverbank Computing <http://www.riverbankcomputing.co.uk/software/pyqt/license>`_
...
...
This diff is collapsed.
Click to expand it.
Doc/faq/library.rst
View file @
b7354a65
...
...
@@ -181,7 +181,7 @@ How do I create documentation from doc strings?
The :mod:`pydoc` module can create HTML from the doc strings in your Python
source code. An alternative for creating API documentation purely from
docstrings is `epydoc <http://epydoc.s
f
.net/>`_. `Sphinx
docstrings is `epydoc <http://epydoc.s
ourceforge
.net/>`_. `Sphinx
<http://sphinx-doc.org>`_ can also include docstring content.
...
...
@@ -773,7 +773,7 @@ socket to select to check if it's writable.
.. note::
The :mod:`asyncore` module presents a framework-like approach to the problem
of writing non-blocking networking code.
The third-party `Twisted <http://twistedmatrix.com/>`_ library is
The third-party `Twisted <http
s
://twistedmatrix.com/
trac/
>`_ library is
a popular and feature-rich alternative.
...
...
This diff is collapsed.
Click to expand it.
Doc/faq/programming.rst
View file @
b7354a65
...
...
@@ -61,7 +61,7 @@ Yes.
PyChecker is a static analysis tool that finds bugs in Python source code and
warns about code complexity and style. You can get PyChecker from
http://pychecker.s
f
.net.
http://pychecker.s
ourceforge
.net
/
.
`Pylint <http://www.logilab.org/projects/pylint>`_ is another tool that checks
if a module satisfies a coding standard, and also makes it possible to write
...
...
This diff is collapsed.
Click to expand it.
Doc/howto/cporting.rst
View file @
b7354a65
...
...
@@ -252,6 +252,6 @@ Other options
=============
If you are writing a new extension module, you might consider `Cython
<http://
www.
cython.org>`_. It translates a Python-like language to C. The
<http://cython.org
/
>`_. It translates a Python-like language to C. The
extension modules it creates are compatible with Python 3 and Python 2.
This diff is collapsed.
Click to expand it.
Doc/howto/pyporting.rst
View file @
b7354a65
...
...
@@ -609,11 +609,10 @@ please email the python-porting_ mailing list.
.. _future: http://python-future.org/
.. _modernize: https://github.com/mitsuhiko/python-modernize
.. _Porting to Python 3: http://python3porting.com/
.. _PyPI: https://pypi.python.org/
.. _PyPI: https://pypi.python.org/
pypi
.. _Python 3 Packages: https://pypi.python.org/pypi?:action=browse&c=533&show=all
.. _Python 3 Q & A: http://ncoghlan-devs-python-notes.readthedocs.org/en/latest/python3/questions_and_answers.html
.. _python-porting: https://mail.python.org/mailman/listinfo/python-porting
.. _six: https://pypi.python.org/pypi/six
.. _tox: https://pypi.python.org/pypi/tox
.. _trove classifiers: https://pypi.python.org/pypi?%3Aaction=list_classifiers
This diff is collapsed.
Click to expand it.
Doc/howto/webservers.rst
View file @
b7354a65
...
...
@@ -515,7 +515,7 @@ Popular template engines include:
* `Mako
<http:
//
www.makotemplates.org
/>
`_
* `Genshi
<http:
//
genshi.edgewall.org
/>
`_
* `Jinja
<http:
//
jinja.pocoo.org
/
2
/
>
`_
* `Jinja
<http:
//
jinja.pocoo.org
/>
`_
.. seealso::
...
...
This diff is collapsed.
Click to expand it.
Doc/library/asyncio.rst
View file @
b7354a65
...
...
@@ -26,7 +26,7 @@ Here is a more detailed list of the package contents:
implementations;
* :ref:`transport <asyncio-transport>` and :ref:`protocol <asyncio-protocol>` abstractions
(similar to those in `Twisted <http://twistedmatrix.com/>`_);
(similar to those in `Twisted <http
s
://twistedmatrix.com/
trac/
>`_);
* concrete support for TCP, UDP, SSL, subprocess pipes, delayed calls, and
others (some may be system-dependent);
...
...
This diff is collapsed.
Click to expand it.
Doc/library/crypto.rst
View file @
b7354a65
...
...
@@ -25,6 +25,5 @@ Here's an overview:
Hardcore cypherpunks will probably find the cryptographic modules written by
A.M. Kuchling of further interest; the package contains modules for various
encryption algorithms, most notably AES. These modules are not distributed with
Python but available separately. See the URL
http://www.pycrypto.org for more information.
Python but available separately. See the URL http://www.pycrypto.org/ for more
information.
This diff is collapsed.
Click to expand it.
Doc/library/datetime.rst
View file @
b7354a65
...
...
@@ -558,7 +558,7 @@ Instance methods:
Return a 3-tuple, (ISO year, ISO week number, ISO weekday).
The ISO calendar is a widely used variant of the Gregorian calendar. See
http://www.
phys
.uu.nl/~
v
gent/calendar/isocalendar.htm for a good
http://www.
staff.science
.uu.nl/~gent
0113
/calendar/isocalendar.htm for a good
explanation.
The ISO year consists of 52 or 53 full weeks, and where a week starts on a
...
...
This diff is collapsed.
Click to expand it.
Doc/library/email.rst
View file @
b7354a65
...
...
@@ -262,7 +262,7 @@ Differences from :mod:`mimelib`
-------------------------------
The :mod:`email` package was originally prototyped as a separate library called
`mimelib <http://mimelib.s
f
.net/>`_. Changes have been made so that method names
`mimelib <http://mimelib.s
ourceforge
.net/>`_. Changes have been made so that method names
are more consistent, and some methods or modules have either been added or
removed. The semantics of some of the methods have also changed. For the most
part, any functionality available in :mod:`mimelib` is still available in the
...
...
This diff is collapsed.
Click to expand it.
Doc/library/importlib.rst
View file @
b7354a65
...
...
@@ -29,7 +29,7 @@ generically as an :term:`importer`) to participate in the import process.
:
ref
:`
import
`
The
language
reference
for
the
:
keyword
:`
import
`
statement
.
`
Packages
specification
<
http
s
://
www
.
python
.
org
/
doc
/
essays
/
packages
.
html
>`
__
`
Packages
specification
<
http
://
legacy
.
python
.
org
/
doc
/
essays
/
packages
.
html
>`
__
Original
specification
of
packages
.
Some
semantics
have
changed
since
the
writing
of
this
document
(
e
.
g
.
redirecting
based
on
``
None
``
in
:
data
:`
sys
.
modules
`).
...
...
This diff is collapsed.
Click to expand it.
Doc/library/mimetypes.rst
View file @
b7354a65
...
...
@@ -44,7 +44,7 @@ the information :func:`init` sets up.
The optional *strict* argument is a flag specifying whether the list of known MIME types
is limited to only the official types `registered with IANA
<http://www.iana.org/assignments/media-types/>`_.
<http://www.iana.org/assignments/media-types/
media-types.xhtml
>`_.
When *strict* is ``True`` (the default), only the IANA types are supported; when
*strict* is ``False``, some additional non-standard but commonly used MIME types
are also recognized.
...
...
This diff is collapsed.
Click to expand it.
Doc/library/othergui.rst
View file @
b7354a65
...
...
@@ -22,7 +22,7 @@ available for Python:
`GNOME <http://www.gnome.org>`_. An online `tutorial
<http://www.pygtk.org/pygtk2tutorial/index.html>`_ is available.
`PyQt <http://www.riverbankcomputing.co.uk/software/pyqt/>`_
`PyQt <http://www.riverbankcomputing.co.uk/software/pyqt/
intro
>`_
PyQt is a :program:`sip`\ -wrapped binding to the Qt toolkit. Qt is an
extensive C++ GUI application development framework that is
available for Unix, Windows and Mac OS X. :program:`sip` is a tool
...
...
@@ -34,7 +34,7 @@ available for Python:
with Python and Qt <http://www.qtrac.eu/pyqtbook.html>`_, by Mark
Summerfield.
`PySide <http://
www.pyside.org/
>`_
`PySide <http://
qt-project.org/wiki/PySide
>`_
is a newer binding to the Qt toolkit, provided by Nokia.
Compared to PyQt, its licensing scheme is friendlier to non-open source
applications.
...
...
This diff is collapsed.
Click to expand it.
Doc/library/pyexpat.rst
View file @
b7354a65
...
...
@@ -868,5 +868,5 @@ The ``errors`` module has the following attributes:
.. [#] The encoding string included in XML output should conform to the
appropriate standards. For example, "UTF-8" is valid, but "UTF8" is
not. See http://www.w3.org/TR/2006/REC-xml11-20060816/#NT-EncodingDecl
and http://www.iana.org/assignments/character-sets
\
.
and http://www.iana.org/assignments/character-sets
/character-sets.xhtml
.
This diff is collapsed.
Click to expand it.
Doc/library/ssl.rst
View file @
b7354a65
...
...
@@ -1799,10 +1799,10 @@ successful call of :func:`~ssl.RAND_add`, :func:`~ssl.RAND_bytes` or
`RFC 4366: Transport Layer Security (TLS) Extensions <http://www.ietf.org/rfc/rfc4366>`_
Blake-Wilson et. al.
`RFC 5246: The Transport Layer Security (TLS) Protocol Version 1.2 <http://
www
.ietf.org/
rfc
/rfc5246>`_
`RFC 5246: The Transport Layer Security (TLS) Protocol Version 1.2 <http://
tools
.ietf.org/
html
/rfc5246>`_
T. Dierks et. al.
`RFC 6066: Transport Layer Security (TLS) Extensions <http://
www
.ietf.org/
rfc
/rfc6066>`_
`RFC 6066: Transport Layer Security (TLS) Extensions <http://
tools
.ietf.org/
html
/rfc6066>`_
D. Eastlake
`IANA TLS: Transport Layer Security (TLS) Parameters <http://www.iana.org/assignments/tls-parameters/tls-parameters.xml>`_
...
...
This diff is collapsed.
Click to expand it.
Doc/library/tkinter.rst
View file @
b7354a65
...
...
@@ -22,7 +22,7 @@ this should open a window demonstrating a simple Tk interface.
`
TKDocs
<
http
://
www
.
tkdocs
.
com
/>`
_
Extensive
tutorial
plus
friendlier
widget
pages
for
some
of
the
widgets
.
`
Tkinter
reference
:
a
GUI
for
Python
<
http
://
infohost
.
nmt
.
edu
/
tcc
/
help
/
pubs
/
tkinter
/>`
_
`
Tkinter
reference
:
a
GUI
for
Python
<
http
://
infohost
.
nmt
.
edu
/
tcc
/
help
/
pubs
/
tkinter
/
web
/
index
.
html
>`
_
On
-
line
reference
material
.
`
Tkinter
docs
from
effbot
<
http
://
effbot
.
org
/
tkinterbook
/>`
_
...
...
This diff is collapsed.
Click to expand it.
Prev
1
2
Next
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