Skip to content

Commit f6a96ec

Browse files
committed
docs/api_reference: order the types in a logical order
1 parent 475c4aa commit f6a96ec

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

docs/api_reference.rst

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,15 @@ API Reference
1414

1515
.. autodecorator:: pluggy.HookimplMarker
1616

17-
.. autoclass:: pluggy.Result()
18-
:show-inheritance:
17+
.. autoclass:: pluggy.HookRelay()
1918
:members:
2019

20+
.. data:: <hook name>
21+
22+
:type: HookCaller
23+
24+
The caller for the hook with the given name.
25+
2126
.. autoclass:: pluggy.HookCaller()
2227
:members:
2328
:special-members: __call__
@@ -26,11 +31,6 @@ API Reference
2631
:show-inheritance:
2732
:members:
2833

29-
.. autoclass:: pluggy.HookRelay()
34+
.. autoclass:: pluggy.Result()
35+
:show-inheritance:
3036
:members:
31-
32-
.. data:: <hook name>
33-
34-
:type: HookCaller
35-
36-
The caller for the hook with the given name.

0 commit comments

Comments
 (0)