Commit Graph

4 Commits

Author SHA1 Message Date
Zach Panzarino
0b70e6e62b Fix exit bugs of some python scripts 2016-01-07 03:27:46 +00:00
Alex Chan
ce7ce98a01 Update Python build scripts to use the print function
In Python 3, 'print' was changed from a statement to a function.  Using
the __future__ module allows scripts to use print function whether
running with Python 2.6+ or Python 3.x.  This commit changes as many
instances of print as I could find to use the print function and the
__future__ module.
2015-12-18 23:00:55 +00:00
Dave Abrahams
1b21fdc423 Generate reference-style links when translating NS-HTML to .rst
Makes the result lots easier to read

Swift SVN r4870
2013-04-24 11:08:27 +00:00
Dave Abrahams
95f1f5bf69 add scripts/ns-html2rst: converts Cocoa HTML doc into clean ReStructuredText
Requires the installation of pandoc <http://johnmacfarlane.net/pandoc>
Known limitation with tables: http://goo.gl/EdFw9

Swift SVN r4869
2013-04-24 11:08:24 +00:00