Skip to content

Commit

Permalink
Add more text to tool headings, give names as code
Browse files Browse the repository at this point in the history
Fixes: #18
  • Loading branch information
encukou committed Apr 30, 2017
1 parent e9793aa commit 9d9dfd5
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions source/tools.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ Here is a survey of tools we recommend.

.. _six:

six
---
Compatibility library: ``six``
------------------------------

When porting a large piece of software, it is desirable to support both
Python 2 and Python 3 in the same codebase.
Expand Down Expand Up @@ -37,8 +37,8 @@ or outright copying relevant pieces of it into your code.

.. _python-modernize:

python-modernize
----------------
Automated fixer: ``python-modernize``
-------------------------------------

Some steps of the porting process are quite mechanical, and can be automated.
These are best handled by the ``python-modernize`` tool – a code-to-code
Expand Down Expand Up @@ -77,8 +77,8 @@ This guide will provide the necessary background for each fixer as we
go along.


py3c
----
Compatibility headers and guide for C extensions: ``py3c``
----------------------------------------------------------

Some projects involve extension modules written in C/C++, or embed Python in
a C/C++-based application.
Expand All @@ -102,8 +102,8 @@ For these, we have two pieces of advice:
extensions: `py3c`_.


pylint --py3k
-------------
Automated checker: ``pylint --py3k``
------------------------------------

Pylint is a static code analyzer that can catch mistakes such as
initialized variables, unused imports, and duplicated code.
Expand Down

0 comments on commit 9d9dfd5

Please sign in to comment.