Skip to content

Commit f47d9d6

Browse files
author
Tyler Goodlet
committed
Aggregate hyperlinks
1 parent e54fc41 commit f47d9d6

File tree

1 file changed

+16
-19
lines changed

1 file changed

+16
-19
lines changed

docs/index.rst

Lines changed: 16 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -517,25 +517,6 @@ if a hookspec specifies a ``warn_on_impl``, pluggy will trigger it for any plugi
517517
def oldhook():
518518
pass
519519
520-
521-
.. links
522-
.. _@contextlib.contextmanager:
523-
https://docs.python.org/3.6/library/contextlib.html#contextlib.contextmanager
524-
.. _pytest_cmdline_main:
525-
https://github.com/pytest-dev/pytest/blob/master/_pytest/hookspec.py#L80
526-
.. _hookspec module:
527-
https://github.com/pytest-dev/pytest/blob/master/_pytest/hookspec.py
528-
.. _Writing hook functions:
529-
http://doc.pytest.org/en/latest/writing_plugins.html#writing-hook-functions
530-
.. _hookwrapper:
531-
http://doc.pytest.org/en/latest/writing_plugins.html#hookwrapper-executing-around-other-hooks
532-
.. _hook function ordering:
533-
http://doc.pytest.org/en/latest/writing_plugins.html#hook-function-ordering-call-example
534-
.. _first result:
535-
http://doc.pytest.org/en/latest/writing_plugins.html#firstresult-stop-at-first-non-none-result
536-
.. _sent:
537-
https://docs.python.org/3/reference/expressions.html#generator.send
538-
539520
.. _manage:
540521

541522
The Plugin registry
@@ -861,6 +842,22 @@ in your project you should thus use a dependency restriction like
861842

862843

863844
.. hyperlinks
845+
.. _@contextlib.contextmanager:
846+
https://docs.python.org/3.6/library/contextlib.html#contextlib.contextmanager
847+
.. _pytest_cmdline_main:
848+
https://github.com/pytest-dev/pytest/blob/master/_pytest/hookspec.py#L80
849+
.. _hookspec module:
850+
https://github.com/pytest-dev/pytest/blob/master/_pytest/hookspec.py
851+
.. _Writing hook functions:
852+
http://doc.pytest.org/en/latest/writing_plugins.html#writing-hook-functions
853+
.. _hookwrapper:
854+
http://doc.pytest.org/en/latest/writing_plugins.html#hookwrapper-executing-around-other-hooks
855+
.. _hook function ordering:
856+
http://doc.pytest.org/en/latest/writing_plugins.html#hook-function-ordering-call-example
857+
.. _first result:
858+
http://doc.pytest.org/en/latest/writing_plugins.html#firstresult-stop-at-first-non-none-result
859+
.. _sent:
860+
https://docs.python.org/3/reference/expressions.html#generator.send
864861
.. _pytest:
865862
https://pytest.org
866863
.. _request-response pattern:

0 commit comments

Comments
 (0)