diff options
| author | Georg Brandl <georg@python.org> | 2007-02-16 19:53:03 +0100 |
|---|---|---|
| committer | Georg Brandl <georg@python.org> | 2007-02-16 19:53:03 +0100 |
| commit | e2d63019034f606d9dceed1be16f77e441c62560 (patch) | |
| tree | 41934a0ba97730de3479a766cf22bc6eefe63d8c /docs | |
| parent | a06e0a3c7c866982eea3d328d122c5bdb0efca32 (diff) | |
| download | pygments-git-e2d63019034f606d9dceed1be16f77e441c62560.tar.gz | |
[svn] Move docs for not-so-common options to individual classes.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/src/formatters.txt | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/docs/src/formatters.txt b/docs/src/formatters.txt index 8079a93a..7a590648 100644 --- a/docs/src/formatters.txt +++ b/docs/src/formatters.txt @@ -40,30 +40,6 @@ All formatters support these options: for the formatter if given. -The `HtmlFormatter` and `LatexFormatter` classes support these options: - -`style` - The style to use, can be a string or a Style subclass (default: - ``'default'``). - -`full` - Tells the formatter to output a "full" document, i.e. a complete - self-contained document (default: ``False``). - -`title` - If `full` is true, the title that should be used to caption the - document (default: ``''``). - -`linenos` - If set to ``True``, output line numbers (default: ``False``). - -`linenostart` - The line number for the first line (default: ``1``). - -`linenostep` - If set to a number n > 1, only every nth line number is printed. - - Formatter classes ================= |
