:orphan: .. _quick_start: Quick start =========== In this section, we will get a first grasp of **appLP**. 1. First, we will see the :ref:`basics ` behind the library design. 2. Then, we will explore a :ref:`simple example ` to showcase the syntax. 3. Finally, we will talk about how you can get :ref:`help ` around this library. To do these first steps, you will need to know a bit of Python. For a refresher, see the `Python tutorial `_. .. _basics: 1. Basics --------- TODO To import ``appLP``, just use : .. code-block:: python import applp .. code-block:: python # TODO .. _simple_example: 2. Simple example ----------------- TODO .. code-block:: python import applp # TODO .. _getting_help: 3. Getting help --------------- If you encounter problems or have questions: - Read the :doc:`User Guide ` - Check the :doc:`Reference Guide ` - Open an issue on the `GitHub repository `_