From f57af61d528c8ff10557391ac2b014c5d9a92168 Mon Sep 17 00:00:00 2001 From: milde Date: Sat, 16 Feb 2013 16:15:58 +0000 Subject: [PATCH] Minor documentation edits. git-svn-id: https://docutils.svn.sourceforge.net/svnroot/docutils/trunk@7603 929543f6-e4f2-0310-98a6-ba3bd3dd1d04 --- docutils/docs/ref/rst/directives.txt | 4 ++-- docutils/docs/user/config.txt | 18 ++++++++++-------- 2 files changed, 12 insertions(+), 10 deletions(-) diff --git a/docutils/docs/ref/rst/directives.txt b/docutils/docs/ref/rst/directives.txt index aef826ca6..cc2d47ca7 100644 --- a/docutils/docs/ref/rst/directives.txt +++ b/docutils/docs/ref/rst/directives.txt @@ -1079,10 +1079,10 @@ currently support for only one header and footer. Thus, you may soon find Docutils' abilities to be insufficient for these purposes. At that time, you should consider using a - templating system (like ht2html_) rather than the "header" and + documentation generator like Sphinx_ rather than the "header" and "footer" directives. - .. _ht2html: http://ht2html.sourceforge.net/ + .. _Sphinx: http://sphinx-doc.org/ In addition to the use of these directives to populate header and footer content, content may also be added automatically by the diff --git a/docutils/docs/user/config.txt b/docutils/docs/user/config.txt index b40abdef9..73d395eb1 100644 --- a/docutils/docs/user/config.txt +++ b/docutils/docs/user/config.txt @@ -820,14 +820,6 @@ _`math_output` fonts for high-quality typesetting that is scalable and prints at full resolution. - A custom URL can be appended after whitespace, - for example a local install - ``MathJax file:/usr/share/javascript/mathjax/MathJax.js`` or - `access the MathJax CDN using a https secure connection`__ - ``mathjax https://c328740.ssl.cf1.rackcdn.com/mathjax/latest/MathJax.js?config=config=TeX-AMS-MML_HTMLorMML``. - - __ http://www.mathjax.org/resources/faqs/#problem-https - Pro: Works 'out of the box' across multiple browsers and platforms. @@ -840,6 +832,16 @@ _`math_output` Downloads JavaScript code from a third-party site. + A custom URI can be appended after whitespace, + for example a local installation :: + + math-output: MathJax file:/usr/share/javascript/mathjax/MathJax.js + + or a URI to `access the MathJax CDN using a https secure + connection`__. + + __ http://www.mathjax.org/resources/faqs/#problem-https + :HTML: Format math in standard HTML enhanced by CSS rules -- 2.11.4.GIT