You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 text was updated successfully, but these errors were encountered:
The doc is coming along nicely, but there are some improvements that could be made.
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."The text was updated successfully, but these errors were encountered: