From bd0d47a1830fa23726b60e9295b94fd09d3a8417 Mon Sep 17 00:00:00 2001 From: Tony S Yu Date: Sun, 2 Sep 2012 12:23:17 -0400 Subject: [PATCH] DOC: Turn off numpydoc flag to silence warnings --- doc/source/conf.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/source/conf.py b/doc/source/conf.py index 0bc673e6..438aaaf8 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -224,6 +224,8 @@ latex_documents = [ # Make numpydoc to generate plots for example sections #numpydoc_use_plots = True +numpydoc_show_class_members = False + # ----------------------------------------------------------------------------- # Plots # -----------------------------------------------------------------------------