Skip to content

Commit 9749771

Browse files
committed
docs: make AlignmentEntry visible (fixes: #340)
1 parent d8189fd commit 9749771

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

cython/pocketsphinx/__init__.py

+2
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@
5050
from ._pocketsphinx import Lattice # noqa: F401
5151
from ._pocketsphinx import Vad # noqa: F401
5252
from ._pocketsphinx import Endpointer # noqa: F401
53+
from ._pocketsphinx import Alignment # noqa: F401
54+
from ._pocketsphinx import AlignmentEntry # noqa: F401
5355
from ._pocketsphinx import set_loglevel # noqa: F401
5456
from .segmenter import Segmenter # noqa: F401
5557

docs/source/pocketsphinx.rst

+7
Original file line numberDiff line numberDiff line change
@@ -80,3 +80,10 @@ Other classes
8080

8181
.. autoclass:: pocketsphinx.Hypothesis
8282
:no-members:
83+
84+
.. autoclass:: pocketsphinx.Alignment
85+
:members:
86+
:undoc-members:
87+
88+
.. autoclass:: pocketsphinx.AlignmentEntry
89+
:no-members:

0 commit comments

Comments
 (0)