1 | Algorithm Life-Cycle Diagrams
|
---|
2 | =============================
|
---|
3 |
|
---|
4 | This directory contains the algorithm life-cycle diagram sources.
|
---|
5 |
|
---|
6 | The canonical life-cycles are in the spreadsheet.
|
---|
7 |
|
---|
8 | The various .dot files are graph descriptions for the
|
---|
9 | [GraphViz](https://www.graphviz.org/) tool. These omit edges and should
|
---|
10 | be used for guidance only.
|
---|
11 |
|
---|
12 | To generate the rendered images, you need to install the following packages:
|
---|
13 |
|
---|
14 | sudo apt install graphviz cpanminus
|
---|
15 | sudo cpanm Graph::Easy
|
---|
16 |
|
---|
17 | Running `make` will produce a number of `.txt` and `.png` files.
|
---|
18 | These are the rendered `.dot` files. The `.txt` files require
|
---|
19 | additional editing before they can be added to the manual pages in
|
---|
20 | `internal/man7/life_cycle-*.pod`.
|
---|