.. tabletexifier documentation master file, created by sphinx-quickstart on Sat Apr 6 18:20:49 2024. You can adapt this file completely to your liking, but it should at least contain the root `toctree` directive. Welcome to tabletexifier's documentation! ========================================= The goal of this library is twofold: 1) Print to the terminal a nicely formatted table 2) Convert the table into the equivalent LaTeX code Installation -------------- It can be installed through *pypi* .. code-block:: bash pip install tabletexifier or through a clone of a repository followed by a local installation .. code-block:: bash git clone git@github.com:Kamuish/tabletexifier.git cd tabletexifier pip install . Guides & API --------------- .. toctree:: :maxdepth: 1 :caption: Contents: Basic Interface Multi-columns and -rows api for the Table object Indices and tables ================== * :ref:`genindex` * :ref:`modindex` * :ref:`search`