[py3] Documented coding guidelines for Python 3.

This commit is contained in:
Aymeric Augustin 2012-07-22 10:29:07 +02:00
parent a84d79f572
commit 00ace01411
2 changed files with 99 additions and 25 deletions

View file

@ -94,6 +94,7 @@ pygments_style = 'trac'
intersphinx_mapping = {
'python': ('http://docs.python.org/2.7', None),
'sphinx': ('http://sphinx.pocoo.org/', None),
'six': ('http://packages.python.org/six/', None),
}
# Python's docs don't change every week.