This is a draft version !!
Courses are avalaible in three formats:
-
Python files in the scientific_python/examples. The sphinx-gallery is used to transform python files into rst documents.
-
Ipython notebooks files in the in the notebooks directory.
-
ReStructuredText files in the rst directory.
All notebooks and python files are converted into rst
format and then assembled together using sphinx.
Build the pdf file:
make pdf
Build the html files:
make html
- python 3
- ipython
- Jupyter
The easier is to install Anaconda at https://www.continuum.io with python >= 3
- sphinx-gallery
pip install sphinx-gallery
- pandoc
For Linux (gnome based distributions):
Install pandoc:
sudo apt-get install pandoc
If you don't already have pip:
sudo apt-get install python3-pip
Install Jupyter:
sudo -H pip3 install jupyter
sudo apt-get install latexmk texlive-latex-extra