MCPcopy Index your code
hub / github.com/gto76/python-cheatsheet / modifyPage

Function modifyPage

parse.js:732–745  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

730}
731
732function modifyPage() {
733 changeMenu();
734 addDarkThemeScript();
735 removeOrigToc();
736 addToc();
737 insertLinks();
738 unindentBanner();
739 updateDiagrams();
740 highlightCode();
741 fixPandasDiagram();
742 removePlotImages();
743 fixABCSequenceDiv();
744 fixStructFormatDiv();
745}
746
747function changeMenu() {
748 $('sup').first().html(MENU)

Callers 1

mainFunction · 0.85

Calls 12

changeMenuFunction · 0.85
addDarkThemeScriptFunction · 0.85
removeOrigTocFunction · 0.85
addTocFunction · 0.85
insertLinksFunction · 0.85
unindentBannerFunction · 0.85
updateDiagramsFunction · 0.85
highlightCodeFunction · 0.85
fixPandasDiagramFunction · 0.85
removePlotImagesFunction · 0.85
fixABCSequenceDivFunction · 0.85
fixStructFormatDivFunction · 0.85

Tested by

no test coverage detected