Changeset 4844

Show
Ignore:
Timestamp:
11/18/08 14:05:20 (2 months ago)
Author:
k0s
Message:

fixes to documentation

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • traclegosscript/anyrelease/traclegos/legos.py

    r4631 r4844  
    5050        * directory: directory for project creation 
    5151        * master: path to master trac instance 
    52         * site_ini: global site configuration used for all projects 
    53         * vars: variables for interpolation of trac.ini 
    5452        * inherit: inherited configuration to update 
     53        * site_templates: global site configuration used for all projects 
     54        * vars: values of variables for interpolation  
     55        * options: descriptions and annotations on variables 
    5556        """ 
    5657 
     
    8687        # apply site configuration last (override) 
    8788        return ProjectTemplates(*(templates + self.site_templates)) 
    88     # TODO: add the self.options to the templates 
    8989     
    9090    def repository_fields(self, project): 
     
    100100                       database=None, repository=None): 
    101101        """ 
    102         * project: directory name of project 
    103         * templates to be applied 
     102        * project: path name of project 
     103        * templates: templates to be applied on project creation 
    104104        * vars: variables for interpolation 
    105105        """