Skip to content

Latest commit

 

History

History
21 lines (19 loc) · 544 Bytes

README.md

File metadata and controls

21 lines (19 loc) · 544 Bytes

How to build the manual

  1. Install anaconda 3 or python 3.

  2. Install sphinx and the tempelate (it is included in anaconda) You can install it through pip:

    $ pip install -U Sphinx
    $ pip install sphinx_materialdesign_theme
  3. To build the HTML files execute the following command in your terminal:

    $ ./compile.sh
    
  4. To build PDF first execute the following command in your terminal:

     $ sphinx-build  -b latex  src  build

    Then run:

     $ cd build
     $ make