From 634db82c56f9dab74f882daae8cdfe5664e8a43f Mon Sep 17 00:00:00 2001 From: Evgeny Fadeev Date: Mon, 30 Aug 2010 22:13:59 -0400 Subject: fixed up mathjax manual --- askbot/conf/markup.py | 2 +- askbot/doc/source/mathjax.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/askbot/conf/markup.py b/askbot/conf/markup.py index df0ad590..23a2dc67 100644 --- a/askbot/conf/markup.py +++ b/askbot/conf/markup.py @@ -12,7 +12,7 @@ import os MARKUP = ConfigurationGroup( 'MARKUP', - _('Input markup formatting') + _('Markup formatting') ) mathjax_dir = os.path.join( diff --git a/askbot/doc/source/mathjax.rst b/askbot/doc/source/mathjax.rst index a5ea2d22..382ef3d4 100644 --- a/askbot/doc/source/mathjax.rst +++ b/askbot/doc/source/mathjax.rst @@ -26,7 +26,7 @@ For Apache, a following line in the configuration file (maybe within a VirtualHo Alias /mathjax/ /filesystem/path/to/mathjax/ -Finally, enable MathJax in Askbot: "settings" -> "Optional components", check "Enable MathJax" and +Finally, enable MathJax in Askbot: "settings" -> "Markup formatting", check "Enable MathJax" and enter url `http://example.com/mathjax` (link "settings" is available to site administrators in the upper right corner of the forum pages). .. note:: -- cgit v1.2.3-1-g7c22