WebSequenceDiagrams parser

Description

Allows using the websequencediagrams.com service to embed sequence diagrams.

Download & Release Notes

Download

Release Version

Moin Version

Release Notes

seqdiagram.py

1.0

1.9

N/A

Installation

For general installation instructions, see ParserMarket/InstallingParsers. This parser requires no special dependencies, such as outside Python libraries.

Usage

To use this parser, simply put #!seqdiagram after the beginning of the code block.

Example

{{{#!seqdiagram
title Authentication Sequence

Alice->Bob: Authentication Request
note right of Bob: Bob thinks about it
Bob->Alice: Authentication Response
}}}

Also see a live example here: http://wireless.kernel.org/en/developers/Documentation/mac80211/hw-scan

Copyright 2013, Johannes Berg

License

This parser is released under the terms of the GNU GPL.

Discussion

MoinMoin: ParserMarket/WebSequenceDiagrams (last edited 2013-02-08 08:30:51 by static-087-245-032-171-teleos)