Updated docs

This commit is contained in:
Jamie Hardt
2022-11-16 19:15:51 -08:00
parent edbe748718
commit 6fe6126f3a
3 changed files with 21 additions and 17 deletions

18
docs/classes.rst Normal file
View File

@@ -0,0 +1,18 @@
Other wavinfo Classes
===============
.. autoclass:: wavinfo.wave_reader.WavInfoReader
:members:
.. automethod:: __init__
.. autoclass:: wavinfo.wave_reader.WavAudioFormat
:members:
.. autoclass:: wavinfo.wave_reader.WavDataDescriptor
:members:

View File

@@ -15,6 +15,7 @@
import os
import sys
sys.path.insert(0, os.path.abspath('..'))
print(sys.path)
# -- Project information -----------------------------------------------------

View File

@@ -6,22 +6,6 @@
Welcome to wavinfo's documentation!
===================================
.. module:: wavinfo
.. autoclass:: WavInfoReader
:members:
.. automethod:: __init__
.. autoclass:: wavinfo.wave_reader.WavAudioFormat
:members:
.. autoclass:: wavinfo.wave_reader.WavDataDescriptor
:members:
.. toctree::
:maxdepth: 2
:caption: Notes:
@@ -30,6 +14,7 @@ Welcome to wavinfo's documentation!
metadata_scopes/ixml.rst
metadata_scopes/info.rst
classes
Indices and tables