Skip to content

Commit

Permalink
run update-help.py for 8cddcf1
Browse files Browse the repository at this point in the history
  • Loading branch information
xflr6 committed Mar 17, 2024
1 parent c638217 commit b5827bd
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions docs/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -395,6 +395,12 @@ https://github.com/xflr6/graphviz/blob/master/docs/api.rst#graph-1
| and ``compass`` (e.g. ``sw``).
| See :ref:`details in the User Guide <node-ports-compass>`.
|
| Attention:
| When rendering ``label``, backslash-escapes
| and strings of the form ``<...>`` have a special meaning.
| See the sections :ref:`backslash-escapes` and
| :ref:`quoting-and-html-like-labels` in the user guide for details.
|
| edges(self, tail_head_iter) -> None
| Create a bunch of edges.
|
Expand All @@ -420,6 +426,12 @@ https://github.com/xflr6/graphviz/blob/master/docs/api.rst#graph-1
| label: Caption to be displayed (defaults to the node ``name``).
| attrs: Any additional node attributes (must be strings).
|
| Attention:
| When rendering ``label``, backslash-escapes
| and strings of the form ``<...>`` have a special meaning.
| See the sections :ref:`backslash-escapes` and
| :ref:`quoting-and-html-like-labels` in the user guide for details.
|
| subgraph(self,
graph=None,
name: Optional[str] = None,
Expand Down Expand Up @@ -907,6 +919,12 @@ https://github.com/xflr6/graphviz/blob/master/docs/api.rst#digraph-1
| and ``compass`` (e.g. ``sw``).
| See :ref:`details in the User Guide <node-ports-compass>`.
|
| Attention:
| When rendering ``label``, backslash-escapes
| and strings of the form ``<...>`` have a special meaning.
| See the sections :ref:`backslash-escapes` and
| :ref:`quoting-and-html-like-labels` in the user guide for details.
|
| edges(self, tail_head_iter) -> None
| Create a bunch of edges.
|
Expand All @@ -932,6 +950,12 @@ https://github.com/xflr6/graphviz/blob/master/docs/api.rst#digraph-1
| label: Caption to be displayed (defaults to the node ``name``).
| attrs: Any additional node attributes (must be strings).
|
| Attention:
| When rendering ``label``, backslash-escapes
| and strings of the form ``<...>`` have a special meaning.
| See the sections :ref:`backslash-escapes` and
| :ref:`quoting-and-html-like-labels` in the user guide for details.
|
| subgraph(self,
graph=None,
name: Optional[str] = None,
Expand Down

0 comments on commit b5827bd

Please sign in to comment.