File: README-EXAMPLES.txt

package info (click to toggle)
python-aafigure 0.6-3
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 428 kB
  • sloc: python: 1,942; makefile: 112
file content (26 lines) | stat: -rw-r--r-- 795 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
===================
 AAFIGURE EXAMPLES
===================

This directory contains a few example input files for the aafigure tool. It
also has an example on how to use the module within your own Python programs.


Using the ``.txt`` files
========================
The text files can be converted with aafigure, for example::

    aafigure fill.txt -o fill.svg


aafigure as library
===================
``demo.py`` is a short example on how the module can be used from other Python
programs. The MoinMoin plug-in is of course an other example showing this.


MoinMoin plug-in
================
The ``moinmoin`` directory contains a Parser plug-in for the MoinMoin wiki.
More information can be found in the manual. Hint: copy the file to
``wiki/data/plugin/parser`` and it's ``{{{#!aafig ...``.