.. title:: Docs
.. image:: _images/logo.png
:class: no-scaled-link
:width: 40%
.. raw:: html
VELPLOT is a software package that can be used to display quasar absorption line systems in velocity scale. The systems can be displayed either in the form of a still or interactive figure. The program was built by `Vincent Dumont `_ and is part of the `Astroquasar `_ group's toolset available in our `GitLab group `_.
.. image:: _images/example.png
Installation
------------
The easiest way to install the software is using the `PyPI package manager `_ as follows:
.. code-block:: none
pip install velplot
The above command will install all the required dependencies (see list below) along with the main software. More information about the package can be found in the `pypi webpage
`_.
.. literalinclude:: ../requirements.txt
:language: html
License Agreement
-----------------
.. literalinclude:: ../LICENSE.txt
:language: html
Reporting issues
----------------
.. raw:: html
Submit a ticket
If you find any bugs when running this program, please make sure to report them by clicking on the above link and
submit a ticket on the software's official Gitlab repository.
.. toctree::
:caption: Getting Started
:hidden:
tutorial.ipynb
.. toctree::
:caption: Python Modules
:hidden:
fit
plot
utils