Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 1.38 KB

README.md

File metadata and controls

31 lines (18 loc) · 1.38 KB

README.md

license release fork stars

The tutorials are deployed from GitHub Pages.

This document includes TurboRVB, TurboGenius, and TurboWorkflows tutorials. Only reStructuredText files are distributed. Indeed, you should generate the HTML documents by yourself using sphinx. To generate the documents, first you should install the sphinx using pip module::

pip install sphinx
pip install sphinx_rtd_theme

The document can be built just by typing

make html
or
make pdflatex

in the root directory (i.e., turbotutorials/). The generated documents are

 html version : turbotutorials -> build -> html -> index.html
 latex-pdf version : turbotutorials -> build -> latex -> index.html

The latex-pdf version is automatically converted from the html files using sphinx. So, please update the source/_sources/.../***.rst files even if you want to edit the pdf one.

Enjoy :-)

Kosuke Nakano