Skip to content

Commit c6262b7

Browse files
committed
DOC: Put autosummaries in "Overview" boxes
1 parent 5d02656 commit c6262b7

File tree

8 files changed

+62
-53
lines changed

8 files changed

+62
-53
lines changed

doc/api/checking-hardware.rst

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,16 @@ Checking Available Hardware
33

44
.. currentmodule:: sounddevice
55

6-
.. autosummary::
7-
:nosignatures:
8-
9-
query_devices
10-
DeviceList
11-
query_hostapis
12-
check_input_settings
13-
check_output_settings
6+
.. topic:: Overview
7+
8+
.. autosummary::
9+
:nosignatures:
10+
11+
query_devices
12+
DeviceList
13+
query_hostapis
14+
check_input_settings
15+
check_output_settings
1416

1517
.. autofunction:: query_devices
1618

doc/api/convenience-functions.rst

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,18 @@ Convenience Functions using NumPy Arrays
33

44
.. currentmodule:: sounddevice
55

6-
.. autosummary::
7-
:nosignatures:
8-
9-
play
10-
rec
11-
playrec
12-
wait
13-
stop
14-
get_status
15-
get_stream
6+
.. topic:: Overview
7+
8+
.. autosummary::
9+
:nosignatures:
10+
11+
play
12+
rec
13+
playrec
14+
wait
15+
stop
16+
get_status
17+
get_stream
1618

1719
.. autofunction:: play
1820

doc/api/expert-mode.rst

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,15 @@ Expert Mode
33

44
.. currentmodule:: sounddevice
55

6-
.. autosummary::
7-
:nosignatures:
6+
.. topic:: Overview
87

9-
_initialize
10-
_terminate
11-
_split
12-
_StreamBase
8+
.. autosummary::
9+
:nosignatures:
10+
11+
_initialize
12+
_terminate
13+
_split
14+
_StreamBase
1315

1416
.. autofunction:: _initialize
1517

doc/api/misc.rst

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,17 @@ Miscellaneous
33

44
.. currentmodule:: sounddevice
55

6-
.. autosummary::
7-
:nosignatures:
8-
9-
sleep
10-
get_portaudio_version
11-
CallbackFlags
12-
CallbackStop
13-
CallbackAbort
14-
PortAudioError
6+
.. topic:: Overview
7+
8+
.. autosummary::
9+
:nosignatures:
10+
11+
sleep
12+
get_portaudio_version
13+
CallbackFlags
14+
CallbackStop
15+
CallbackAbort
16+
PortAudioError
1517

1618
.. autofunction:: sleep
1719

doc/api/module-defaults.rst

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,5 @@ Module-wide Default Settings
33

44
.. currentmodule:: sounddevice
55

6-
.. autosummary::
7-
:nosignatures:
8-
9-
default
10-
116
.. autoclass:: default
127
:members:

doc/api/platform-specific-settings.rst

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,14 @@ Platform-specific Settings
33

44
.. currentmodule:: sounddevice
55

6-
.. autosummary::
7-
:nosignatures:
6+
.. topic:: Overview
87

9-
AsioSettings
10-
CoreAudioSettings
11-
WasapiSettings
8+
.. autosummary::
9+
:nosignatures:
10+
11+
AsioSettings
12+
CoreAudioSettings
13+
WasapiSettings
1214

1315
.. autoclass:: AsioSettings
1416

doc/api/raw-streams.rst

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,14 @@ Raw Streams
33

44
.. currentmodule:: sounddevice
55

6-
.. autosummary::
7-
:nosignatures:
6+
.. topic:: Overview
87

9-
RawStream
10-
RawInputStream
11-
RawOutputStream
8+
.. autosummary::
9+
:nosignatures:
10+
11+
RawStream
12+
RawInputStream
13+
RawOutputStream
1214

1315
.. autoclass:: RawStream
1416
:members: read, write

doc/api/streams.rst

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,14 @@ Streams using NumPy Arrays
33

44
.. currentmodule:: sounddevice
55

6-
.. autosummary::
7-
:nosignatures:
6+
.. topic:: Overview
87

9-
Stream
10-
InputStream
11-
OutputStream
8+
.. autosummary::
9+
:nosignatures:
10+
11+
Stream
12+
InputStream
13+
OutputStream
1214

1315
.. autoclass:: Stream
1416
:members:

0 commit comments

Comments
 (0)