Displaying 1 result from an estimated 1 matches for "toctoggl".
Did you mean:
toctoggle
2010 Nov 11
0
[LLVMdev] Wiki to HTML docs
...VM.html' file attached.
Step 2:
With 5 minutes of VI editing gives you 'DebugInformation-LLVM-2.html',
which is QUITE close to the LLVM standard, at least visually.
The changes were:
- %s/<span class="editsection.*]<\/span>// # remove [edit]
- %s/<span class="toctoggle.*]<\/span>// # remove [hide]
- add <link rel="stylesheet" href="http://llvm.org/docs/llvm.css"
type="text/css">
- remove all CSS info, footer, TOC wrapper table
All that can be done in Python easily, but I wonder if the resulting
HTML is up to standa...