CMS 3D CMS Logo

Namespaces | Functions | Variables

/data/refman/pasoursint/CMSSW_5_3_0/src/Documentation/ReferenceManualScripts/doxygen/utils/indexPage/Association.py File Reference

Go to the source code of this file.

Namespaces

namespace  Association

Functions

def Association::formatCVSLink
 Format CVS link.
def Association::formatPackageDocumentationLink
def Association::generateBranchHTML
 Generates HTML for Subsystem.
def Association::generateLeavesHTML
 Generates HTML for subpackage.
def Association::generateTree
 Fetches information about Subsystems/Packages/Subpackages from TagCollector.
def Association::loadTemplates
 Read template file.
def Association::parseJSON
def Association::preparePackageDocumentationLinks
 Extract links to package documentation.
def Association::prepareRefManFiles
 Prepate dictionary of doxygen generated html files.

Variables

string Association::baseUrl = "/cmsdoxygen/"
 Association::block = indexPageBlockNoTree
 Formating index page's pieces.
tuple Association::branchHTML = generateBranchHTML(SRC_DIR, tree, subsystem)
 Generating treeviews.
list Association::CMSSW_VERSION = sys.argv[1]
string Association::contacts = ""
string Association::cvsBaseUrl = "https://cmssw.cvs.cern.ch/cgi-bin/cmssw.cgi/CMSSW"
 Association::errorOnImport = False
tuple Association::fileIN = open(SCRIPTS_LOCATION+"/indexPage/indexpage_warning.html", "r")
 Warning page.
string Association::indexPageBlock
string Association::indexPageBlockNoTree
string Association::indexPageHTML = ""
int Association::indexPageRowCounter = 0
tuple Association::indexPageTemplateHTML = fileIN.read()
tuple Association::managers = parseJSON('/cmsdoxygen/tcproxy.php?type=managers')
 Index Page Preparations.
dictionary Association::map = {}
tuple Association::output = open(PROJECT_LOCATION+"/doc/html/index.html", "w")
list Association::packageDocLinks = []
list Association::PROJECT_LOCATION = sys.argv[2]
string Association::reason = "Failed during preparing treeview. "
dictionary Association::refmanfiles = {}
string Association::rowCssClass = "odd"
list Association::SCRIPTS_LOCATION = sys.argv[3]
string Association::SRC_DIR = "/src"
tuple Association::treeHTML = treeTemplateHTML.replace("@TREE@", branchHTML)
tuple Association::users = parseJSON('/cmsdoxygen/tcproxy.php?type=users')