Skip to content

Commit

Permalink
Documentation Update
Browse files Browse the repository at this point in the history
  • Loading branch information
osoblanco committed May 21, 2018
1 parent 446b0be commit 0455b03
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 17 deletions.
5 changes: 2 additions & 3 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
import os
import sys
sys.path.insert(0, os.path.abspath('.'))

sys.path.append(os.path.join(os.path.dirname(__name__), '..'))

# -- Project information -----------------------------------------------------

Expand All @@ -38,8 +38,7 @@
# Add any Sphinx extension module names here, as strings. They can be
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# ones.
extensions = [
]
extensions = ['sphinx.ext.autodoc','sphinx.ext.todo', 'sphinx.ext.viewcode']

# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']
Expand Down
22 changes: 8 additions & 14 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,6 @@
contain the root `toctree` directive.
.. include:: anotator.rst
.. include:: api_utils.rst
.. include:: contextualizer.rst
.. include:: dataset_pseudo_generator.rst
.. include:: fast_utils.rst
.. include:: modules.rst
.. include:: poincare_train.rst
.. include:: reddit_utils.rst
.. include:: settings.rst
.. include:: text_utils.rst
.. include:: train_spacy_NER.rst
.. include:: wordnet_utils.rst

Welcome to fastent's documentation!
===================================
Expand All @@ -28,10 +15,17 @@ Welcome to fastent's documentation!
:caption: Contents:


Contents:
=========
.. include:: modules.rst



Indices and tables
==================




* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`

0 comments on commit 0455b03

Please sign in to comment.