Fixed typo in documentation

This commit is contained in:
Davide P. Cervone 2011-03-24 10:09:50 -04:00
parent f46cc5c6b4
commit 827c4b3e32
5 changed files with 13 additions and 13 deletions

View File

@ -145,14 +145,14 @@ behavior of MathJax. They are given with their default values.
which case you will need to call :meth:`MathJax.Hub.Typeset()`
yourself by hand, set this value to ``true``.
.. describe:: element: []
.. describe:: elements: []
This is a list of DOM element ID's that are the ones to process for
mathematics when any of the Hub typesetting calls (Typeset, Process,
Update, etc.) are called with no element specified, and during
Update, etc.) are called with no element specified, and during
MathJax's initial typesetting run when it starts up. This lets you
restrict the processing to particular containers rather than scanning
the entire document for mathematics. If none are supplied, the entire
the entire document for mathematics. If none are supplied, the complete
document is processed.
.. describe:: menuSettings: { ... }
@ -227,4 +227,4 @@ behavior of MathJax. They are given with their default values.
explicit configuration in the event that the `jax` array is empty
after configuration is complete. If you really intend that array to
be empty, set this flag to ``false``. Note that setting this to false
does **not** cause a default configuration file to be loaded.
does **not** cause a default configuration file to be loaded.

View File

@ -121,7 +121,7 @@ MathML that works in all modern browsers.</p>
</li>
</ul>
<hr class="docutils" />
<p>This version of the documentation was built March 09, 2011.</p>
<p>This version of the documentation was built March 24, 2011.</p>
</div>
</div>

View File

@ -210,13 +210,13 @@ yourself by hand, set this value to <tt class="docutils literal"><span class="pr
<dl class="describe">
<dt>
<tt class="descname">element: []</tt></dt>
<tt class="descname">elements: []</tt></dt>
<dd><p>This is a list of DOM element ID&#8217;s that are the ones to process for
mathematics when any of the Hub typesetting calls (Typeset, Process,
Update, etc.) are called with no element specified, and during
Update, etc.) are called with no element specified, and during
MathJax&#8217;s initial typesetting run when it starts up. This lets you
restrict the processing to particular containers rather than scanning
the entire document for mathematics. If none are supplied, the entire
the entire document for mathematics. If none are supplied, the complete
document is processed.</p>
</dd></dl>

File diff suppressed because one or more lines are too long

View File

@ -145,14 +145,14 @@ behavior of MathJax. They are given with their default values.
which case you will need to call :meth:`MathJax.Hub.Typeset()`
yourself by hand, set this value to ``true``.
.. describe:: element: []
.. describe:: elements: []
This is a list of DOM element ID's that are the ones to process for
mathematics when any of the Hub typesetting calls (Typeset, Process,
Update, etc.) are called with no element specified, and during
Update, etc.) are called with no element specified, and during
MathJax's initial typesetting run when it starts up. This lets you
restrict the processing to particular containers rather than scanning
the entire document for mathematics. If none are supplied, the entire
the entire document for mathematics. If none are supplied, the complete
document is processed.
.. describe:: menuSettings: { ... }
@ -227,4 +227,4 @@ behavior of MathJax. They are given with their default values.
explicit configuration in the event that the `jax` array is empty
after configuration is complete. If you really intend that array to
be empty, set this flag to ``false``. Note that setting this to false
does **not** cause a default configuration file to be loaded.
does **not** cause a default configuration file to be loaded.