New Features
* reStructuredText can be used to extend items in the Sphinx source file.
* Text is wrapped to the width of the terminal.
* Windows is supported via [colorama](https://pypi.python.org/pypi/colorama/0.3.9).
Changes
* Item objects don't need to have a Formatter instance passed in.
* Rename "func" option of "linotype" directive to "function."
* Change signature of ansi_format.
* Shorten the names of the classes, methods and attributes for definition items.
Bug Fixes
* Sphinx source files using the "linotype" directive can't be built as man pages.
* Definition items with a single argument do not get emphasis in the Sphinx documentation.
* Using certain inline markup to extend the contents of an item causes an infinite loop.
* Assigning an ID to an item that is the child of another items with an ID causes an infinite loop.
* Definition items are wrapped improperly in the text output.