Changes between Version 6 and Version 7 of AutotestStatus


Ignore:
Timestamp:
Apr 26, 2007, 7:56:59 PM (17 years ago)
Author:
Mateusz Łoskot
Comment:

Testing reST

Legend:

Unmodified
Added
Removed
Modified
  • AutotestStatus

    v6 v7  
    123123
    124124Many of the read-only distribute data formats will be hard to prepare autotests for since it is hard to get small test datasets. At some point we need to add an extended test suite that operates against the bigger datasets kept at http://download.osgeo.org/gdal/data.
     125
     126
     127
     128{{{
     129#!rst
     130FooBar Header
     131=============
     132reStructuredText is **nice**. It has its own webpage_.
     133
     134A table:
     135
     136=====  =====  ======
     137   Inputs     Output
     138------------  ------
     139  A      B    A or B
     140=====  =====  ======
     141False  False  False
     142True   False  True
     143False  True   True
     144True   True   True
     145=====  =====  ======
     146
     147RST TracLinks
     148-------------
     149
     150See also ticket `#42`:trac:.
     151
     152.. _webpage: http://docutils.sourceforge.net/rst.html
     153}}}