Skip to content

Commit

Permalink
API documentation update
Browse files Browse the repository at this point in the history
  • Loading branch information
proycon committed Aug 6, 2016
1 parent 07c1fb7 commit 7185897
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ CLAM: Computational Linguistics Application Mediator
.. image:: https://travis-ci.org/proycon/clam.svg?branch=master
:target: https://travis-ci.org/proycon/clam

.. image:: https://readthedocs.org/projects/clam/badge/?version=latest
:target: http://clam.readthedocs.io/en/latest/?badge=latest
:alt: Documentation Status

.. image:: https://api.codacy.com/project/badge/grade/860767a6b995425bbb607fc852c418b7
:target: https://www.codacy.com/app/proycon/clam

Expand Down Expand Up @@ -48,6 +52,7 @@ manual in ``docs/clam_manual.pdf`` , also accessible through the CLAM website
at http://proycon.github.io/clam . It is recommended to read this prior to
starting with CLAM.

API Documentation is available on http://clam.readthedocs.io

Installation
----------------
Expand Down
4 changes: 2 additions & 2 deletions docs/api/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,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 = ['sphinx.ext.autodoc', 'sphinx.ext.doctest']
extensions = ['sphinx.ext.autodoc', 'sphinx.ext.doctest', 'sphinx.ext.napoleon','sphinx.ext.autosummary']

# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']
Expand All @@ -39,7 +39,7 @@

# General information about the project.
project = u'CLAM'
copyright = u'2013, Maarten van Gompel'
copyright = u'2016, Maarten van Gompel'

# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
Expand Down

0 comments on commit 7185897

Please sign in to comment.