|
From: <ds...@us...> - 2008-06-14 13:21:22
|
Revision: 5536
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=5536&view=rev
Author: dsdale
Date: 2008-06-14 06:21:19 -0700 (Sat, 14 Jun 2008)
Log Message:
-----------
added a glossary to the docs
Modified Paths:
--------------
trunk/matplotlib/doc/index.rst
Added Paths:
-----------
trunk/matplotlib/doc/glossary/
trunk/matplotlib/doc/glossary/index.rst
Added: trunk/matplotlib/doc/glossary/index.rst
===================================================================
--- trunk/matplotlib/doc/glossary/index.rst (rev 0)
+++ trunk/matplotlib/doc/glossary/index.rst 2008-06-14 13:21:19 UTC (rev 5536)
@@ -0,0 +1,20 @@
+########
+Glossary
+########
+
+.. glossary::
+
+ raster graphics
+ Raster graphics, or bitmaps, represent an image as an array of pixels
+ which is resolution dependent. Raster graphics are generally most
+ practical for photo-realistic images, but do not easily without loss of
+ quality.
+
+ vector graphics
+ The use of geometrical primitives based upon mathematical equations to
+ represent images in computer graphics. Primitives can include points,
+ lines, curves, and shapes or polygons. Vector graphics are scalable,
+ which means that they can be resized without suffering from issues
+ related to inherent resolution like are seen in raster graphics. Vector
+ graphics are generally most practical for typesetting and graphic design
+ applications.
\ No newline at end of file
Modified: trunk/matplotlib/doc/index.rst
===================================================================
--- trunk/matplotlib/doc/index.rst 2008-06-14 12:32:49 UTC (rev 5535)
+++ trunk/matplotlib/doc/index.rst 2008-06-14 13:21:19 UTC (rev 5536)
@@ -1,7 +1,5 @@
-.. matplotlib documentation master file, created by sphinx-quickstart on Sat May 24 15:37:00 2008.
- You can adapt this file completely to your liking, but it should at least
- contain the root `toctree` directive.
+
Welcome to matplotlib's documentation!
======================================
@@ -19,16 +17,10 @@
faq/index.rst
devel/index.rst
api/index.rst
+ glossary/index.rst
-Indices and tables
-==================
+.. htmlonly::
-* :ref:`genindex`
-* :ref:`modindex`
-* :ref:`search`
-
-
-.. _ipython: http://ipython.scipy.org
-.. _numpy: http://numpy.scipy.org
-.. _scipy: http://scipy.org
-.. _vtk: http://www.vtk.org
+ * :ref:`genindex`
+ * :ref:`modindex`
+ * :ref:`search`
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|