Documentation for the Bachelor Project.
Documentation written in RST format, and converted to LaTex and PDF using Sphinx.
Do as written here :
pip install Sphinxsphinx-quickstart
then, to export as LaTex, install your favorite Tex document production binaries, such as TexLive.
and then follow these instructions to build LaTex and PDF with Sphinx.
The bibliograpy is done using the sphinxcontrib-bibtex plugin. You can install it
using pip install sphinxcontrib-bibtex, and add extensions = ['sphinxcontrib.bibtex'] to the extensions in the conf.py generated by sphinx-quickstart command.