Package mathbench :: Package basement :: Module librarian
[hide private]

Module librarian

source code

Management of the documentation of mathbench and its plugins.

Classes [hide private]
  MathBenchSearchEngine
A simple search engine to index the documentation of MathBench's basic usages.
  LibrarianSingleton
A singleton class in charge of building, updating the library and also performing the searches.
Functions [hide private]
 
DefangHTML(txt)
Defang html symbols.
source code
Function Details [hide private]

DefangHTML(txt)

source code 

Defang html symbols.

Inspired from : http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/81330