Just a small script I got from python-nose.googlecode.com and modified to fix a strange NoneType bug: rst2wiki.py. All thanks to Jason H. Pellerin for this great script! Use it like this:
$ python rst2wiki.py < my_document.txt > my_document.wiki
← Using Django with setuptools
Just a small script I got from python-nose.googlecode.com and modified to fix a strange NoneType bug: rst2wiki.py. All thanks to Jason H. Pellerin for this great script! Use it like this:
$ python rst2wiki.py < my_document.txt > my_document.wiki
comments
I was inspired by Jason's script and also some work in docutils that Ian Bicking and Matthew Gilbert did to make an actual module for this.
It's called wikir and lives here: http://code.google.com/p/wikir/
I'm hoping to add soon the feature that nose uses which is to automatically commit the wiki files (and thus publish to Google Code).
Great stuff Kumar,
thanks for the link!