Skip to content

Commit 5a5267c

Browse files
committed
More updates and improvements to the docs
1 parent f82e104 commit 5a5267c

File tree

10 files changed

+750
-717
lines changed

10 files changed

+750
-717
lines changed

README.rst

Lines changed: 15 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -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

168168
Futurize: 2 to both
169-
--------------------
169+
~~~~~~~~~~~~~~~~~~~
170170

171171
For 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
235235
Note: the translation feature is still in alpha and needs more testing and
236236
development.
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

251247
Copyright 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

Comments
 (0)