Skip to content

Commit

Permalink
DOC: conf.py clean up
Browse files Browse the repository at this point in the history
 - remove double conf.py
 - make sure autosummary works
 - add inter-sphinx to mpl
  • Loading branch information
tacaswell committed Jul 4, 2015
1 parent 65adb83 commit 7efc2cb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 333 deletions.
332 changes: 0 additions & 332 deletions doc/conf.py

This file was deleted.

5 changes: 4 additions & 1 deletion doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@
]


autosummary_generate = True

numpydoc_show_class_members = False
autodoc_default_flags = ['members']

Expand Down Expand Up @@ -275,7 +277,8 @@
# If true, do not generate a @detailmenu in the "Top" node's menu.
#texinfo_no_detailmenu = False

intersphinx_mapping = {'python': ('https://docs.python.org/3.4', None)}
intersphinx_mapping = {'python': ('https://docs.python.org/3.4', None),
'matplotlb': ('http://matplotlib.org', None)}

################# numpydoc config ####################
numpydoc_show_class_members = False

0 comments on commit 7efc2cb

Please sign in to comment.