:orphan: .. _concepts: Concepts ======== In this section, we will explain the concepts behind the code design of **plotLP**. 1. First, we will describe the :ref:`main module ` at the center of the library. 2. Then, we will see how to :ref:`manipulate this module ` as a simple user. 3. Finally, we will discuss you can :ref:`add your own modifications ` as a developer. .. _main_module: 1. Main module -------------- TODO .. _possible_manipulations: 2. Possible manipulations ------------------------- TODO .. _custom_add_ons: 3. Custom add-ons ----------------- TODO