Home | Trees | Indices | Help |
---|
|
Create the table data and orchestrate turning it into PDF files.
|
|||
(string ,string ,string ,string )
|
|
||
(string ,string ,string ,string )
|
|
||
(string ,string ,string ,string )
|
|
||
list of
(string ,string ,string ,string )
|
|
||
|
|
|||
__package__ =
|
|
Format a turn as a table item. Landmark is either "Parking" or "T - #", with # being the turn index. Distance is how far into the ride the turn occurs. Description is the turn cue. Length is the length of the segment turning on to, saying how long you stay on the road you're turning on to. |
Format a stop as a table item. Landmark is "S - #", with # being the stop index. Distance is how far into the ride the stop occurs. Description is the stop description. Length is filled with the stop type. |
Format a poi as a table item. Landmark is "P - #", with # being the poi index. Distance is how far into the ride the poi occurs. Description is the poi description. Length is filled with the string "POI". |
Create a list of data lines to generate the PDF table from. The list is filled with the turns, stops, and pois for the given ride. |
Generate instruction PDF files for each ride in a rideset.
|
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Sat May 1 23:03:30 2010 | http://epydoc.sourceforge.net |