# GenogramMaker v0.1.0 - Table of Contents

> Build family genograms as Elixir data and render them to Graphviz DOT or Mermaid source.

## Pages

- [GenogramMaker](readme.md)
- [Changelog](changelog.md)

## Modules

- [GenogramMaker](GenogramMaker.md): Build family genograms as plain Elixir data, then render them to
[Graphviz DOT](https://graphviz.org) or [Mermaid](https://mermaid.js.org).
- [GenogramMaker.Bond](GenogramMaker.Bond.md): An emotional relationship line between two people.
- [GenogramMaker.DOT](GenogramMaker.DOT.md): Render a `GenogramMaker` to [Graphviz DOT](https://graphviz.org) source.
- [GenogramMaker.Mermaid](GenogramMaker.Mermaid.md): Render a `GenogramMaker` to [Mermaid](https://mermaid.js.org) flowchart source you
can paste straight into Markdown (GitHub, docs sites, notebooks).
- [GenogramMaker.Person](GenogramMaker.Person.md): A single person in a genogram.
- [GenogramMaker.Union](GenogramMaker.Union.md): A partnership between two people, optionally producing children.

