Skip to content

Commit

Permalink
numpy docs updates
Browse files Browse the repository at this point in the history
  • Loading branch information
larsbuntemeyer committed Feb 24, 2021
1 parent cfb5c59 commit af1ed65
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
18 changes: 17 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,24 @@

# 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.viewcode', 'sphinx_rtd_theme']
extensions = [
"sphinx.ext.autodoc",
"sphinx.ext.autosummary",
"sphinx.ext.viewcode",
"sphinx.ext.extlinks",
"sphinx.ext.mathjax",
"sphinx.ext.napoleon",
"sphinxcontrib.mockautodoc",
"numpydoc"
]

autosummary_generate = True

napoleon_use_param = True
napoleon_use_rtype = False

numpydoc_class_members_toctree = True
numpydoc_show_class_members = False
# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']

Expand Down
3 changes: 2 additions & 1 deletion requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ numpy
pandas
pint
cdo
sphinx_rtd_theme
sphinx-rtd-theme
sphinxcontrib-mockautodoc

git+git://github.com/euro-cordex/py-cordex.git

0 comments on commit af1ed65

Please sign in to comment.