sphinx_wxoptimize

Convert sphinx-generated htmlhelp files into versions optimized for reading using the wxHtmlHelp browser
Download

sphinx_wxoptimize Ranking & Summary

Advertisement

  • Rating:
  • License:
  • GPL
  • Price:
  • FREE
  • Publisher Name:
  • Rob McMullen
  • Publisher web site:

sphinx_wxoptimize Tags


sphinx_wxoptimize Description

Convert sphinx-generated htmlhelp files into versions optimized for reading using the wxHtmlHelp browser The sphinx document processor generates HTML that uses more advanced syntax than the HtmlHelp browser in wxPython and wxWidgets can render. sphinx_wxoptimize uses the htmlhelp files generated by sphinx as input and attempts to remove elements that confuse the wxHtmlHelp system while adding or modifying elements in an attempt to allow the wxHtmlHelp to render the HTML as closely as possible to the HTML as viewed by a modern browser.This package provides a script sphinx-wxoptimize that is designed to be integrated into your make htmlhelp target that will automatically reprocess the sphinx-generated htmlhelp files and convert them to be better rendered in the wxPython or wxWidgets wxHtmlHelpController.Automatic Integration with SphinxIn your sphinx Makefile, change the htmlhelp target from:htmlhelp: $(SPHINXBUILD) -b htmlhelp $(ALLSPHINXOPTS) $(BUILDDIR)/htmlhelpto:htmlhelp: $(SPHINXBUILD) -b htmlhelp $(ALLSPHINXOPTS) $(BUILDDIR)/htmlhelp sphinx-wxoptimize _build/htmlhelpInstallation:Installation is through the usual python packaging commands, either by downloading the source archive and installing manually:python setup.py installor using easy_install:easy_install sphinx-wxoptimizeUsing easy_install will automatically install the prerequisite BeautifulSoup library. Requirements: · Python What's New in This Release: · Fixed bug in single paragraph definition lists including inline markup (italics, bold, etc.)


sphinx_wxoptimize Related Software