Skip to content

Latest commit

 

History

History
53 lines (32 loc) · 1 KB

README.rst

File metadata and controls

53 lines (32 loc) · 1 KB

Install

  • On Ubuntu :
$ sudo apt-get install python-pip
$ sudo apt-get install python-dev
$ sudo apt-get install libfreetype6-dev
$ sudo apt-get install texlive texlive-lang-french texlive-latex-extra
$ sudo apt-get install dvipng

$ sudo pip install virtualenv
$ virtualenv -p /usr/bin/python2.7 venv
$ source venv/bin/activate
$ pip install -r requirements.txt
$ pip install matplotlib

Generate all (copy pdf and epub in html folder)

$ ./build_all.sh

Generate HTML, PDF and EPUB version

Generate HTML version :

$ make html SPHINXOPTS="-t html"

Generate PDF version :

$ make latexpdf SPHINXOPTS="-t latex"

Generate EPUB version :

$ make epub SPHINXOPTS="-t epub"

Download generated files

You can just download files from the latest release