From d7d4bac90419a049165da9f29e2b8fef18fa7f33 Mon Sep 17 00:00:00 2001 From: Michele Simionato Date: Mon, 16 Mar 2015 12:19:26 +0100 Subject: Rebuilt the docs --- README.rst | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'README.rst') 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 --------------- -- cgit v1.2.1