From ccb2b04f22a05777fecff9594911910a73e0b9f4 Mon Sep 17 00:00:00 2001 From: Andrew Murray <3112309+radarhere@users.noreply.github.com> Date: Sun, 20 Feb 2022 23:39:40 +1100 Subject: [PATCH] Added documentation links Co-authored-by: Hugo van Kemenade --- docs/deprecations.rst | 4 ++-- docs/releasenotes/9.1.0.rst | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/deprecations.rst b/docs/deprecations.rst index 0f6a62e7bb2..63294444374 100644 --- a/docs/deprecations.rst +++ b/docs/deprecations.rst @@ -138,9 +138,9 @@ FitsStubImagePlugin .. deprecated:: 9.1.0 -The stub image plugin FitsStubImagePlugin has been deprecated and will be removed in +The stub image plugin :mod:`~PIL.FitsStubImagePlugin` has been deprecated and will be removed in Pillow 10.0.0 (2023-07-01). FITS images can be read without a handler through -FitsImagePlugin instead. +:mod:`~PIL.FitsImagePlugin` instead. Removed features ---------------- diff --git a/docs/releasenotes/9.1.0.rst b/docs/releasenotes/9.1.0.rst index 2c8633d8d87..3e2726941ba 100644 --- a/docs/releasenotes/9.1.0.rst +++ b/docs/releasenotes/9.1.0.rst @@ -102,9 +102,9 @@ FitsStubImagePlugin .. deprecated:: 9.1.0 -The stub image plugin FitsStubImagePlugin has been deprecated and will be removed in +The stub image plugin :mod:`~PIL.FitsStubImagePlugin` has been deprecated and will be removed in Pillow 10.0.0 (2023-07-01). FITS images can be read without a handler through -FitsImagePlugin instead. +:mod:`~PIL.FitsImagePlugin` instead. API Additions =============