From ed2980b967768018144e784895b923152124ed5e Mon Sep 17 00:00:00 2001 From: jposada202020 <34255413+jposada202020@users.noreply.github.com> Date: Wed, 28 Apr 2021 13:16:02 -0400 Subject: [PATCH] Update docs/design_guide.rst Co-authored-by: Kattni --- docs/design_guide.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/design_guide.rst b/docs/design_guide.rst index 6ced1b4e17..7df3c40b95 100644 --- a/docs/design_guide.rst +++ b/docs/design_guide.rst @@ -460,7 +460,7 @@ Renders as: Documentation References to other Libraries ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -When you need to make references to documentation in other libraries you should refer the class using single +When you need to reference documentation in other libraries you should include the class by using single backticks ``:class:`~adafruit_motor.servo.Servo```. You must also add the reference in the ``conf.py`` file in the ``intersphinx_mapping section`` by adding a new entry::