mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Merge pull request #5069 from jdufresne/doc-py3
Update Python 2 doc links to Python 3
This commit is contained in:
commit
27b67e6c2b
@ -103,7 +103,7 @@ texinfo_documents = [
|
||||
|
||||
# We're not using intersphinx right now, but if we did, this would be part of
|
||||
# the mapping:
|
||||
intersphinx_mapping = {'python': ('https://docs.python.org/2/', None)}
|
||||
intersphinx_mapping = {'python': ('https://docs.python.org/3/', None)}
|
||||
|
||||
# Sphinx document translation with sphinx gettext feature uses these settings:
|
||||
locale_dirs = ['locale/']
|
||||
|
@ -864,7 +864,7 @@ Including content based on tags
|
||||
|
||||
All tags must follow the standard Python identifier syntax as set out in
|
||||
the `Identifiers and keywords
|
||||
<https://docs.python.org/2/reference/lexical_analysis.html#identifiers>`_
|
||||
<https://docs.python.org/3/reference/lexical_analysis.html#identifiers>`_
|
||||
documentation. That is, a tag expression may only consist of tags that
|
||||
conform to the syntax of Python variables. In ASCII, this consists of the
|
||||
uppercase and lowercase letters ``A`` through ``Z``, the underscore ``_``
|
||||
|
@ -41,7 +41,7 @@ class peek_iter(object):
|
||||
See Also
|
||||
--------
|
||||
`peek_iter` can operate as a drop in replacement for the built-in
|
||||
`iter <https://docs.python.org/2/library/functions.html#iter>`_ function.
|
||||
`iter <https://docs.python.org/3/library/functions.html#iter>`_ function.
|
||||
|
||||
Attributes
|
||||
----------
|
||||
|
Loading…
Reference in New Issue
Block a user