.. Salome_Axi documentation master file, created by sphinx-quickstart on Tue Dec 4 11:40:19 2018. You can adapt this file completely to your liking, but it should at least contain the root `toctree` directive. ################################################ Sphinx use ############################################### :author: Hernando Gasca Garzón .. tabularcolumns:: | p{32pt} | p{54pt} | p{326pt} | +-----------+------------+-------------------------------------------------------------------------------------+ | Version | Date | Description | +===========+============+=====================================================================================+ | 0 | 2018-12-06 | Sphinx Use | +-----------+------------+-------------------------------------------------------------------------------------+ This is a base for the use of Sphinx and Latex to generate docs ==================== Sphinx ==================== -------------------- Sphinx installation -------------------- .. code-block:: bash https://www.ionos.com/community/markdown-migration/install-and-use-sphinx-documentation-generator-on-centos-7/ --------------------- Sphinx configuration --------------------- ---------------- Sphinx Commands ---------------- Creating environment --------------------- .. code-block:: bash $ sphinx-quickstart Creating html from .rst ------------------------ .. code-block:: bash $ make html Creating pdf from .rst ----------------------- .. code-block:: bash $ make latexpdf