Skip to content

Commit

Permalink
update help() output with explcit refs
Browse files Browse the repository at this point in the history
  • Loading branch information
xflr6 committed Jun 12, 2022
1 parent 9bb630b commit 92740db
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions docs/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@ https://github.com/xflr6/graphviz/blob/master/docs/api.rst#graph-1
| (``None`` or ``'graph'``, ``'node'``, ``'edge'``).
| attrs: Attributes to be set (must be strings, may be empty).
|
| See the `usage examples in the User Guide <attributes>`.
| See the :ref:`usage examples in the User Guide <attributes>`.
|
| clear(self, keep_attrs: bool = False) -> None
| Reset content to an empty body, clear graph/node/egde_attr mappings.
Expand All @@ -393,7 +393,7 @@ https://github.com/xflr6/graphviz/blob/master/docs/api.rst#graph-1
| The ``tail_name`` and ``head_name`` strings are separated
| by (optional) colon(s) into ``node`` name, ``port`` name,
| and ``compass`` (e.g. ``sw``).
| See `details in the User Guide <ports>`.
| See :ref:`details in the User Guide <node-ports-compass>`.
|
| edges(self, tail_head_iter) -> None
| Create a bunch of edges.
Expand All @@ -407,7 +407,7 @@ https://github.com/xflr6/graphviz/blob/master/docs/api.rst#graph-1
| The ``tail_name`` and ``head_name`` strings are separated
| by (optional) colon(s) into ``node`` name, ``port`` name,
| and ``compass`` (e.g. ``sw``).
| See `details in the User Guide <ports>`.
| See :ref:`details in the User Guide <node-ports-compass>`.
|
| node(self,
name: str,
Expand Down Expand Up @@ -450,7 +450,7 @@ https://github.com/xflr6/graphviz/blob/master/docs/api.rst#graph-1
| body: Verbatim lines to add to the subgraph ``body``
| (``with``-block use).
|
| See the `usage examples in the User Guide <subgraphs>`.
| See the :ref:`usage examples in the User Guide <subgraphs-clusters>`.
|
| When used as a context manager, the returned new graph instance
| uses ``strict=None`` and the parent graph's values
Expand Down Expand Up @@ -878,7 +878,7 @@ https://github.com/xflr6/graphviz/blob/master/docs/api.rst#digraph-1
| (``None`` or ``'graph'``, ``'node'``, ``'edge'``).
| attrs: Attributes to be set (must be strings, may be empty).
|
| See the `usage examples in the User Guide <attributes>`.
| See the :ref:`usage examples in the User Guide <attributes>`.
|
| clear(self, keep_attrs: bool = False) -> None
| Reset content to an empty body, clear graph/node/egde_attr mappings.
Expand All @@ -905,7 +905,7 @@ https://github.com/xflr6/graphviz/blob/master/docs/api.rst#digraph-1
| The ``tail_name`` and ``head_name`` strings are separated
| by (optional) colon(s) into ``node`` name, ``port`` name,
| and ``compass`` (e.g. ``sw``).
| See `details in the User Guide <ports>`.
| See :ref:`details in the User Guide <node-ports-compass>`.
|
| edges(self, tail_head_iter) -> None
| Create a bunch of edges.
Expand All @@ -919,7 +919,7 @@ https://github.com/xflr6/graphviz/blob/master/docs/api.rst#digraph-1
| The ``tail_name`` and ``head_name`` strings are separated
| by (optional) colon(s) into ``node`` name, ``port`` name,
| and ``compass`` (e.g. ``sw``).
| See `details in the User Guide <ports>`.
| See :ref:`details in the User Guide <node-ports-compass>`.
|
| node(self,
name: str,
Expand Down Expand Up @@ -962,7 +962,7 @@ https://github.com/xflr6/graphviz/blob/master/docs/api.rst#digraph-1
| body: Verbatim lines to add to the subgraph ``body``
| (``with``-block use).
|
| See the `usage examples in the User Guide <subgraphs>`.
| See the :ref:`usage examples in the User Guide <subgraphs-clusters>`.
|
| When used as a context manager, the returned new graph instance
| uses ``strict=None`` and the parent graph's values
Expand Down

0 comments on commit 92740db

Please sign in to comment.