File: formats.rstw

package info (click to toggle)
python-pweave 0.30.3-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 5,068 kB
  • sloc: python: 30,281; makefile: 167
file content (13 lines) | stat: -rw-r--r-- 267 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13

Output Formats
================
.. index:: Output formats

Pweave supports output in several formats. See the `example gallery <examples/index.html`>__ for examples.

You can list the supported formats using:

<<results="rst">>=
import pweave
pweave.listformats()
@