From 80d42305e979defd77ab83ad7ba76f53af3f42f4 Mon Sep 17 00:00:00 2001 From: Gregory Ashton <gregory.ashton@ligo.org> Date: Thu, 31 May 2018 17:17:25 +1000 Subject: [PATCH] Fix doc errors --- docs/conf.py | 1 + docs/samplers.txt | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 2a201a61a..1900a4862 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -168,5 +168,6 @@ texinfo_documents = [ 'Miscellaneous'), ] +numpydoc_show_class_members = False diff --git a/docs/samplers.txt b/docs/samplers.txt index ecb00f7f9..98c559995 100644 --- a/docs/samplers.txt +++ b/docs/samplers.txt @@ -1,4 +1,4 @@ -.. run_sampler: +.. _run_sampler: ======== Sampling -- GitLab