Go to the source code of this file.
Namespaces | |
namespace | indexGen |
Functions | |
def | indexGen::processFile |
def | indexGen::testFileType |
Variables | |
indexGen::benchmarkConfig = options.pyBenchmark | |
tuple | indexGen::benchmarkConfigLink = processFile( benchmarkConfig, outputDir ) |
list | indexGen::cmssw = os.environ['CMSSW_VERSION'] |
string | indexGen::comments = 'no comment' |
string | indexGen::default = "None" |
list | indexGen::dirPlots = args[0] |
indexGen::genConfig = options.pyGenSource | |
tuple | indexGen::genConfigLink = processFile(genConfig, outputDir ) |
string | indexGen::help = "url pointing to a recipe" |
tuple | indexGen::ifile = open( indexhtml ) |
string | indexGen::images = '' |
tuple | indexGen::img = imgTemplate%os.path.basename(pic) |
string | indexGen::imgTemplate = '<IMG src="%s" width="500" align="left" border="0">' |
string | indexGen::indexhtml = "%s/%s" |
tuple | indexGen::indexTemplate = ifile.read() |
string | indexGen::infonotfoundhtml = "%s/%s" |
tuple | indexGen::infoNotFoundTemplate = ifile.read() |
indexGen::macro = options.macro | |
tuple | indexGen::macroLink = processFile(macro, outputDir ) |
tuple | indexGen::ofile = open( '%s/index.html' % outputDir, 'w' ) |
tuple | indexGen::ofile2 = open( '%s/infoNotFound.html' % outputDir, 'w' ) |
indexGen::outputDir = title | |
tuple | indexGen::parser = OptionParser() |
list | indexGen::pictures = [] |
indexGen::recipe = options.recipe | |
tuple | indexGen::recipeLink = processFile( recipe, outputDir ) |
tuple | indexGen::s = Template(indexTemplate) |
tuple | indexGen::s2 = Template(infoNotFoundTemplate) |
tuple | indexGen::showTags = os.popen( 'showtags -t -r') |
indexGen::simConfig = options.pySim | |
tuple | indexGen::simConfigLink = processFile( simConfig, outputDir ) |
tuple | indexGen::subst |
tuple | indexGen::subst2 = s2.substitute( username = os.environ['USER'] ) |
list | indexGen::templates = args[1] |
tuple | indexGen::title = os.path.basename( os.getcwd() ) |
tuple | indexGen::tmppictures = os.listdir( dirPlots ) |