2019-04-24 15:37:15 -04:00
|
|
|
.. _documentation:
|
|
|
|
|
|
|
|
Documentation
|
|
|
|
=============
|
|
|
|
|
|
|
|
|
|
|
|
.. math::
|
|
|
|
|
|
|
|
(a + b)^2 &= (a + b)(a + b) \\
|
|
|
|
&= a^2 + 2ab + b^2
|
|
|
|
|
2019-04-26 10:23:36 -04:00
|
|
|
Table of Contents
|
|
|
|
-----------------
|
2019-04-24 15:37:15 -04:00
|
|
|
|
|
|
|
.. toctree::
|
|
|
|
:maxdepth: 5
|
|
|
|
|
|
|
|
index
|
|
|
|
install
|
|
|
|
issues
|
|
|
|
changelog
|
|
|
|
about
|
|
|
|
|
|
|
|
C++ reference manual
|
|
|
|
--------------------
|
|
|
|
|
|
|
|
.. toctree::
|
|
|
|
:maxdepth: 5
|
|
|
|
|
2019-09-04 17:35:41 -04:00
|
|
|
cpp2rst_generated/contents
|
2019-04-24 15:37:15 -04:00
|
|
|
|
|
|
|
Python reference manual
|
|
|
|
-----------------------
|
|
|
|
|
|
|
|
.. automodule:: app4triqs
|
|
|
|
:members:
|
|
|
|
|
2019-09-04 17:34:00 -04:00
|
|
|
.. autoclass:: app4triqs.app4triqs_module.Toto
|
2019-04-24 15:37:15 -04:00
|
|
|
:members:
|
|
|
|
|
2019-09-04 17:34:00 -04:00
|
|
|
.. autofunction:: app4triqs.app4triqs_module.chain
|