1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44
|
Welcome to Persalys documentation!
==================================
User documentation
------------------
This documentation aims to guide the user to perform uncertainty studies, using the
interface. It includes 3 sections:
- The **User manual for graphical interface** section describes how the interface works.
- The **User manual for Python interface** explains how objects are created and manipulated in
a Python context. It lists all the objects and their methods.
- The **Examples** section provides practical examples analyzed in the interface.
.. toctree::
:maxdepth: 2
installation
user_manual/user_manual
examples/examples
Developer documentation
-----------------------
.. toctree::
:maxdepth: 1
developer_manual/developer_manual
Bibliography
------------
.. toctree::
:maxdepth: 1
bibliography
Indices and tables
==================
* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`
|