Merge pull request #3170 from jdufresne/doc-py3

Update Python 2 doc URLs to Python 3
This commit is contained in:
Hugo 2018-06-12 12:32:43 +03:00 committed by GitHub
commit 956432ecdf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -91,7 +91,7 @@ sdist:
test: test:
pytest -qq pytest -qq
# https://docs.python.org/2/distutils/packageindex.html#the-pypirc-file # https://docs.python.org/3/distutils/packageindex.html#the-pypirc-file
upload-test: upload-test:
# [test] # [test]
# username: # username:

View File

@ -59,7 +59,7 @@ Functions
documentation`_ to have warnings output to the logging facility instead of stderr. documentation`_ to have warnings output to the logging facility instead of stderr.
.. _decompression bombs: https://en.wikipedia.org/wiki/Zip_bomb .. _decompression bombs: https://en.wikipedia.org/wiki/Zip_bomb
.. _the logging documentation: https://docs.python.org/2/library/logging.html?highlight=logging#integration-with-the-warnings-module .. _the logging documentation: https://docs.python.org/3/library/logging.html#integration-with-the-warnings-module
Image processing Image processing
^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^