summaryrefslogtreecommitdiffstats
path: root/user_guide_src/source/libraries/typography.rst
diff options
context:
space:
mode:
authorConnor Tumbleson <connor.tumbleson@gmail.com>2014-01-11 13:58:43 +0100
committerConnor Tumbleson <connor.tumbleson@gmail.com>2014-01-11 13:58:43 +0100
commit75b3fb26a324c71ff18fa19b2a3caa357f8133ec (patch)
treec6a026bbebbc313a1c2d5476ff011b8ad71c66bd /user_guide_src/source/libraries/typography.rst
parentd0bc7eb366610ad2e68d5921b363c665ccda1ff3 (diff)
cleanup warnings
Signed-off-by: Connor Tumbleson <connor.tumbleson@gmail.com>
Diffstat (limited to 'user_guide_src/source/libraries/typography.rst')
-rw-r--r--user_guide_src/source/libraries/typography.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/user_guide_src/source/libraries/typography.rst b/user_guide_src/source/libraries/typography.rst
index 006e77d56..f1a825d3d 100644
--- a/user_guide_src/source/libraries/typography.rst
+++ b/user_guide_src/source/libraries/typography.rst
@@ -4,7 +4,7 @@ Typography Class
The Typography Class provides methods that help you format text.
-.. content::
+.. contents::
:local:
.. raw:: html
@@ -35,7 +35,7 @@ Class Reference
.. attribute:: $protect_braced_quotes = FALSE
- When using the Typography library in conjunction with the :doc:`Template Parser library <../parser>`
+ When using the Typography library in conjunction with the :doc:`Template Parser library <parser>`
it can often be desirable to protect single and double quotes within curly braces.
To enable this, set the ``protect_braced_quotes`` class property to TRUE.