Skip to content

Commit a4c7c8c

Browse files
committed
DOC: Move top-level "autosummary" to sfs module docstring
1 parent f675e36 commit a4c7c8c

File tree

2 files changed

+14
-13
lines changed

2 files changed

+14
-13
lines changed

doc/api.rst

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,4 @@
11
API Documentation
22
=================
33

4-
.. currentmodule:: sfs
5-
6-
.. autosummary::
7-
:toctree:
8-
9-
array
10-
tapering
11-
mono
12-
time
13-
plot
14-
util
15-
default
4+
.. automodule:: sfs

sfs/__init__.py

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
"""Sound Field Synthesis Toolbox.
22
3-
http://sfs.rtfd.org/
3+
http://python.sfstoolbox.org/
4+
5+
.. rubric:: Submodules
6+
7+
.. autosummary::
8+
:toctree:
9+
10+
array
11+
tapering
12+
mono
13+
time
14+
plot
15+
util
416
517
"""
618
__version__ = "0.4.0"

0 commit comments

Comments
 (0)