From 60671ba75bc786511e89d0464f168ce6bc097746 Mon Sep 17 00:00:00 2001 From: "Hugo U. R. Strand" Date: Tue, 23 Apr 2019 14:14:34 -0400 Subject: [PATCH] [autodoc] adding python autodoc of c++ wrapped python module --- doc/contents.rst | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/doc/contents.rst b/doc/contents.rst index 217ae295..ed14d6b1 100644 --- a/doc/contents.rst +++ b/doc/contents.rst @@ -15,11 +15,20 @@ Contents changelog about -Reference manual ----------------- +C++ reference manual +-------------------- .. toctree:: :maxdepth: 5 cpp2rst_generated/app4triqs/toto cpp2rst_generated/app4triqs/chain + +Python reference manual +----------------------- + +.. autoclass:: app4triqs.toto_module.toto + :members: + +.. autofunction:: app4triqs.toto_module.chain +