diff options
author | gbrandl <devnull@localhost> | 2007-02-16 19:53:03 +0100 |
---|---|---|
committer | gbrandl <devnull@localhost> | 2007-02-16 19:53:03 +0100 |
commit | f7259aea9cfc0b13798ab93c3ddcd2667f968bfe (patch) | |
tree | 41934a0ba97730de3479a766cf22bc6eefe63d8c /docs/src | |
parent | 1bf6bea8148a9b07ed33f7b8a57e132e0b404ca9 (diff) | |
download | pygments-f7259aea9cfc0b13798ab93c3ddcd2667f968bfe.tar.gz |
[svn] Move docs for not-so-common options to individual classes.
Diffstat (limited to 'docs/src')
-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 ================= |