From 4efd49c8f2bb497ff0a4f7716a19589eb3cc1511 Mon Sep 17 00:00:00 2001 From: Nikhil Komawar Date: Wed, 8 Apr 2020 11:11:18 +0530 Subject: [PATCH] Reference RichText section This will enabling RichText section in the documentation as it appears after the concerened section. Easier to navigate and avoid confusion. --- docs/index.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/index.rst b/docs/index.rst index 89defe2..4da3bca 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -94,7 +94,7 @@ As part of jinja2, one can used double braces:: {{ }} -But if ```` is an RichText object, you must specify that you are changing the actual 'run' :: +But if ```` is a RichText :ref:`RichText` object, you must specify that you are changing the actual 'run' :: {{r }} @@ -135,6 +135,7 @@ In order to display ``{%``, ``%}``, ``{{`` or ``}}``, one can use :: {_%, %_}, {_{ or }_} +.. _RichText: RichText --------