Commit e932b609 authored by Jason Madden's avatar Jason Madden

Merge pull request #814 from adamchainz/readthedocs.io

Convert readthedocs link for their .org -> .io migration for hosted projects
parents d61527e5 1f102adb
...@@ -41,7 +41,7 @@ extensions = ['sphinx.ext.autodoc', 'sphinx.ext.doctest', 'sphinx.ext.coverage', ...@@ -41,7 +41,7 @@ extensions = ['sphinx.ext.autodoc', 'sphinx.ext.doctest', 'sphinx.ext.coverage',
'sphinx.ext.extlinks'] 'sphinx.ext.extlinks']
intersphinx_mapping = {'http://docs.python.org/': None, intersphinx_mapping = {'http://docs.python.org/': None,
'https://greenlet.readthedocs.org/en/latest/': None} 'https://greenlet.readthedocs.io/en/latest/': None}
extlinks = {'issue': ('https://github.com/gevent/gevent/issues/%s', extlinks = {'issue': ('https://github.com/gevent/gevent/issues/%s',
'issue #'), 'issue #'),
......
...@@ -90,9 +90,9 @@ greenlets that are forever unscheduled. Prefer higher-level safe ...@@ -90,9 +90,9 @@ greenlets that are forever unscheduled. Prefer higher-level safe
classes, like :class:`Event <gevent.event.Event>` and :class:`Queue classes, like :class:`Event <gevent.event.Event>` and :class:`Queue
<gevent.queue.Queue>`, instead. <gevent.queue.Queue>`, instead.
__ http://greenlet.readthedocs.org/en/latest/#instantiation __ https://greenlet.readthedocs.io/en/latest/#instantiation
.. _switching: https://greenlet.readthedocs.org/en/latest/#switching .. _switching: https://greenlet.readthedocs.io/en/latest/#switching
.. _throw: https://greenlet.readthedocs.org/en/latest/#methods-and-attributes-of-greenlets .. _throw: https://greenlet.readthedocs.io/en/latest/#methods-and-attributes-of-greenlets
.. exception:: GreenletExit .. exception:: GreenletExit
......
...@@ -61,4 +61,4 @@ Mailing List ...@@ -61,4 +61,4 @@ Mailing List
.. _coroutine: https://en.wikipedia.org/wiki/Coroutine .. _coroutine: https://en.wikipedia.org/wiki/Coroutine
.. _Python: http://python.org .. _Python: http://python.org
.. _greenlet: http://greenlet.readthedocs.org .. _greenlet: https://greenlet.readthedocs.io
...@@ -59,7 +59,7 @@ __ http://pypi.python.org/pypi/greenlet ...@@ -59,7 +59,7 @@ __ http://pypi.python.org/pypi/greenlet
.. _`pip`: https://pip.pypa.io/en/stable/installing/ .. _`pip`: https://pip.pypa.io/en/stable/installing/
.. _`wheels`: http://pythonwheels.com .. _`wheels`: http://pythonwheels.com
.. _`gevent 1.1`: whatsnew_1_1.html .. _`gevent 1.1`: whatsnew_1_1.html
.. _`cffi`: http://cffi.readthedocs.org .. _`cffi`: https://cffi.readthedocs.io
Example Example
======= =======
......
...@@ -78,7 +78,7 @@ through 4.0.0 and 4.0.1, and on 32-bit ARM on Raspbian with version 4.0.1. ...@@ -78,7 +78,7 @@ through 4.0.0 and 4.0.1, and on 32-bit ARM on Raspbian with version 4.0.1.
exact cause is unknown and is being tracked in :issue:`677`. exact cause is unknown and is being tracked in :issue:`677`.
.. _cffi 1.3.0: https://bitbucket.org/cffi/cffi/src/ad3140a30a7b0ca912185ef500546a9fb5525ece/doc/source/whatsnew.rst?at=default .. _cffi 1.3.0: https://bitbucket.org/cffi/cffi/src/ad3140a30a7b0ca912185ef500546a9fb5525ece/doc/source/whatsnew.rst?at=default
.. _1.2.0: https://cffi.readthedocs.org/en/latest/whatsnew.html#v1-2-0 .. _1.2.0: https://cffi.readthedocs.io/en/latest/whatsnew.html#v1-2-0
.. _a bug: https://bitbucket.org/pypy/pypy/issues/2149/memory-leak-for-python-subclass-of-cpyext .. _a bug: https://bitbucket.org/pypy/pypy/issues/2149/memory-leak-for-python-subclass-of-cpyext
Operating Systems Operating Systems
......
# When testrunner.py is invoked with --coverage, it puts this first # When testrunner.py is invoked with --coverage, it puts this first
# on the path as per http://coverage.readthedocs.org/en/coverage-4.0b3/subprocess.html. # on the path as per https://coverage.readthedocs.io/en/coverage-4.0b3/subprocess.html.
# Note that this disables other sitecustomize.py files. # Note that this disables other sitecustomize.py files.
import coverage import coverage
coverage.process_startup() coverage.process_startup()
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