From 994b93ebb191af7b6e7c236045160518fb169fc7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yvonne=20Fr=C3=B6hlich?= <94163266+yvonnefroehlich@users.noreply.github.com> Date: Mon, 11 Nov 2024 08:38:55 +0100 Subject: [PATCH] Shorten formulation and add link Co-authored-by: Dongdong Tian --- examples/tutorials/basics/polygons.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/examples/tutorials/basics/polygons.py b/examples/tutorials/basics/polygons.py index e1f57352f3b..34f83f12d5c 100644 --- a/examples/tutorials/basics/polygons.py +++ b/examples/tutorials/basics/polygons.py @@ -51,9 +51,7 @@ fig.show() # %% -# Use the ``fill`` parameter to fill the polygon with a color or pattern. -# For the patterns avilable in GMT see the Technical Reference at -# https://www.pygmt.org/dev/techref/patterns.html. +# Use the ``fill`` parameter to fill the polygon with a color or :doc:`pattern `. fig = pygmt.Figure() fig.basemap(region=[-5, 5, -5, 5], projection="X5c", frame=True)