@@ -144,7 +144,7 @@ hooks. The context-manager form works like this:
144144
145145
146146 Automatic conversion to Py2/3-compatible code
147- =============================================
147+ ---------------------------------------------
148148
149149``future `` comes with two scripts called ``futurize `` and
150150``pasteurize `` to aid in making Python 2 code or Python 3 code compatible with
@@ -166,7 +166,7 @@ mostly unchanged on both Python 2 and Python 3.
166166.. _forwards-conversion :
167167
168168Futurize: 2 to both
169- --------------------
169+ ~~~~~~~~~~~~~~~~~~~
170170
171171For example, running ``futurize -w mymodule.py `` turns this Python 2 code:
172172
@@ -235,13 +235,9 @@ properly to a Python 2/3 compatible codebase using a tool like
235235Note: the translation feature is still in alpha and needs more testing and
236236development.
237237
238- Next steps
239- ----------
240- Check out the `Quickstart Guide <http://python-future.org/quickstart.html >`_.
241238
242-
243- Credits and Licensing
244- ---------------------
239+ Licensing
240+ ---------
245241
246242:Author: Ed Schofield
247243:Sponsor: Python Charmers Pty Ltd, Australia, and Python Charmers Pte
@@ -250,6 +246,16 @@ Credits and Licensing
250246
251247Copyright 2013-2014 Python Charmers Pty Ltd, Australia.
252248
253- The software is distributed under an MIT licence. See LICENSE.txt or `Licensing
249+ The software is distributed under an MIT licence. See `` LICENSE.txt `` or `Licensing
254250<http://python-future.org/licensing.html> `_.
255251
252+
253+ Next steps
254+ ----------
255+
256+ If you are new to ``python-future ``, check out the `Quickstart Guide
257+ <http://python-future.org/quickstart.html> `_.
258+
259+ For an update on changes in the latest version, see the `What's New
260+ <http://python-future.org/whatsnew.html> `_ page.
261+
0 commit comments