Skip to content

Commit

Permalink
Fix corpus API display
Browse files Browse the repository at this point in the history
  • Loading branch information
mmcauliffe committed Jun 20, 2019
1 parent 86dbf6d commit 36d97af
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion docs/source/api_corpus.rst
Expand Up @@ -72,7 +72,6 @@ Omnibus class
Corpus structure class
----------------------


.. autoclass:: polyglotdb.structure.Hierarchy

.. _config_api:
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Expand Up @@ -72,7 +72,7 @@
'numpydoc',]

autosummary_generate = True
autodoc_default_flags = ['members', 'inherited-members']
autodoc_default_flags = ['members']

numfig = True

Expand Down
1 change: 1 addition & 0 deletions polyglotdb/corpus/summarized.py
Expand Up @@ -84,6 +84,7 @@ def baseline_duration(self, annotation, speaker=None):
----------
speaker : str
a speaker name, if desired (defaults to None)
Returns
-------
word_totals : dict
Expand Down

0 comments on commit 36d97af

Please sign in to comment.