* separate functionality to extra files - modules
* reStructuredText support via docutils_tinyhtml writer
* reStructuredText is default format
* tests
* examples
* doctest automatics highlighting
* code escape string are colorize
* inverse (dark) style is more contrast
* all styles know new highlight tags
* load_text is deprecated now
* examples are generate by test (py.test needed)
* load_rst and load_wiki have new arguments link and top, to generate
links span
* load_rst and load_wiki generates list of headers and last item is
formated text now - this break compatibility with old templates
* system (jinja24doc) templates are default available via path, so no
need to append it's path when jinja24doc is called
* pep8 code style
* templates fixes
* new rst24doc and wiki24doc command tools
* variable top and link for module (_reference template)
* options system message, verbose, vesrion
* traceback and embed stylesheet support
* encoding support
* pep and rfc links for wiki and rst
* new descriptor and dt styles
* fix of regular expression for wiki
* Documentation update
* fix position for link and top links in styles
* Same header as on web
* decorator fix regular expression for python colorize
* append dependences of module from classes too
* generating web documentation verstion is append to git
* link for unstable version in documentation
* new ChangeLog for humans ;-)