design/sequences/README.md
author ymh <ymh.work@gmail.com>
Wed, 19 Jul 2017 15:57:13 +0200
changeset 119 8ff8e2aee0f9
parent 116 672e3c4bbd0c
permissions -rw-r--r--
add parameter to filter session and note by updated date. Add pagination on sessions and notes. add read only endpoint at root level to list notes
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
112
280ff609cc69 adds README
duong tam kien <tk@deveha.com>
parents:
diff changeset
     1
## install seqdiag
280ff609cc69 adds README
duong tam kien <tk@deveha.com>
parents:
diff changeset
     2
116
672e3c4bbd0c add documentation for metacategory editor
ymh <ymh.work@gmail.com>
parents: 112
diff changeset
     3
```bash
112
280ff609cc69 adds README
duong tam kien <tk@deveha.com>
parents:
diff changeset
     4
$ pip install seqdiag
280ff609cc69 adds README
duong tam kien <tk@deveha.com>
parents:
diff changeset
     5
```
280ff609cc69 adds README
duong tam kien <tk@deveha.com>
parents:
diff changeset
     6
280ff609cc69 adds README
duong tam kien <tk@deveha.com>
parents:
diff changeset
     7
## resources
280ff609cc69 adds README
duong tam kien <tk@deveha.com>
parents:
diff changeset
     8
280ff609cc69 adds README
duong tam kien <tk@deveha.com>
parents:
diff changeset
     9
- [full documentation of seqdiag](http://blockdiag.com/en/seqdiag/introduction.html)
116
672e3c4bbd0c add documentation for metacategory editor
ymh <ymh.work@gmail.com>
parents: 112
diff changeset
    10
672e3c4bbd0c add documentation for metacategory editor
ymh <ymh.work@gmail.com>
parents: 112
diff changeset
    11
## examples:
672e3c4bbd0c add documentation for metacategory editor
ymh <ymh.work@gmail.com>
parents: 112
diff changeset
    12
672e3c4bbd0c add documentation for metacategory editor
ymh <ymh.work@gmail.com>
parents: 112
diff changeset
    13
### Generate png with white background
672e3c4bbd0c add documentation for metacategory editor
ymh <ymh.work@gmail.com>
parents: 112
diff changeset
    14
672e3c4bbd0c add documentation for metacategory editor
ymh <ymh.work@gmail.com>
parents: 112
diff changeset
    15
```bash
672e3c4bbd0c add documentation for metacategory editor
ymh <ymh.work@gmail.com>
parents: 112
diff changeset
    16
$ seqdiag -f <path to>/DejaVuSansMono.ttf metacategory_editor.diag --no-transparency
672e3c4bbd0c add documentation for metacategory editor
ymh <ymh.work@gmail.com>
parents: 112
diff changeset
    17
```