:orphan: .. _what_is_this_library: What is this library? ===================== In this section, we will describe what is **plotLP**. 1. First, we will explain the :ref:`context ` behind the problematics that motivated its development. 2. Then, we will explore the strategies used in the :ref:`solutions proposed `. 3. Finally, we will discuss what are :ref:`your rights ` when using this open-source Python library in your projects. .. _context_and_motivations: 1. Context and motivations -------------------------- TODO .. _proposed_solutions: 2. Proposed solutions --------------------- TODO .. _license: 3. License ---------- Intellectual property behind this **plotLP** is protected via an **MIT license**. This means everyone can *freely* use it in a personal, academic or commercial manner, if they **keep the copyright name** at the top of the codes. The library can be redistributed, *with or without modifications*, in open or closed projects. However the **MIT license must be conserved**. For example, in a commercial closed project, this means the **copyright and license must be visible somewhere**, like in the documentation or credits. The license also explains that the **code performances are not warrantied**, and you are responsible for how you are using it. For more information on your rights and obligations please refer to `descriptive websites `_, or contact the author for approvals.