[Python-ideas] Need help converting HTML doc to ReST

Donald Stufft donald at stufft.io
Fri Jan 9 18:33:50 CET 2015


> On Jan 9, 2015, at 12:10 PM, Guido van Rossum <guido at python.org> wrote:
> 
> I'd like to convert my document "The Theory of TypeHinting" to ReST so I can include it in PEP 483. Can someone help me with the conversion? The source is https://quip.com/r69HA9GhGa7J <https://quip.com/r69HA9GhGa7J> and the destination is http://legacy.python.org/dev/peps/pep-0483/ <http://legacy.python.org/dev/peps/pep-0483/> (or, more correctly, https://hg.python.org/peps/file/7cbb166b30fd/pep-0483.txt <https://hg.python.org/peps/file/7cbb166b30fd/pep-0483.txt>).
> 
> Thanks!!
> 

I ran this through pandoc real quick and cleaned it up a bit: https://gist.github.com/dstufft/d4fc00108b323ffa8034 <https://gist.github.com/dstufft/d4fc00108b323ffa8034>. I didn’t read through it or anything though just ran pandoc on it and killed the leftover raw html tidbits.

---
Donald Stufft
PGP: 7C6B 7C5D 5E2B 6356 A926 F04F 6E3C BCE9 3372 DCFA

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-ideas/attachments/20150109/6951a7be/attachment-0001.html>


More information about the Python-ideas mailing list