Created by: cpick
get_cell_name()
s documentation was missing the required args
param
causing soy to error out and fail to build the documentation.
Add the param.
Escaped braces (eg {lb}
and {rb}
) should not be used within
{literal}
blocks as that will literally print the strings "{lb}" or
"{rb}".
Fix the tutorial page.
When the Tutorial was split out of Getting Started in 71f8452a, the 'Path Setup' section was garbled with a copy-paste error from a later section.
Fix tutorial's 'Path Setup' section