Skip to content

Commit

Permalink
Merge branch 'hotfix/0.8.5'
Browse files Browse the repository at this point in the history
  • Loading branch information
emfomy committed May 12, 2020
2 parents 1c069c2 + 3ac2fdf commit 7585e42
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion ckipnlp/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
__copyright__ = '2018-2020 CKIP Lab'

__title__ = 'CKIPNLP'
__version__ = '0.8.4'
__version__ = '0.8.5'
__description__ = 'CKIP CoreNLP'
__license__ = 'CC BY-NC-SA 4.0'

Expand Down
6 changes: 3 additions & 3 deletions ckipnlp/container/coref.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ class CorefToken(_BaseTuple, _CorefToken):
.. admonition:: Data Structure Examples
Text format
Used for :meth:`to_list`.
Used for :meth:`to_text`.
.. code-block:: python
Expand Down Expand Up @@ -94,7 +94,7 @@ class CorefSentence(_BaseSentence):
.. admonition:: Data Structure Examples
Text format
Used for :meth:`to_list`.
Used for :meth:`to_text`.
.. code-block:: python
Expand Down Expand Up @@ -138,7 +138,7 @@ class CorefParagraph(_BaseList):
.. admonition:: Data Structure Examples
Text format
Used for :meth:`to_list`.
Used for :meth:`to_text`.
.. code-block:: python
Expand Down
1 change: 0 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@
# ones.
extensions = [
'sphinx.ext.autodoc',
'sphinx.ext.imgconverter',
'sphinx.ext.napoleon',
'sphinx.ext.viewcode',
'sphinx_rtd_theme',
Expand Down

0 comments on commit 7585e42

Please sign in to comment.