mirror of
https://github.com/triqs/dft_tools
synced 2024-12-23 12:55:17 +01:00
44 lines
598 B
ReStructuredText
44 lines
598 B
ReStructuredText
.. _documentation:
|
|
|
|
Documentation
|
|
=============
|
|
|
|
|
|
.. math::
|
|
|
|
(a + b)^2 &= (a + b)(a + b) \\
|
|
&= a^2 + 2ab + b^2
|
|
|
|
Table of Contents
|
|
-----------------
|
|
|
|
.. toctree::
|
|
:maxdepth: 5
|
|
|
|
index
|
|
install
|
|
issues
|
|
changelog
|
|
about
|
|
|
|
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
|
|
|