summaryrefslogtreecommitdiff
path: root/docutils/readers/python/pynodes.py
Commit message (Collapse)AuthorAgeFilesLines
* use $Id$ instead of $Date$ and $Revision$;wiemann2006-05-211-4/+2
| | | | | | | | collapsed Author and Contact fields; use canonical email addresses for David and Felix; (I have reviewed the diff) git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@4564 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* moved headers to commentsgoodger2006-03-301-9/+5
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@4453 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