Skip to content

Commit

Permalink
fix missing document. #234
Browse files Browse the repository at this point in the history
  • Loading branch information
makcedward committed Jul 20, 2021
1 parent 7aafba2 commit 1dded63
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
7 changes: 7 additions & 0 deletions docs/augmenter/sentence/random.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
nlpaug.augmenter.sentence\.random
=====================================================

.. automodule:: nlpaug.augmenter.sentence.random
:members:
:inherited-members:
:show-inheritance:
3 changes: 3 additions & 0 deletions docs/augmenter/sentence/sentence.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,7 @@ Sentence Augmenter
.. toctree::
:maxdepth: 6

./abst_summ
./context_word_embs_sentence
./lambada
./random
6 changes: 3 additions & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def __getattr__(cls, name):

MOCK_MODULES = [
'librosa', 'librosa.display', 'numpy', 'nltk', 'matplotlib', 'matplotlib.pyplot',
'setuptools', 'python-dotenv', 'nltk.corpus', 'torch', 'transformers']
'setuptools', 'python-dotenv', 'nltk.corpus', 'torch', 'transformers', 'pandas']
sys.modules.update((mod_name, Mock()) for mod_name in MOCK_MODULES)

# -- General configuration ------------------------------------------------
Expand Down Expand Up @@ -74,9 +74,9 @@ def __getattr__(cls, name):
# built documents.
#
# The short X.Y version.
version = '1.1.6'
version = '1.1.7'
# The full version, including alpha/beta/rc tags.
release = '1.1.6'
release = '1.1.7'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down

0 comments on commit 1dded63

Please sign in to comment.