mirror of
https://github.com/triqs/dft_tools
synced 2025-01-08 20:33:16 +01:00
Merge pull request #1 from HugoStrand/dev_autodoc
[autodoc] adding python autodoc of c++ wrapped python module
This commit is contained in:
commit
65029e3aee
@ -21,17 +21,23 @@ Contents
|
||||
changelog
|
||||
about
|
||||
|
||||
Python
|
||||
------
|
||||
|
||||
.. automodule:: app4triqs
|
||||
:members:
|
||||
|
||||
Reference manual
|
||||
----------------
|
||||
C++ reference manual
|
||||
--------------------
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 5
|
||||
|
||||
cpp2rst_generated/app4triqs/toto
|
||||
cpp2rst_generated/app4triqs/chain
|
||||
|
||||
Python reference manual
|
||||
-----------------------
|
||||
|
||||
.. automodule:: app4triqs
|
||||
:members:
|
||||
|
||||
.. autoclass:: app4triqs.toto_module.toto
|
||||
:members:
|
||||
|
||||
.. autofunction:: app4triqs.toto_module.chain
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user