From f4a1f0406b47e8ef91838fcff9d679ee6fe186d9 Mon Sep 17 00:00:00 2001 From: Ed Schofield Date: Wed, 21 Feb 2024 17:19:55 +1100 Subject: [PATCH] Docs: replace http links with https --- README.rst | 14 +++++++------- docs/_templates/sidebarintro.html | 2 +- docs/compatible_idioms.rst | 8 ++++---- docs/faq.rst | 4 ++-- .../Writing Python 2-3 compatible code.ipynb | 10 +++++----- src/future/__init__.py | 6 +++--- src/future/builtins/__init__.py | 2 +- 7 files changed, 23 insertions(+), 23 deletions(-) diff --git a/README.rst b/README.rst index 65999990..ca533976 100644 --- a/README.rst +++ b/README.rst @@ -6,9 +6,6 @@ Overview: Easy, clean, reliable Python 2/3 compatibility .. image:: https://github.com/PythonCharmers/python-future/actions/workflows/ci.yml/badge.svg?branch=master :target: https://github.com/PythonCharmers/python-future/actions/workflows/ci.yml?query=branch%3Amaster -.. image:: https://readthedocs.org/projects/python-future/badge/?version=latest - :target: https://python-future.readthedocs.io/en/latest/?badge=latest - ``python-future`` is the missing compatibility layer between Python 2 and Python 3. It allows you to use a single, clean Python 3.x-compatible codebase to support both Python 2 and Python 3 with minimal overhead. @@ -325,16 +322,19 @@ Licensing Pinterest https://opensource.pinterest.com -:Licence: MIT. See ``LICENSE.txt`` or `here `_. +:Licence: MIT. See ``LICENSE.txt`` or `here `_. -:Other credits: See `here `_. +:Other credits: See `here `_. +Docs +---- +See the docs `here `. Next steps ---------- If you are new to Python-Future, check out the `Quickstart Guide -`_. +`_. For an update on changes in the latest version, see the `What's New -`_ page. +`_ page. diff --git a/docs/_templates/sidebarintro.html b/docs/_templates/sidebarintro.html index e4433221..1e1a512f 100644 --- a/docs/_templates/sidebarintro.html +++ b/docs/_templates/sidebarintro.html @@ -1,7 +1,7 @@

Easy, clean, reliable Python 2/3 compatibility

- Table of Contents + Table of Contents