Formatters
**********







A **formatter** is used by some reporters to convert the report object to a
particular format (plain text, html, docbook...)/

APyCot comes with the following formatters. If you don't find the feature you're
looking for, you may still write your own formatter, and contribute it ;). The
best way to do so for the moment is to look at the existant ones...


text
````
Get the report as plain text (should be ReST compatible).

html
````
Get the report as HTML. Reports using this format support internal links while
text reports don't. You may set the following option on this formatter:

+-----------------+-----+-----------------------------------------------------+
|     name        | req |   description                                       |
+=================+=====+=====================================================+
| css             | no  | URL of a CSS file                                   |
+-----------------+-----+-----------------------------------------------------+


