The doc is coming along nicely, but there are some improvements that could be made.
- The "Returns" statement should just describe the type of the thing that's returned. So for example,
GraphvizHead returns "the head of the provided graphviz edge" but should instead return "A graphviz edge object". AsString returns not "the dot representation of the graphviz object" but simply "a string."
- Specify the types of the arguments in the doc. I believe Autodoc has a construct for this.
The doc is coming along nicely, but there are some improvements that could be made.
GraphvizHeadreturns "the head of the provided graphviz edge" but should instead return "A graphviz edge object".AsStringreturns not "the dot representation of the graphviz object" but simply "a string."