|
| | converttonotebook.changeMarkdown (code) |
| | converttonotebook.convertDoxygenLatexToMarkdown (text) |
| | Replace formula tags used by doxygen to the ones used in notebooks.
|
| | converttonotebook.cppComments (text) |
| | Converts comments delimited by // and on a new line into a markdown cell.
|
| | converttonotebook.cppFunction (text) |
| | Extracts main function for the function enclosure by means of regular expression.
|
| | converttonotebook.declareIncludes (code) |
| | converttonotebook.declareNamespace (code) |
| | converttonotebook.disableDrawProgressBar (code) |
| | converttonotebook.findBracedBlock (text, startpos, openingBraceChar) |
| | Scan the string in <text>, starting at <startpos>.
|
| | converttonotebook.findStuffBeforeFunc (text, searchStart, searchEnd) |
| | converttonotebook.findTimeout () |
| | converttonotebook.fixes (code) |
| | converttonotebook.getLibMathMore (code) |
| | converttonotebook.isCpp () |
| | Return True if extension is a C++ file.
|
| | converttonotebook.mainfunction (text) |
| | Main function.
|
| | converttonotebook.measureIndentation (text) |
| | Measure the indentation width.
|
| | converttonotebook.processmain (text) |
| | Evaluates whether the main function returns a TCanvas or requires input.
|
| | converttonotebook.pythonComments (text) |
| | Converts comments delimited by # or ## and on a new line into a markdown cell.
|
| | converttonotebook.pythonMainFunction (text) |
| | converttonotebook.readHeaderCpp (text) |
| | Extract author and description from header, eliminate header from text.
|
| | converttonotebook.readHeaderPython (text) |
| | Extract author and description from header, eliminate header from text.
|
| | converttonotebook.removePaletteEditor (code) |
| | converttonotebook.roofitRemoveSpacesComments (code) |
| | converttonotebook.rs401dGetFiles (code) |
| | converttonotebook.runEventExe (code) |
| | converttonotebook.split (text) |
| | Splits the text string into main, helpers, and rest.
|
| | converttonotebook.tree4GetFiles (code) |
| | converttonotebook.unindenter (string, spaces=3) |
| | Returns string with each line unindented by 3 spaces.
|