summaryrefslogtreecommitdiff
path: root/asciidocapi.py
Commit message (Collapse)AuthorAgeFilesLines
* asciidocapi.py 0.1.2: Can now load AsciiDoc script named asciidoc. SeeStuart Rackham2010-02-061-22/+39
| | | | | http://groups.google.com/group/asciidoc/browse_frm/thread/66e7b59d12cd2f91 Based on patch submitted by Phillip Lord.
* asciidocapi: bumped version number.Stuart Rackham2009-03-171-1/+1
|
* asciidocapi: Setting an attribute value to `None` will undefine (delete) theStuart Rackham2009-03-141-0/+2
| | | | | attribute (this in addition to the `name!` attribute name format that the `asciidoc(1)` command uses).
* - Symlink installed asciidoc.py so API import works.Stuart Rackham2009-03-101-8/+11
| | | | - Tightened up API asciidoc import.
* Added another API doctest.Stuart Rackham2009-03-071-1/+12
|
* Added asciidoc(1) --doctest option.Stuart Rackham2009-03-051-1/+1
|
* - Renamed AsciiDoc API class to AsciiDocAPI.Stuart Rackham2009-03-041-16/+20
| | | | - Added AsciiDoc API documentation file.
* Added Version.suffix instance attribute and more Version doctests.Stuart Rackham2009-03-041-10/+34
|
* API polishing.Stuart Rackham2009-03-031-44/+35
|
* - Added asciidocapi doctest.Stuart Rackham2009-03-031-6/+19
| | | | - API numeric option values automatically coerced to string.
* API doctest execution.Stuart Rackham2009-03-021-2/+8
|
* Checked in first cut of AsciiDoc API module asciidocapi.py and related changesStuart Rackham2009-03-021-0/+186
in asciidoc.py.