diff --git a/docs/TileLink-Diplomacy-Reference/Diplomacy-Connectors.rst b/docs/TileLink-Diplomacy-Reference/Diplomacy-Connectors.rst index 2ff210de..9fc837fd 100644 --- a/docs/TileLink-Diplomacy-Reference/Diplomacy-Connectors.rst +++ b/docs/TileLink-Diplomacy-Reference/Diplomacy-Connectors.rst @@ -1,7 +1,7 @@ Diplomacy Connectors ==================== -Nodes in a diplomacy graph are connected to each other with edges. The diplomacy +Nodes in a Diplomacy graph are connected to each other with edges. The Diplomacy library provides four operators that can be used to form edges between nodes. := @@ -9,7 +9,7 @@ library provides four operators that can be used to form edges between nodes. This is the basic connection operator. It is the same syntax as the Chisel uni-directional connector, but it is not equivalent. This operator connects -diplomacy node, not Chisel bundles. +Diplomacy nodes, not Chisel bundles. The basic connection operator always creates a single edge between the two nodes. diff --git a/docs/TileLink-Diplomacy-Reference/NodeTypes.rst b/docs/TileLink-Diplomacy-Reference/NodeTypes.rst index d066c7d0..79d8da74 100644 --- a/docs/TileLink-Diplomacy-Reference/NodeTypes.rst +++ b/docs/TileLink-Diplomacy-Reference/NodeTypes.rst @@ -38,7 +38,7 @@ object from testchipip like so: } } -The ``name`` argument identifies the node in the diplomacy graph. It is the +The ``name`` argument identifies the node in the Diplomacy graph. It is the only required argument for TLClientParameters. The ``sourceId`` argument specifies the range of source identifiers that this @@ -71,7 +71,7 @@ of TL-C) decoupled bundles corresponding to the TileLink channels. This is what you should connect your hardware logic to in order to actually send/receive TileLink messages. -The ``edge`` object represents the edge of the diplomacy graph. It contains +The ``edge`` object represents the edge of the Diplomacy graph. It contains some useful helper functions which will be documented in :ref:`TileLink Edge Object Methods`.