Updated the community docs page for Google Groups and GitHub

This commit is contained in:
Casey W. Stark 2010-11-02 19:55:03 -07:00
parent 638918f93f
commit b7a286cb2c
109 changed files with 199 additions and 187 deletions

View File

@ -167,7 +167,7 @@ samples. In particular, the <tt class="docutils literal"><span class="pre">exte
</div> </div>
<div class="footer"> <div class="footer">
&copy; Copyright 2010 Design Science. &copy; Copyright 2010 Design Science.
Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.0b2. Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.0.4.
</div> </div>
</body> </body>
</html> </html>

View File

@ -164,7 +164,7 @@ This is bold text shown in red
</div> </div>
<div class="footer"> <div class="footer">
&copy; Copyright 2010 Design Science. &copy; Copyright 2010 Design Science.
Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.0b2. Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.0.4.
</div> </div>
</body> </body>
</html> </html>

View File

@ -16,17 +16,22 @@ with MathJax in your environment.
Forums Forums
====== ======
If you want to discuss MathJax development, or if you need help, or if If you need help using MathJax or you have solutions you want to share, please
you have solutions you want to share, our `forums at SourceForge use the `MathJax Users Google Group
<http://sourceforge.net/projects/mathjax/forums>`_ give you that <http://groups.google.com/group/mathjax-users>`_. We try hard to answer
opportunity. We try hard to answer questions quickly, and users can questions quickly, and users are welcome to help with that as well. Also, users
help with that as well. Also, users can post code snippets showing can post code snippets showing how they have used MathJax, so it may be a good
how they have used MathJax, so it may be a good place to find the place to find the examples you are looking for.
examples you are looking for.
If you want to discuss MathJax development, please use the `MathJax Dev Google
Group <http://groups.google.com/group/mathjax-dev>`_. We made this group
to discuss anything beyond what an end-user might be interested in, so if you
having any suggestions or questions about MathJax performance, technology, or
design, feel free to submit it to the group.
The community is only as good as the users who participate, so if The community is only as good as the users who participate, so if
you have something to offer, please take time to make a post on one of you have something to offer, please take time to make a post on one of
our forums. our groups.
.. _community-tracker: .. _community-tracker:
@ -34,20 +39,14 @@ our forums.
Issue tracking Issue tracking
============== ==============
Have you found a bug or want to suggest an improvement? Post it to Found a bug or want to suggest an improvement? Post it to our `issue tracker
our `bug tracker <http://github.com/mathjax/mathjax/issues>`_. We monitor the tracker closely,
<http://sourceforge.net/tracker/?group_id=261188&atid=1240827>`_. We and work hard to respond to problems quickly.
monitor the bug tracker closely, and work hard to respond to problems
quickly.
Before you create a new ticket, however, please `search the forums Before you create a new issue, however, please search the issues to see if it
<http://sourceforge.net/search/?group_id=261188&type_of_search=forums>`_ has already been reported. You could also be using an outdated version of
and `existing tickets MathJax, so be sure to :ref:`upgrade your copy <getting-mathjax-svn>` to verify
<http://sourceforge.net/search/?group_id=261188&type_of_search=artifact>`_ that the problem persists in the lastest version.
first to see if it has already been reported.
You could also be using an outdated version of MathJax, so be sure to
:ref:`upgrade your copy <getting-mathjax-svn>` to verify that the
problem persists in the lastest version.
.. _badge: .. _badge:
@ -55,6 +54,6 @@ problem persists in the lastest version.
"Powered by MathJax" "Powered by MathJax"
==================== ====================
If you are using MathJax and want to show your support, please If you are using MathJax and want to show your support, please consider using
consider using our `"Powered by MathJax" badge our `"Powered by MathJax" badge
<http://www.mathjax.org/community/mathjax-badge>`_. <http://www.mathjax.org/community/mathjax-badge>`_.

View File

@ -1,61 +1,62 @@
.hll { background-color: #ffffcc } .highlight .hll { background-color: #ffffcc }
.c { color: #408090; font-style: italic } /* Comment */ .highlight { background: #eeffcc; }
.err { border: 1px solid #FF0000 } /* Error */ .highlight .c { color: #408090; font-style: italic } /* Comment */
.k { color: #007020; font-weight: bold } /* Keyword */ .highlight .err { border: 1px solid #FF0000 } /* Error */
.o { color: #666666 } /* Operator */ .highlight .k { color: #007020; font-weight: bold } /* Keyword */
.cm { color: #408090; font-style: italic } /* Comment.Multiline */ .highlight .o { color: #666666 } /* Operator */
.cp { color: #007020 } /* Comment.Preproc */ .highlight .cm { color: #408090; font-style: italic } /* Comment.Multiline */
.c1 { color: #408090; font-style: italic } /* Comment.Single */ .highlight .cp { color: #007020 } /* Comment.Preproc */
.cs { color: #408090; background-color: #fff0f0 } /* Comment.Special */ .highlight .c1 { color: #408090; font-style: italic } /* Comment.Single */
.gd { color: #A00000 } /* Generic.Deleted */ .highlight .cs { color: #408090; background-color: #fff0f0 } /* Comment.Special */
.ge { font-style: italic } /* Generic.Emph */ .highlight .gd { color: #A00000 } /* Generic.Deleted */
.gr { color: #FF0000 } /* Generic.Error */ .highlight .ge { font-style: italic } /* Generic.Emph */
.gh { color: #000080; font-weight: bold } /* Generic.Heading */ .highlight .gr { color: #FF0000 } /* Generic.Error */
.gi { color: #00A000 } /* Generic.Inserted */ .highlight .gh { color: #000080; font-weight: bold } /* Generic.Heading */
.go { color: #303030 } /* Generic.Output */ .highlight .gi { color: #00A000 } /* Generic.Inserted */
.gp { color: #c65d09; font-weight: bold } /* Generic.Prompt */ .highlight .go { color: #303030 } /* Generic.Output */
.gs { font-weight: bold } /* Generic.Strong */ .highlight .gp { color: #c65d09; font-weight: bold } /* Generic.Prompt */
.gu { color: #800080; font-weight: bold } /* Generic.Subheading */ .highlight .gs { font-weight: bold } /* Generic.Strong */
.gt { color: #0040D0 } /* Generic.Traceback */ .highlight .gu { color: #800080; font-weight: bold } /* Generic.Subheading */
.kc { color: #007020; font-weight: bold } /* Keyword.Constant */ .highlight .gt { color: #0040D0 } /* Generic.Traceback */
.kd { color: #007020; font-weight: bold } /* Keyword.Declaration */ .highlight .kc { color: #007020; font-weight: bold } /* Keyword.Constant */
.kn { color: #007020; font-weight: bold } /* Keyword.Namespace */ .highlight .kd { color: #007020; font-weight: bold } /* Keyword.Declaration */
.kp { color: #007020 } /* Keyword.Pseudo */ .highlight .kn { color: #007020; font-weight: bold } /* Keyword.Namespace */
.kr { color: #007020; font-weight: bold } /* Keyword.Reserved */ .highlight .kp { color: #007020 } /* Keyword.Pseudo */
.kt { color: #902000 } /* Keyword.Type */ .highlight .kr { color: #007020; font-weight: bold } /* Keyword.Reserved */
.m { color: #208050 } /* Literal.Number */ .highlight .kt { color: #902000 } /* Keyword.Type */
.s { color: #4070a0 } /* Literal.String */ .highlight .m { color: #208050 } /* Literal.Number */
.na { color: #4070a0 } /* Name.Attribute */ .highlight .s { color: #4070a0 } /* Literal.String */
.nb { color: #007020 } /* Name.Builtin */ .highlight .na { color: #4070a0 } /* Name.Attribute */
.nc { color: #0e84b5; font-weight: bold } /* Name.Class */ .highlight .nb { color: #007020 } /* Name.Builtin */
.no { color: #60add5 } /* Name.Constant */ .highlight .nc { color: #0e84b5; font-weight: bold } /* Name.Class */
.nd { color: #555555; font-weight: bold } /* Name.Decorator */ .highlight .no { color: #60add5 } /* Name.Constant */
.ni { color: #d55537; font-weight: bold } /* Name.Entity */ .highlight .nd { color: #555555; font-weight: bold } /* Name.Decorator */
.ne { color: #007020 } /* Name.Exception */ .highlight .ni { color: #d55537; font-weight: bold } /* Name.Entity */
.nf { color: #06287e } /* Name.Function */ .highlight .ne { color: #007020 } /* Name.Exception */
.nl { color: #002070; font-weight: bold } /* Name.Label */ .highlight .nf { color: #06287e } /* Name.Function */
.nn { color: #0e84b5; font-weight: bold } /* Name.Namespace */ .highlight .nl { color: #002070; font-weight: bold } /* Name.Label */
.nt { color: #062873; font-weight: bold } /* Name.Tag */ .highlight .nn { color: #0e84b5; font-weight: bold } /* Name.Namespace */
.nv { color: #bb60d5 } /* Name.Variable */ .highlight .nt { color: #062873; font-weight: bold } /* Name.Tag */
.ow { color: #007020; font-weight: bold } /* Operator.Word */ .highlight .nv { color: #bb60d5 } /* Name.Variable */
.w { color: #bbbbbb } /* Text.Whitespace */ .highlight .ow { color: #007020; font-weight: bold } /* Operator.Word */
.mf { color: #208050 } /* Literal.Number.Float */ .highlight .w { color: #bbbbbb } /* Text.Whitespace */
.mh { color: #208050 } /* Literal.Number.Hex */ .highlight .mf { color: #208050 } /* Literal.Number.Float */
.mi { color: #208050 } /* Literal.Number.Integer */ .highlight .mh { color: #208050 } /* Literal.Number.Hex */
.mo { color: #208050 } /* Literal.Number.Oct */ .highlight .mi { color: #208050 } /* Literal.Number.Integer */
.sb { color: #4070a0 } /* Literal.String.Backtick */ .highlight .mo { color: #208050 } /* Literal.Number.Oct */
.sc { color: #4070a0 } /* Literal.String.Char */ .highlight .sb { color: #4070a0 } /* Literal.String.Backtick */
.sd { color: #4070a0; font-style: italic } /* Literal.String.Doc */ .highlight .sc { color: #4070a0 } /* Literal.String.Char */
.s2 { color: #4070a0 } /* Literal.String.Double */ .highlight .sd { color: #4070a0; font-style: italic } /* Literal.String.Doc */
.se { color: #4070a0; font-weight: bold } /* Literal.String.Escape */ .highlight .s2 { color: #4070a0 } /* Literal.String.Double */
.sh { color: #4070a0 } /* Literal.String.Heredoc */ .highlight .se { color: #4070a0; font-weight: bold } /* Literal.String.Escape */
.si { color: #70a0d0; font-style: italic } /* Literal.String.Interpol */ .highlight .sh { color: #4070a0 } /* Literal.String.Heredoc */
.sx { color: #c65d09 } /* Literal.String.Other */ .highlight .si { color: #70a0d0; font-style: italic } /* Literal.String.Interpol */
.sr { color: #235388 } /* Literal.String.Regex */ .highlight .sx { color: #c65d09 } /* Literal.String.Other */
.s1 { color: #4070a0 } /* Literal.String.Single */ .highlight .sr { color: #235388 } /* Literal.String.Regex */
.ss { color: #517918 } /* Literal.String.Symbol */ .highlight .s1 { color: #4070a0 } /* Literal.String.Single */
.bp { color: #007020 } /* Name.Builtin.Pseudo */ .highlight .ss { color: #517918 } /* Literal.String.Symbol */
.vc { color: #bb60d5 } /* Name.Variable.Class */ .highlight .bp { color: #007020 } /* Name.Builtin.Pseudo */
.vg { color: #bb60d5 } /* Name.Variable.Global */ .highlight .vc { color: #bb60d5 } /* Name.Variable.Class */
.vi { color: #bb60d5 } /* Name.Variable.Instance */ .highlight .vg { color: #bb60d5 } /* Name.Variable.Global */
.il { color: #208050 } /* Literal.Number.Integer.Long */ .highlight .vi { color: #bb60d5 } /* Name.Variable.Instance */
.highlight .il { color: #208050 } /* Literal.Number.Integer.Long */

View File

@ -456,10 +456,23 @@ var Search = {
if (results.length) { if (results.length) {
var item = results.pop(); var item = results.pop();
var listItem = $('<li style="display:none"></li>'); var listItem = $('<li style="display:none"></li>');
listItem.append($('<a/>').attr( if (DOCUMENTATION_OPTIONS.FILE_SUFFIX == '') {
'href', // dirhtml builder
item[0] + DOCUMENTATION_OPTIONS.FILE_SUFFIX + var dirname = item[0] + '/';
highlightstring + item[2]).html(item[1])); if (dirname.match(/\/index\/$/)) {
dirname = dirname.substring(0, dirname.length-6);
} else if (dirname == 'index/') {
dirname = '';
}
listItem.append($('<a/>').attr('href',
DOCUMENTATION_OPTIONS.URL_ROOT + dirname +
highlightstring + item[2]).html(item[1]));
} else {
// normal html builders
listItem.append($('<a/>').attr('href',
item[0] + DOCUMENTATION_OPTIONS.FILE_SUFFIX +
highlightstring + item[2]).html(item[1]));
}
if (item[3]) { if (item[3]) {
listItem.append($('<span> (' + item[3] + ')</span>')); listItem.append($('<span> (' + item[3] + ')</span>'));
Search.output.append(listItem); Search.output.append(listItem);
@ -472,10 +485,10 @@ var Search = {
if (data != '') { if (data != '') {
listItem.append($.makeSearchSummary(data, searchterms, hlterms)); listItem.append($.makeSearchSummary(data, searchterms, hlterms));
Search.output.append(listItem); Search.output.append(listItem);
listItem.slideDown(5, function() {
displayNextItem();
});
} }
listItem.slideDown(5, function() {
displayNextItem();
});
}); });
} else { } else {
// no source available, just display title // no source available, just display title

View File

@ -400,7 +400,7 @@ actual root URL location).</p>
</div> </div>
<div class="footer"> <div class="footer">
&copy; Copyright 2010 Design Science. &copy; Copyright 2010 Design Science.
Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.0b2. Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.0.4.
</div> </div>
</body> </body>
</html> </html>

View File

@ -429,7 +429,7 @@ and returns the signal object. See
</div> </div>
<div class="footer"> <div class="footer">
&copy; Copyright 2010 Design Science. &copy; Copyright 2010 Design Science.
Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.0b2. Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.0.4.
</div> </div>
</body> </body>
</html> </html>

View File

@ -277,7 +277,7 @@ contextual menu.</p>
</div> </div>
<div class="footer"> <div class="footer">
&copy; Copyright 2010 Design Science. &copy; Copyright 2010 Design Science.
Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.0b2. Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.0.4.
</div> </div>
</body> </body>
</html> </html>

View File

@ -286,7 +286,7 @@ above,</p>
</div> </div>
<div class="footer"> <div class="footer">
&copy; Copyright 2010 Design Science. &copy; Copyright 2010 Design Science.
Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.0b2. Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.0.4.
</div> </div>
</body> </body>
</html> </html>

View File

@ -668,7 +668,7 @@ error on the page.</p>
</div> </div>
<div class="footer"> <div class="footer">
&copy; Copyright 2010 Design Science. &copy; Copyright 2010 Design Science.
Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.0b2. Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.0.4.
</div> </div>
</body> </body>
</html> </html>

View File

@ -138,7 +138,7 @@ on the main MathJax documentation page.</p>
</div> </div>
<div class="footer"> <div class="footer">
&copy; Copyright 2010 Design Science. &copy; Copyright 2010 Design Science.
Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.0b2. Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.0.4.
</div> </div>
</body> </body>
</html> </html>

View File

@ -215,7 +215,7 @@ of the various types from one another.</p>
</div> </div>
<div class="footer"> <div class="footer">
&copy; Copyright 2010 Design Science. &copy; Copyright 2010 Design Science.
Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.0b2. Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.0.4.
</div> </div>
</body> </body>
</html> </html>

View File

@ -313,7 +313,7 @@ have been modified during the configuration process).</li>
</div> </div>
<div class="footer"> <div class="footer">
&copy; Copyright 2010 Design Science. &copy; Copyright 2010 Design Science.
Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.0b2. Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.0.4.
</div> </div>
</body> </body>
</html> </html>

View File

@ -218,7 +218,7 @@ newlines. This is used in debugging MathJax operations.</p>
</div> </div>
<div class="footer"> <div class="footer">
&copy; Copyright 2010 Design Science. &copy; Copyright 2010 Design Science.
Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.0b2. Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.0.4.
</div> </div>
</body> </body>
</html> </html>

View File

@ -350,7 +350,7 @@ wrapping the <cite>def</cite> for the <a class="reference internal" href="#Subcl
</div> </div>
<div class="footer"> <div class="footer">
&copy; Copyright 2010 Design Science. &copy; Copyright 2010 Design Science.
Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.0b2. Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.0.4.
</div> </div>
</body> </body>
</html> </html>

View File

@ -240,7 +240,7 @@ tag associated with the element jax.</p>
</div> </div>
<div class="footer"> <div class="footer">
&copy; Copyright 2010 Design Science. &copy; Copyright 2010 Design Science.
Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.0b2. Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.0.4.
</div> </div>
</body> </body>
</html> </html>

View File

@ -241,7 +241,7 @@ it has been waiting for a command to complete.</p>
</div> </div>
<div class="footer"> <div class="footer">
&copy; Copyright 2010 Design Science. &copy; Copyright 2010 Design Science.
Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.0b2. Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.0.4.
</div> </div>
</body> </body>
</html> </html>

View File

@ -328,7 +328,7 @@ message is posted to the signal.</p>
</div> </div>
<div class="footer"> <div class="footer">
&copy; Copyright 2010 Design Science. &copy; Copyright 2010 Design Science.
Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.0b2. Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.0.4.
</div> </div>
</body> </body>
</html> </html>

View File

@ -214,7 +214,7 @@ perform typesetting actions (and is <tt class="docutils literal"><span class="pr
</div> </div>
<div class="footer"> <div class="footer">
&copy; Copyright 2010 Design Science. &copy; Copyright 2010 Design Science.
Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.0b2. Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.0.4.
</div> </div>
</body> </body>
</html> </html>

View File

@ -299,7 +299,7 @@ schedules it to be called in half a second.</p>
</div> </div>
<div class="footer"> <div class="footer">
&copy; Copyright 2010 Design Science. &copy; Copyright 2010 Design Science.
Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.0b2. Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.0.4.
</div> </div>
</body> </body>
</html> </html>

View File

@ -58,33 +58,33 @@ bug-traking system where you can report errors that you have found
with MathJax in your environment.</p> with MathJax in your environment.</p>
<div class="section" id="forums"> <div class="section" id="forums">
<span id="community-forums"></span><h2>Forums<a class="headerlink" href="#forums" title="Permalink to this headline"></a></h2> <span id="community-forums"></span><h2>Forums<a class="headerlink" href="#forums" title="Permalink to this headline"></a></h2>
<p>If you want to discuss MathJax development, or if you need help, or if <p>If you need help using MathJax or you have solutions you want to share, please
you have solutions you want to share, our <a class="reference external" href="http://sourceforge.net/projects/mathjax/forums">forums at SourceForge</a> give you that use the <a class="reference external" href="http://groups.google.com/group/mathjax-users">MathJax Users Google Group</a>. We try hard to answer
opportunity. We try hard to answer questions quickly, and users can questions quickly, and users are welcome to help with that as well. Also, users
help with that as well. Also, users can post code snippets showing can post code snippets showing how they have used MathJax, so it may be a good
how they have used MathJax, so it may be a good place to find the place to find the examples you are looking for.</p>
examples you are looking for.</p> <p>If you want to discuss MathJax development, please use the <a class="reference external" href="http://groups.google.com/group/mathjax-dev">MathJax Dev Google
Group</a>. We made this group
to discuss anything beyond what an end-user might be interested in, so if you
having any suggestions or questions about MathJax performance, technology, or
design, feel free to submit it to the group.</p>
<p>The community is only as good as the users who participate, so if <p>The community is only as good as the users who participate, so if
you have something to offer, please take time to make a post on one of you have something to offer, please take time to make a post on one of
our forums.</p> our groups.</p>
</div> </div>
<div class="section" id="issue-tracking"> <div class="section" id="issue-tracking">
<span id="community-tracker"></span><h2>Issue tracking<a class="headerlink" href="#issue-tracking" title="Permalink to this headline"></a></h2> <span id="community-tracker"></span><h2>Issue tracking<a class="headerlink" href="#issue-tracking" title="Permalink to this headline"></a></h2>
<p>Have you found a bug or want to suggest an improvement? Post it to <p>Found a bug or want to suggest an improvement? Post it to our <a class="reference external" href="http://github.com/mathjax/mathjax/issues">issue tracker</a>. We monitor the tracker closely,
our <a class="reference external" href="http://sourceforge.net/tracker/?group_id=261188&amp;atid=1240827">bug tracker</a>. We and work hard to respond to problems quickly.</p>
monitor the bug tracker closely, and work hard to respond to problems <p>Before you create a new issue, however, please search the issues to see if it
quickly.</p> has already been reported. You could also be using an outdated version of
<p>Before you create a new ticket, however, please <a class="reference external" href="http://sourceforge.net/search/?group_id=261188&amp;type_of_search=forums">search the forums</a> MathJax, so be sure to <a class="reference internal" href="installation.html#getting-mathjax-svn"><em>upgrade your copy</em></a> to verify
and <a class="reference external" href="http://sourceforge.net/search/?group_id=261188&amp;type_of_search=artifact">existing tickets</a> that the problem persists in the lastest version.</p>
first to see if it has already been reported.
You could also be using an outdated version of MathJax, so be sure to
<a class="reference internal" href="installation.html#getting-mathjax-svn"><em>upgrade your copy</em></a> to verify that the
problem persists in the lastest version.</p>
</div> </div>
<div class="section" id="powered-by-mathjax"> <div class="section" id="powered-by-mathjax">
<span id="badge"></span><h2>&#8220;Powered by MathJax&#8221;<a class="headerlink" href="#powered-by-mathjax" title="Permalink to this headline"></a></h2> <span id="badge"></span><h2>&#8220;Powered by MathJax&#8221;<a class="headerlink" href="#powered-by-mathjax" title="Permalink to this headline"></a></h2>
<p>If you are using MathJax and want to show your support, please <p>If you are using MathJax and want to show your support, please consider using
consider using our <a class="reference external" href="http://www.mathjax.org/community/mathjax-badge">&#8220;Powered by MathJax&#8221; badge</a>.</p> our <a class="reference external" href="http://www.mathjax.org/community/mathjax-badge">&#8220;Powered by MathJax&#8221; badge</a>.</p>
</div> </div>
</div> </div>
@ -149,7 +149,7 @@ consider using our <a class="reference external" href="http://www.mathjax.org/co
</div> </div>
<div class="footer"> <div class="footer">
&copy; Copyright 2010 Design Science. &copy; Copyright 2010 Design Science.
Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.0b2. Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.0.4.
</div> </div>
</body> </body>
</html> </html>

View File

@ -428,7 +428,7 @@ are categorized by the component they affect.</p>
</div> </div>
<div class="footer"> <div class="footer">
&copy; Copyright 2010 Design Science. &copy; Copyright 2010 Design Science.
Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.0b2. Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.0.4.
</div> </div>
</body> </body>
</html> </html>

View File

@ -268,7 +268,7 @@ converting the math images to their original TeX code.</p>
</div> </div>
<div class="footer"> <div class="footer">
&copy; Copyright 2010 Design Science. &copy; Copyright 2010 Design Science.
Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.0b2. Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.0.4.
</div> </div>
</body> </body>
</html> </html>

View File

@ -289,7 +289,7 @@
</div> </div>
<div class="footer"> <div class="footer">
&copy; Copyright 2010 Design Science. &copy; Copyright 2010 Design Science.
Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.0b2. Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.0.4.
</div> </div>
</body> </body>
</html> </html>

View File

@ -154,7 +154,7 @@ formats for mathematical journals, articles, and books.</p>
</div> </div>
<div class="footer"> <div class="footer">
&copy; Copyright 2010 Design Science. &copy; Copyright 2010 Design Science.
Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.0b2. Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.0.4.
</div> </div>
</body> </body>
</html> </html>

View File

@ -171,7 +171,7 @@ MathML that works in all modern browsers.</p>
</div> </div>
<div class="footer"> <div class="footer">
&copy; Copyright 2010 Design Science. &copy; Copyright 2010 Design Science.
Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.0b2. Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.0.4.
</div> </div>
</body> </body>
</html> </html>

View File

@ -256,7 +256,7 @@ for more details.</p>
</div> </div>
<div class="footer"> <div class="footer">
&copy; Copyright 2010 Design Science. &copy; Copyright 2010 Design Science.
Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.0b2. Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.0.4.
</div> </div>
</body> </body>
</html> </html>

View File

@ -122,7 +122,7 @@ configuration options</em></a> section.</p>
</div> </div>
<div class="footer"> <div class="footer">
&copy; Copyright 2010 Design Science. &copy; Copyright 2010 Design Science.
Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.0b2. Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.0.4.
</div> </div>
</body> </body>
</html> </html>

View File

@ -131,7 +131,7 @@ mathematics on your web pages interactive and dynamic.</p>
</div> </div>
<div class="footer"> <div class="footer">
&copy; Copyright 2010 Design Science. &copy; Copyright 2010 Design Science.
Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.0b2. Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.0.4.
</div> </div>
</body> </body>
</html> </html>

View File

@ -188,7 +188,7 @@ children of <tt class="docutils literal"><span class="pre">mrow</span></tt> or i
</div> </div>
<div class="footer"> <div class="footer">
&copy; Copyright 2010 Design Science. &copy; Copyright 2010 Design Science.
Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.0b2. Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.0.4.
</div> </div>
</body> </body>
</html> </html>

View File

@ -299,7 +299,7 @@ dynamic as the rest of the page.</p>
</div> </div>
<div class="footer"> <div class="footer">
&copy; Copyright 2010 Design Science. &copy; Copyright 2010 Design Science.
Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.0b2. Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.0.4.
</div> </div>
</body> </body>
</html> </html>

Binary file not shown.

View File

@ -258,7 +258,7 @@ The default is 1.5 seconds.</p>
</div> </div>
<div class="footer"> <div class="footer">
&copy; Copyright 2010 Design Science. &copy; Copyright 2010 Design Science.
Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.0b2. Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.0.4.
</div> </div>
</body> </body>
</html> </html>

View File

@ -235,7 +235,7 @@ where the tooltip will be placed.</p>
</div> </div>
<div class="footer"> <div class="footer">
&copy; Copyright 2010 Design Science. &copy; Copyright 2010 Design Science.
Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.0b2. Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.0.4.
</div> </div>
</body> </body>
</html> </html>

View File

@ -137,7 +137,7 @@ complicated output generated by MathJax, so its setting is
</div> </div>
<div class="footer"> <div class="footer">
&copy; Copyright 2010 Design Science. &copy; Copyright 2010 Design Science.
Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.0b2. Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.0.4.
</div> </div>
</body> </body>
</html> </html>

View File

@ -126,7 +126,7 @@ spacing would be used (rather than TeX spacing rules).</p>
</div> </div>
<div class="footer"> <div class="footer">
&copy; Copyright 2010 Design Science. &copy; Copyright 2010 Design Science.
Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.0b2. Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.0.4.
</div> </div>
</body> </body>
</html> </html>

View File

@ -188,7 +188,7 @@ style in a JavaScript object.</p>
</div> </div>
<div class="footer"> <div class="footer">
&copy; Copyright 2010 Design Science. &copy; Copyright 2010 Design Science.
Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.0b2. Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.0.4.
</div> </div>
</body> </body>
</html> </html>

View File

@ -141,7 +141,7 @@ style in a JavaScript object.</p>
</div> </div>
<div class="footer"> <div class="footer">
&copy; Copyright 2010 Design Science. &copy; Copyright 2010 Design Science.
Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.0b2. Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.0.4.
</div> </div>
</body> </body>
</html> </html>

View File

@ -165,7 +165,7 @@ CSS style in a JavaScript object.</p>
</div> </div>
<div class="footer"> <div class="footer">
&copy; Copyright 2010 Design Science. &copy; Copyright 2010 Design Science.
Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.0b2. Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.0.4.
</div> </div>
</body> </body>
</html> </html>

View File

@ -169,7 +169,7 @@ parameter and set it in the bold-face font.</p>
</div> </div>
<div class="footer"> <div class="footer">
&copy; Copyright 2010 Design Science. &copy; Copyright 2010 Design Science.
Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.0b2. Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.0.4.
</div> </div>
</body> </body>
</html> </html>

View File

@ -336,7 +336,7 @@ how these are specified in JavaScript.</p>
</div> </div>
<div class="footer"> <div class="footer">
&copy; Copyright 2010 Design Science. &copy; Copyright 2010 Design Science.
Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.0b2. Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.0.4.
</div> </div>
</body> </body>
</html> </html>

View File

@ -148,7 +148,7 @@ details on how to represent HTML code in this way.</p>
</div> </div>
<div class="footer"> <div class="footer">
&copy; Copyright 2010 Design Science. &copy; Copyright 2010 Design Science.
Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.0b2. Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.0.4.
</div> </div>
</body> </body>
</html> </html>

View File

@ -148,7 +148,7 @@ details on how to represent HTML code in this way.</p>
</div> </div>
<div class="footer"> <div class="footer">
&copy; Copyright 2010 Design Science. &copy; Copyright 2010 Design Science.
Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.0b2. Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.0.4.
</div> </div>
</body> </body>
</html> </html>

View File

@ -243,7 +243,7 @@ been marked as ignored above.</p>
</div> </div>
<div class="footer"> <div class="footer">
&copy; Copyright 2010 Design Science. &copy; Copyright 2010 Design Science.
Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.0b2. Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.0.4.
</div> </div>
</body> </body>
</html> </html>

View File

@ -212,7 +212,7 @@ the mathematics much more quickly.</p>
</div> </div>
<div class="footer"> <div class="footer">
&copy; Copyright 2010 Design Science. &copy; Copyright 2010 Design Science.
Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.0b2. Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.0.4.
</div> </div>
</body> </body>
</html> </html>

View File

@ -162,7 +162,7 @@ instructions for these are given via the links below.</p>
</div> </div>
<div class="footer"> <div class="footer">
&copy; Copyright 2010 Design Science. &copy; Copyright 2010 Design Science.
Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.0b2. Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.0.4.
</div> </div>
</body> </body>
</html> </html>

View File

@ -139,7 +139,7 @@ MathJax to your needs (see <a class="reference internal" href="../configuration.
</div> </div>
<div class="footer"> <div class="footer">
&copy; Copyright 2010 Design Science. &copy; Copyright 2010 Design Science.
Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.0b2. Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.0.4.
</div> </div>
</body> </body>
</html> </html>

View File

@ -140,7 +140,7 @@ MathJax to your needs (see <a class="reference internal" href="../configuration.
</div> </div>
<div class="footer"> <div class="footer">
&copy; Copyright 2010 Design Science. &copy; Copyright 2010 Design Science.
Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.0b2. Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.0.4.
</div> </div>
</body> </body>
</html> </html>

View File

@ -328,7 +328,7 @@ finishes everything it has queued when it was loaded. For example,</p>
</div> </div>
<div class="footer"> <div class="footer">
&copy; Copyright 2010 Design Science. &copy; Copyright 2010 Design Science.
Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.0b2. Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.0.4.
</div> </div>
</body> </body>
</html> </html>

Some files were not shown because too many files have changed in this diff Show More