diff --git a/docs/docsite/rst/dev_guide/style_guide/index.rst b/docs/docsite/rst/dev_guide/style_guide/index.rst index fc1543812e4..789c9d991d0 100644 --- a/docs/docsite/rst/dev_guide/style_guide/index.rst +++ b/docs/docsite/rst/dev_guide/style_guide/index.rst @@ -141,6 +141,17 @@ Adding internal links The second example adds custom text for the link. +Adding links to modules and plugins +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +* Module links use the module name followed by ``_module`` for the anchor. +* Plugin links use the plugin name followed by the plugin type. For example, :ref:`enable become plugin `). + +.. code-block:: rst + + :ref:`this module `` + :ref:`that connection plugin ` + Adding local TOCs ^^^^^^^^^^^^^^^^^