summaryrefslogtreecommitdiff
path: root/giscanner/doctemplates/Python/class.tmpl
Commit message (Collapse)AuthorAgeFilesLines
* doctool: Don't use zip(range(L))Jasper St. Pierre2013-02-111-1/+1
| | | | | Instead, remove it entirely (since we don't need the index) or instead use enumerate().
* doctool: Use a base template for all node kinds that make senseJasper St. Pierre2013-02-011-39/+1
|
* doctool: Rename templates to exclude mallard/the languageJasper St. Pierre2013-02-011-0/+55
As templates are in their own directory and segregated into language already, this is sort of repeating the issue. At the same time, always explicitly use relative ("./") or absolute ("/") lookups for templates. We want to eventually have base templates to share between languages, so to do so without namespace clashes makes sense.