Skip to content

Commit 4308d18

Browse files
committed
Create a header for each class in Reference chapter in the docs
1 parent 5411b11 commit 4308d18

File tree

1 file changed

+13
-5
lines changed

1 file changed

+13
-5
lines changed

docs/reference.rst

+13-5
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,29 @@
11
Reference
22
=========
33

4+
.. module:: pytestqt.plugin
5+
46
QtBot
57
-----
68

7-
.. module:: pytestqt.plugin
89
.. autoclass:: QtBot
910

10-
Signals
11-
-------
11+
SignalBlocker
12+
-------------
1213

1314
.. autoclass:: SignalBlocker
15+
16+
MultiSignalBlocker
17+
------------------
18+
1419
.. autoclass:: MultiSignalBlocker
1520

21+
SignalTimeoutError
22+
------------------
23+
1624
.. autoclass:: SignalTimeoutError
1725

18-
Log Capture
19-
-----------
26+
Record
27+
------
2028

2129
.. autoclass:: Record

0 commit comments

Comments
 (0)