From 499101df905298096b94e2601f4a7082fd3d8512 Mon Sep 17 00:00:00 2001 From: Nathan Williis Date: Tue, 17 Sep 2024 17:36:33 +0100 Subject: [PATCH] Docs: pens; formatting. --- Doc/source/pens/index.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Doc/source/pens/index.rst b/Doc/source/pens/index.rst index 0caa286b6..e26d6d5b2 100644 --- a/Doc/source/pens/index.rst +++ b/Doc/source/pens/index.rst @@ -12,14 +12,14 @@ Some pens trace through the outlines and generate graphical output, such as a new glyph outline or a formatted image, but other pens analyze the outlines and return information about the glyph. -Pens that alter or produce a pen-compatile ``ttGlyph`` object can +Pens that alter or produce a pen-compatible :class:`.ttGlyph` object can be chained together. -New pens can be written by subclassing the ``AbstractPen`` or, -somewhat more practically, ``BasePen`` classes. The Pen Protocol is -documented on the ``BasePen`` page. +New pens can be written by sub-classing the :class:`.AbstractPen` or, +somewhat more practically, :class:`.BasePen` classes. The Pen Protocol is +documented on the :ref:`basePen` page. -.. rubric:: Pens: +.. rubric:: Pen modules: :heading-level: 3 .. toctree::