
The landslide.sh script (re)builds all presentations in the upstream-training directory. Change-Id: I26487da60d486e4c5346c72673fbf24e796d1c17
24 lines
643 B
Plaintext
24 lines
643 B
Plaintext
Slides for Upstream Training
|
|
============================
|
|
|
|
The files are based on teaching material provided originally by Loic Dachary as ODP files. Converted to RST text in order to be converted by landslide in convenient html5 slides.
|
|
|
|
Documentation for landslide on https://github.com/adamzap/landslide
|
|
|
|
Install landslide
|
|
-----------------
|
|
|
|
Install the latest stable version of Landslide with a python package manager like pip:
|
|
|
|
$ pip install landslide
|
|
|
|
To build a presentation
|
|
-----------------------
|
|
|
|
$ landslide -r -d <presentation.html> <presentation.rst>
|
|
|
|
To build all presentations
|
|
--------------------------
|
|
|
|
$ ./landslide.sh
|