From 12c35908c90a2fe80ffa8f2e34f020ffa65aa966 Mon Sep 17 00:00:00 2001 From: Tony S Yu Date: Sun, 2 Sep 2012 12:32:14 -0400 Subject: [PATCH] DOC: Separate config sections in conf.py --- doc/source/conf.py | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index 438aaaf8..cb22e6f0 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -221,9 +221,6 @@ latex_documents = [ # ----------------------------------------------------------------------------- # Numpy extensions # ----------------------------------------------------------------------------- -# Make numpydoc to generate plots for example sections -#numpydoc_use_plots = True - numpydoc_show_class_members = False # ----------------------------------------------------------------------------- @@ -259,7 +256,9 @@ plot2rst_index_name = 'README' plot2rst_rcparams = {'image.cmap' : 'gray', 'image.interpolation' : 'none'} - +# ----------------------------------------------------------------------------- +# intersphinx +# ----------------------------------------------------------------------------- _python_doc_base = 'http://docs.python.org/2.7' intersphinx_mapping = { _python_doc_base: None,