summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEvgeny Fadeev <evgeny.fadeev@gmail.com>2010-08-30 22:13:59 -0400
committerEvgeny Fadeev <evgeny.fadeev@gmail.com>2010-08-30 22:13:59 -0400
commit634db82c56f9dab74f882daae8cdfe5664e8a43f (patch)
tree5183e3f3f7a43fccbb8670564cd56792c12b4331
parentb89d5788196bea63dfc1d2feb9619ff7bb7666d0 (diff)
downloadaskbot-634db82c56f9dab74f882daae8cdfe5664e8a43f.tar.gz
askbot-634db82c56f9dab74f882daae8cdfe5664e8a43f.tar.bz2
askbot-634db82c56f9dab74f882daae8cdfe5664e8a43f.zip
fixed up mathjax manual
-rw-r--r--askbot/conf/markup.py2
-rw-r--r--askbot/doc/source/mathjax.rst2
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::