--- author: '' category: '' date: 2009/07/01 17:58 description: '' link: '' priority: '' slug: BB817 tags: open source, programming, python, rst2pdf title: 'rst2pdf: almost sphinx-ready' type: text updated: 2009/07/01 17:58 url_type: '' --- Some guys at PyAr_ are translating the `python tutorial`_ to spanish. That tutorial, like all the new python docs, uses sphinx_. Since sphinx is very popular_, I want rst2pdf_ to work as well as possible as Sphinx's PDF producer. So, two different things itching, I started scratching. Well, progress has been made. While the sphinx changes currently reside only on my computer, I will publish them soon, and the rst2pdf changes are already committed. Here's a sample_ to whet your appetite. .. _sample: //ralsina.me/static/tutorial-2.pdf .. _rst2pdf: http://rst2pdf.googlecode.com .. _popular: http://groups.google.com/group/sphinx-dev/search?group=sphinx-dev&q=uses+sphinx&qt_g=Search+this+group .. _sphinx: http://sphinx.pocoo.org/ .. _python tutorial: http://docs.python.org/tutorial/ .. _pyar: http://python.org.ar