Skip to content

GOMC-WSU/Manual

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

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