coherent WaveBurst
Config Reference Guide
home
cWB_docker
git
cWB
config
DOXYGEN
Namespaces
|
Functions
|
Variables
converttonotebook.py File Reference
Namespaces
converttonotebook
Functions
def
converttonotebook.changeMarkdown
(code)
def
converttonotebook.cppComments
(text)
def
converttonotebook.cppFunction
(text)
def
converttonotebook.declareIncludes
(code)
def
converttonotebook.declareNamespace
(code)
def
converttonotebook.disableDrawProgressBar
(code)
def
converttonotebook.findFunctionName
(text)
def
converttonotebook.findTimeout
()
def
converttonotebook.fixes
(code)
def
converttonotebook.getLibMathMore
(code)
def
converttonotebook.isCpp
()
def
converttonotebook.mainfunction
(text)
def
converttonotebook.processmain
(text)
def
converttonotebook.pythonComments
(text)
def
converttonotebook.pythonMainFunction
(text)
def
converttonotebook.readHeaderCpp
(text)
def
converttonotebook.readHeaderPython
(text)
def
converttonotebook.removePaletteEditor
(code)
def
converttonotebook.roofitRemoveSpacesComments
(code)
def
converttonotebook.rs401dGetFiles
(code)
def
converttonotebook.runEventExe
(code)
def
converttonotebook.split
(text)
def
converttonotebook.tree4GetFiles
(code)
def
converttonotebook.unindenter
(string, spaces=3)
Variables
converttonotebook.author
converttonotebook.date
= datetime.now().strftime("%A, %
B
%d, %Y at %I:%
M
%p")
converttonotebook.description
converttonotebook.extension
list
converttonotebook.gTypesList
converttonotebook.isJsroot
converttonotebook.isNotebook
converttonotebook.needsHeaderFile
converttonotebook.nodraw
converttonotebook.outdir
= str(sys.argv[2])
string
converttonotebook.outname
= tutFileName + ".ipynb"
string
converttonotebook.outnameconverted
= tutFileName + ".nbconvert.ipynb"
converttonotebook.outPathName
= os.path.join(outdir, outname)
converttonotebook.starttime
= time.time()
converttonotebook.text
= fin.read()
converttonotebook.tutFileName
= os.path.basename(tutPathName)
string
converttonotebook.tutName
= "tutorial"
converttonotebook.tutPath
= os.path.dirname(tutPathName)
converttonotebook.tutPathName
= str(sys.argv[1])
string
converttonotebook.tutRelativePath
= "$ROOTSYS/tutorials/%
s
/" % tutPath.split("/")[-1]
converttonotebook.tutTitle
= re.sub(
r
"([A-Z\d])", r" \1", tutName).title()
converttonotebook.verbose