.. SPDX-FileCopyrightText: Copyright INRIA
..
.. SPDX-License-Identifier: LGPL-3.0-only
..
.. Copyright INRIA
..
.. This file is part of PhysioBlocks, a library mostly developed by the
.. [Ananke project-team](https://team.inria.fr/ananke) at INRIA.
..
.. Authors:
.. - Colin Drieu
.. - Dominique Chapelle
.. - François Kimmig
.. - Philippe Moireau
..
.. PhysioBlocks is free software: you can redistribute it and/or modify it under the
.. terms of the GNU Lesser General Public License as published by the Free Software
.. Foundation, version 3 of the License.
..
.. PhysioBlocks is distributed in the hope that it will be useful, but WITHOUT ANY
.. WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
.. PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
..
.. You should have received a copy of the GNU Lesser General Public License along with
.. PhysioBlocks. If not, see <https://www.gnu.org/licenses/>.

.. _user_guide:

##########
User Guide
##########

Each use case for PhysioBlocks has its own section in this guide. 

* **Level 1**: Update parameters and run a simulation from an existing configuration file.
* **Level 2**: Create simulations and new nets from existing blocks without writing code.
* **Level 3**: Create new blocks and model component.

.. note::
   
   If your use case is Level 2 or 3, you will probably not want to skip lower levels guides as they are useful to understand the main principles of PhysioBlocks.

.. toctree::
   :glob:
   :maxdepth: 2
   :caption: Use cases:

   user_guide/level_1
   user_guide/level_2
   user_guide/level_3

