|
From: <md...@us...> - 2008-06-11 18:35:31
|
Revision: 5477
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=5477&view=rev
Author: mdboom
Date: 2008-06-11 11:35:01 -0700 (Wed, 11 Jun 2008)
Log Message:
-----------
Fix capitalization.
Modified Paths:
--------------
trunk/matplotlib/doc/sphinxext/math_symbol_table.py
Modified: trunk/matplotlib/doc/sphinxext/math_symbol_table.py
===================================================================
--- trunk/matplotlib/doc/sphinxext/math_symbol_table.py 2008-06-11 18:33:05 UTC (rev 5476)
+++ trunk/matplotlib/doc/sphinxext/math_symbol_table.py 2008-06-11 18:35:01 UTC (rev 5477)
@@ -21,12 +21,12 @@
5,
r"""\bigcap \bigcup \bigodot \bigoplus \bigotimes \biguplus
\bigvee \bigwedge \coprod \oint \prod \sum \int"""],
- ["Standard Function Names",
+ ["Standard function names",
4,
r"""\arccos \csc \ker \min \arcsin \deg \lg \Pr \arctan \det \lim
\gcd \ln \sup \cot \hom \log \tan \coth \inf \max \tanh
\sec \arg \dim \liminf \sin \cos \exp \limsup \sinh \cosh"""],
- ["Binary Operation and Relation Symbols",
+ ["Binary operation and relation symbols",
3,
r"""\ast \pm \slash \cap \star \mp \cup \cdot \uplus
\triangleleft \circ \odot \sqcap \triangleright \bullet \ominus
@@ -61,7 +61,7 @@
\backcong \Doteq \eqdef \wedgeq \questeq \eqgtr \cupdot
\veeeq \nsubset \eqcolon \ne
"""],
- ["Arrow Symbols",
+ ["Arrow symbols",
2,
r"""\leftarrow \longleftarrow \uparrow \Leftarrow \Longleftarrow
\Uparrow \rightarrow \longrightarrow \downarrow \Rightarrow
@@ -86,7 +86,7 @@
\twoheaduparrow \updownarrowbar \leftsquigarrow \rightzigzagarrow
\twoheaddownarrow \downzigzagarrow
"""],
- ["Miscellaneous Symbols",
+ ["Miscellaneous symbols",
3,
r"""\neg \invnot \turnednot \infty \forall \wp \exists \bigstar
\angle \partial \nexists \measuredangle \eth \emptyset
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|