From e2f17ac8576b1d133990f1bfdf94feb8c963d3d8 Mon Sep 17 00:00:00 2001 From: Rossen Georgiev Date: Sun, 22 May 2016 13:12:31 +0100 Subject: [PATCH] docs: use class and __init__ docstrings --- docs/conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/conf.py b/docs/conf.py index 6a48ed7..933c0e4 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -291,3 +291,4 @@ texinfo_documents = [ # AUTODOC autodoc_member_order = 'bysource' +autoclass_content = 'both'