From a412ffb89907b9182aaa544c8e504bd70d70bca8 Mon Sep 17 00:00:00 2001 From: Michele Simionato Date: Sat, 16 Mar 2019 10:12:16 +0100 Subject: Fixed the copyright year --- docs/documentation.md | 2 +- src/tests/documentation.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/documentation.md b/docs/documentation.md index 72ab411..d72c6b3 100644 --- a/docs/documentation.md +++ b/docs/documentation.md @@ -1694,7 +1694,7 @@ a (shallow) copy of the original function dictionary: LICENSE (2-clause BSD) --------------------------------------------- -Copyright (c) 2005-2017, Michele Simionato +Copyright (c) 2005-2019, Michele Simionato All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/src/tests/documentation.py b/src/tests/documentation.py index cb6e6e4..0cfa8bf 100644 --- a/src/tests/documentation.py +++ b/src/tests/documentation.py @@ -1329,7 +1329,7 @@ a (shallow) copy of the original function dictionary: LICENSE (2-clause BSD) --------------------------------------------- -Copyright (c) 2005-2017, Michele Simionato +Copyright (c) 2005-2019, Michele Simionato All rights reserved. Redistribution and use in source and binary forms, with or without -- cgit v1.2.1 From d5d444b171fb471004dd016768955c10f85ceaad Mon Sep 17 00:00:00 2001 From: Michele Simionato Date: Sat, 16 Mar 2019 15:16:50 +0100 Subject: Added links to the old documentation --- README.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.rst b/README.rst index 6b2fc63..11cdbe0 100644 --- a/README.rst +++ b/README.rst @@ -58,6 +58,12 @@ The documentation has been moved to https://raw.githubusercontent.com/micheles/d From there you can get a PDF version by simply using the print functionality of your browser. +Here is the documentation for previous versions of the module: + +https://github.com/micheles/decorator/blob/4.3.2/docs/tests.documentation.rst +https://github.com/micheles/decorator/blob/4.2.1/docs/tests.documentation.rst +https://github.com/micheles/decorator/blob/4.1.2/docs/tests.documentation.rst + For the impatient ----------------- -- cgit v1.2.1 From 6b8eddb91ebf75e31b2fd5a1bf4215a33ce2102a Mon Sep 17 00:00:00 2001 From: Michele Simionato Date: Sat, 16 Mar 2019 15:20:27 +0100 Subject: Another doc link --- README.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/README.rst b/README.rst index 11cdbe0..24936a4 100644 --- a/README.rst +++ b/README.rst @@ -63,6 +63,7 @@ Here is the documentation for previous versions of the module: https://github.com/micheles/decorator/blob/4.3.2/docs/tests.documentation.rst https://github.com/micheles/decorator/blob/4.2.1/docs/tests.documentation.rst https://github.com/micheles/decorator/blob/4.1.2/docs/tests.documentation.rst +https://github.com/micheles/decorator/blob/3.4.2/documentation.rst For the impatient ----------------- -- cgit v1.2.1 From 995e4f718bf667992f5b9a3984bd477d576daa10 Mon Sep 17 00:00:00 2001 From: Michele Simionato Date: Sat, 16 Mar 2019 15:22:07 +0100 Subject: Another doc link --- README.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/README.rst b/README.rst index 24936a4..107d10a 100644 --- a/README.rst +++ b/README.rst @@ -63,6 +63,7 @@ Here is the documentation for previous versions of the module: https://github.com/micheles/decorator/blob/4.3.2/docs/tests.documentation.rst https://github.com/micheles/decorator/blob/4.2.1/docs/tests.documentation.rst https://github.com/micheles/decorator/blob/4.1.2/docs/tests.documentation.rst +https://github.com/micheles/decorator/blob/4.0.0/documentation.rst https://github.com/micheles/decorator/blob/3.4.2/documentation.rst For the impatient -- cgit v1.2.1