summaryrefslogtreecommitdiff
path: root/docutils/readers/python/pynodes.py
Commit message (Collapse)AuthorAgeFilesLines
* Delete old 0.4 maintenance branch.docutils-0.4milde2017-06-221-87/+0
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/branches/docutils-0.4@8122 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Reader parses docstrings (according to __docformat__) and produces fullianbicking2004-03-231-6/+6
| | | | | | | | | | | output. The reader should thus be "done". Run readers/python/__init__.py with a filename argument to get output in the DOM format. A transformer will be necessary to translate this into the standard docutils DOM. git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@1881 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* * Bug fixes to python readerianbicking2004-03-231-37/+44
| | | | | | | | * Getting tests up-to-date * Trimming unused nodes from pynodes git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@1876 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Added the pynodes file I missed yesterday.ianbicking2004-03-221-0/+80
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@1858 929543f6-e4f2-0310-98a6-ba3bd3dd1d04