From 5974738788c4a44c2079bc9549a18bddaae5c558 Mon Sep 17 00:00:00 2001 From: plazas Date: Mon, 15 Sep 2025 15:35:42 +0000 Subject: [PATCH 1/2] Point to RTN-045 for colorblind friendly plots --- user-docs/index.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/user-docs/index.rst b/user-docs/index.rst index 74894b70..3a64be58 100644 --- a/user-docs/index.rst +++ b/user-docs/index.rst @@ -32,6 +32,10 @@ Additional writing resources: - :doc:`topic-based-documentation` +Colorblind-friendly plots: + +- Follow the recommendations described in `RTN-045: Guidelines for User Tutorials`_. + .. _user-doc-style-guide-where: Where to use this style guide @@ -76,3 +80,4 @@ In any case, be open to learning so that the next batch of content you create wi See the `About this guide `__ page from the Google Developer Style Guide for additional thoughts, including when to break the rules. .. _`Google Developer Style Guide`: https://developers.google.com/style/ +.. _`RTN-045: Guidelines for User Tutorials`: https://rtn-045.lsst.io/#colorblind-friendly-plots From fccc0dd82b189a9a74d6af92d644a09dea639a20 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9s=20A=2E=20Plazas=20Malag=C3=B3n?= Date: Wed, 17 Sep 2025 08:49:17 -0400 Subject: [PATCH 2/2] Update user-docs/index.rst with Jonathan's suggestion Co-authored-by: Jonathan Sick --- user-docs/index.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/user-docs/index.rst b/user-docs/index.rst index 3a64be58..0f731cdd 100644 --- a/user-docs/index.rst +++ b/user-docs/index.rst @@ -32,9 +32,9 @@ Additional writing resources: - :doc:`topic-based-documentation` -Colorblind-friendly plots: +Graphics resources: -- Follow the recommendations described in `RTN-045: Guidelines for User Tutorials`_. +- Accessibility guidelines (colour blindness) are provided by `RTN-045: Guidelines for User Tutorials`_. .. _user-doc-style-guide-where: