From a512dd230df419c204b7acd49c0cc7f9ebdce290 Mon Sep 17 00:00:00 2001 From: jposada202020 Date: Tue, 27 Apr 2021 17:34:45 -0400 Subject: [PATCH] word_order_better_phrasing --- 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 5ba5788573..e9a275dd41 100644 --- a/docs/design_guide.rst +++ b/docs/design_guide.rst @@ -409,7 +409,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 -backticks ``:class:`~adafruit_motor.servo.Servo```. You must add also the reference in the ``conf.py`` file in the +backticks ``:class:`~adafruit_motor.servo.Servo```. You must also add the reference in the ``conf.py`` file in the ``intersphinx_mapping section`` adding a new entry:: "adafruit_motor": ("https://circuitpython.readthedocs.io/projects/motor/en/latest/", None,),