Commit 54b51ecb authored by Mark Hansen's avatar Mark Hansen
Browse files

Move last contents of documentation to specific places

This paves the way to perhaps delete the top-level 'documentation' page and move everything up one level in the information hierarchy.
parent 048b7efc
Loading
Loading
Loading
Loading
+0 −11
Original line number Diff line number Diff line
@@ -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)
+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.
@@ -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;">
+1 −0
Original line number Diff line number Diff line
@@ -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;">