The htmlhelper moduleΒΆ

Scripts for converting HTML containing CSS to plain HTML

The current GUI implementation of this software is done using wxPython. wxPython includes panels and frames for displaying HTML, including the Microsoft HTML Help Workshop format. However, such HTML-displaying tools do not work for CSS. Mostly, this isn’t a real problem, but the HTML Help is much easier to read if code snippets are highlighted by syntax. This module converts the CSS-ridden HTML output by Pygments into plain HTML.

Previous topic

The instrospection_old module

Next topic

The parsing module

This Page