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