Steps to blog Python code
- Read this on stackoverflow - http://stackoverflow.com/questions/3819917/single-py-file-for-convert-rst-to-html
- Installed docutils http://docutils.sourceforge.net/README.html#quick-start
- Downloaded docutils http://docutils.sourceforge.net/docs/user/tools.html#rst2html-py
- The HTML produced was not really good
- So, installed Sphinx - But then realized it is necessary for documentation
- http://tinkerer.bitbucket.org/ – GAVE UP
- Checked using Rnw for Python code – gave up
- Planning to use dexy –lets see where it goes
- Configured Pydev in Eclipse
- Finally stumbled on to dexy and will try to use it for everything from now on