We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f675e36 commit a4c7c8cCopy full SHA for a4c7c8c
doc/api.rst
@@ -1,15 +1,4 @@
1
API Documentation
2
=================
3
4
-.. currentmodule:: sfs
5
-
6
-.. autosummary::
7
- :toctree:
8
9
- array
10
- tapering
11
- mono
12
- time
13
- plot
14
- util
15
- default
+.. automodule:: sfs
sfs/__init__.py
@@ -1,6 +1,18 @@
"""Sound Field Synthesis Toolbox.
-http://sfs.rtfd.org/
+http://python.sfstoolbox.org/
+
+.. rubric:: Submodules
+.. autosummary::
+ :toctree:
+ array
+ tapering
+ mono
+ time
+ plot
+ util
16
17
"""
18
__version__ = "0.4.0"
0 commit comments