Skip to content

LSchwiebert/Manual

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages

  • Python 90.4%
  • Shell 5.6%
  • HTML 4.0%