From 1d16851adfc6600f5a9ca276b6094765071b4c7e Mon Sep 17 00:00:00 2001 From: Stefano Rivera Date: Sat, 7 May 2022 21:26:57 -0700 Subject: [PATCH] Add missing space before link in CONTRIBUTING.rst (#4799) --- CONTRIBUTING.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index e2f6a57bd..92b8fab2d 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -302,7 +302,7 @@ new module ``mymod``. The following explains how to add hooks. Python Hooks ------------------------ Python API documentation is generated for the entries in ``docs/api.rst``. -`sphinx-autosummary`_ +`sphinx-autosummary `_ is used to generate documentation for the modules. Mention your module ``mymod`` under appropriate header. This will discover all of the docstrings in ``mymod`` and create the