
Because of the new gating system (gate-training-guides-tox-slides), we need to cleanup all existing RST files. There is a small rendering problem with Landslide in the Upstream training and all the Title slides (empty slides with only a Title). The check doesn't like "empty" slides ("Document or section may not begin with a transition."), Landslide deals with this by ignoring errors (https://github.com/adamzap/landslide/issues/94), but our gating check does not. I temporary changed all such slides to normal ones. I also had to change training-guides/landslide.sh a bit (a quick hack so that it works as expected). Change-Id: I6c3ae06235e69c4a53741e74a5642d27083f4df0
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