Loading content/en/docs/_index.md +0 −11 Original line number Diff line number Diff line Loading @@ -8,19 +8,8 @@ aliases: # https://github.com/jekyll/jekyll-redirect-from/issues/145#issuecomment-392277818 - /Documentation.php.html - /doc/info/ no_list: true menu: main: weight: 20 pre: "<i class='fas fa-book'></i>" --- ## User's Guides **NOTE:** These documents are not current with the features and details of Graphviz. They can serve as tutorials for understanding how to use Graphviz, but the most up-to-date documentation is provided in the on-line pages listed in the menu. * [dot](/pdf/dotguide.pdf) * [neato](/pdf/neatoguide.pdf) content/en/docs/layouts/dot.md +2 −2 Original line number Diff line number Diff line --- title: dot weight: 1 description: > "hierarchical" or layered drawings of directed graphs. description: "'hierarchical' (or layered) drawings of directed graphs." --- `dot` is the default tool to use if edges have directionality. Loading @@ -11,6 +10,7 @@ The layout algorithm aims edges in the same direction (top to bottom, or left to right) and then attempts to avoid edge crossings and reduce edge length. - [PDF Manual](/pdf/dot.1.pdf) - [User Guide](/pdf/dotguide.pdf) (caveat: not current with latest features of Graphviz) - [Browse code](https://gitlab.com/graphviz/graphviz/-/tree/main/lib/dotgen) <p style="text-align: center;"> Loading content/en/docs/layouts/neato.md +1 −0 Original line number Diff line number Diff line Loading @@ -16,6 +16,7 @@ Kamada-Kawai algorithm[^2], using steepest descent, is also available, by switching [`mode`](/docs/attrs/mode/). - [PDF Manual](/pdf/dot.1.pdf) - [User Guide](/pdf/neatoguide.pdf) (caveat: not current with latest features of Graphviz) - [Browse code](https://gitlab.com/graphviz/graphviz/-/tree/main/lib/neatogen) <p style="text-align: center;"> Loading Loading
content/en/docs/_index.md +0 −11 Original line number Diff line number Diff line Loading @@ -8,19 +8,8 @@ aliases: # https://github.com/jekyll/jekyll-redirect-from/issues/145#issuecomment-392277818 - /Documentation.php.html - /doc/info/ no_list: true menu: main: weight: 20 pre: "<i class='fas fa-book'></i>" --- ## User's Guides **NOTE:** These documents are not current with the features and details of Graphviz. They can serve as tutorials for understanding how to use Graphviz, but the most up-to-date documentation is provided in the on-line pages listed in the menu. * [dot](/pdf/dotguide.pdf) * [neato](/pdf/neatoguide.pdf)
content/en/docs/layouts/dot.md +2 −2 Original line number Diff line number Diff line --- title: dot weight: 1 description: > "hierarchical" or layered drawings of directed graphs. description: "'hierarchical' (or layered) drawings of directed graphs." --- `dot` is the default tool to use if edges have directionality. Loading @@ -11,6 +10,7 @@ The layout algorithm aims edges in the same direction (top to bottom, or left to right) and then attempts to avoid edge crossings and reduce edge length. - [PDF Manual](/pdf/dot.1.pdf) - [User Guide](/pdf/dotguide.pdf) (caveat: not current with latest features of Graphviz) - [Browse code](https://gitlab.com/graphviz/graphviz/-/tree/main/lib/dotgen) <p style="text-align: center;"> Loading
content/en/docs/layouts/neato.md +1 −0 Original line number Diff line number Diff line Loading @@ -16,6 +16,7 @@ Kamada-Kawai algorithm[^2], using steepest descent, is also available, by switching [`mode`](/docs/attrs/mode/). - [PDF Manual](/pdf/dot.1.pdf) - [User Guide](/pdf/neatoguide.pdf) (caveat: not current with latest features of Graphviz) - [Browse code](https://gitlab.com/graphviz/graphviz/-/tree/main/lib/neatogen) <p style="text-align: center;"> Loading