diff options
| -rw-r--r-- | README.rst | 13 | ||||
| -rw-r--r-- | index.html | 6 |
2 files changed, 6 insertions, 13 deletions
@@ -48,16 +48,11 @@ Documentation There are various versions of the documentation:
-- `HTML version (Python 2)`_
-- `PDF version (Python 2)`_
+- `HTML version`_
+- `PDF version`_
-- `HTML version (Python 3)`_
-- `PDF version (Python 3)`_
-
-.. _HTML version (Python 2): https://github.com/micheles/decorator/blob/4.0.0/documentation.rst
-.. _PDF version (Python 2): https://github.com/micheles/decorator/blob/4.0.0/documentation.pdf
-.. _HTML version (Python 3): https://github.com/micheles/decorator/blob/4.0.0/documentation3.rst
-.. _PDF version (Python 3): https://github.com/micheles/decorator/blob/4.0.0/documentation3.pdf
+.. _HTML version: https://github.com/micheles/decorator/blob/4.0.0/documentation.rst
+.. _PDF version: https://github.com/micheles/decorator/blob/4.0.0/documentation.pdf
Repository
---------------
@@ -388,10 +388,8 @@ an existing one, since version 4.0 is backward-compatible.</p> <h1>Documentation</h1> <p>There are various versions of the documentation:</p> <ul class="simple"> -<li><a class="reference external" href="https://github.com/micheles/decorator/blob/4.0.0/documentation.rst">HTML version (Python 2)</a></li> -<li><a class="reference external" href="https://github.com/micheles/decorator/blob/4.0.0/documentation.pdf">PDF version (Python 2)</a></li> -<li><a class="reference external" href="https://github.com/micheles/decorator/blob/4.0.0/documentation3.rst">HTML version (Python 3)</a></li> -<li><a class="reference external" href="https://github.com/micheles/decorator/blob/4.0.0/documentation3.pdf">PDF version (Python 3)</a></li> +<li><a class="reference external" href="https://github.com/micheles/decorator/blob/4.0.0/documentation.rst">HTML version</a></li> +<li><a class="reference external" href="https://github.com/micheles/decorator/blob/4.0.0/documentation.pdf">PDF version</a></li> </ul> </div> <div class="section" id="repository"> |
