summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorMichele Simionato <michele.simionato@gmail.com>2015-03-16 12:19:26 +0100
committerMichele Simionato <michele.simionato@gmail.com>2015-03-16 12:19:26 +0100
commitd7d4bac90419a049165da9f29e2b8fef18fa7f33 (patch)
tree1470060cdcf08596ffae6223c50871d0e8e95abe /README.rst
parent5d0a05302b850386b2b71ff281c58db333ac7e78 (diff)
downloadpython-decorator-git-d7d4bac90419a049165da9f29e2b8fef18fa7f33.tar.gz
Rebuilt the docs
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst11
1 files changed, 5 insertions, 6 deletions
diff --git a/README.rst b/README.rst
index 82acddb..3a15f82 100644
--- a/README.rst
+++ b/README.rst
@@ -1,7 +1,6 @@
Decorator module
=================
-
:Author: Michele Simionato
:E-mail: michele.simionato@gmail.com
:Requires: Python 2.4+
@@ -37,7 +36,7 @@ $ python documentation.py
for Python 3.X run
-$ python documentation3.py
+$ python3 documentation3.py
You will see a few innocuous errors with Python 2.5, because some
inner details such as the introduction of the ArgSpec namedtuple and
@@ -65,10 +64,10 @@ There are various versions of the documentation:
- `HTML version (Python 3)`_
- `PDF version (Python 3)`_
-.. _HTML version (Python 2): http://micheles.googlecode.com/hg/decorator/documentation.html
-.. _PDF version (Python 2): http://micheles.googlecode.com/hg/decorator/documentation.pdf
-.. _HTML version (Python 3): http://micheles.googlecode.com/hg/decorator/documentation3.html
-.. _PDF version (Python 3): http://micheles.googlecode.com/hg/decorator/documentation3.pdf
+.. _HTML version (Python 2): https://github.com/micheles/decorator/blob/3.4.1/documentation.rst
+.. _PDF version (Python 2): https://github.com/micheles/decorator/blob/3.4.1/documentation.pdf
+.. _HTML version (Python 3): https://github.com/micheles/decorator/blob/3.4.1/documentation3.rst
+.. _PDF version (Python 3): https://github.com/micheles/decorator/blob/3.4.1/documentation3.pdf
Repository
---------------