Skip to content

Commit

Permalink
add alttext to images
Browse files Browse the repository at this point in the history
  • Loading branch information
samccann committed Oct 9, 2023
1 parent c73a74f commit 7033ba8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/source/user_guide/connecting_nodes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Connecting nodes
Connect nodes via receptor backends. TCP, UDP, and websockets are currently supported. For example, ``tcp-peer`` can be used to connect to another node's ``tcp-listener``, and ``ws-peer`` can be used to connect to another node's ``ws-listener``.

.. image:: mesh.png
:alt: Connected nodes as netceptor peers

foo.yml

Expand Down
1 change: 1 addition & 0 deletions docs/source/user_guide/edge_networks.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Recptor out-of-the-box has the ability to support complicated networking environ
Consider the following environment:

.. image:: edge.png
:alt: Network diagram with netceptor peers to edge network

Configurable-Items
-------------------
Expand Down
1 change: 1 addition & 0 deletions docs/source/user_guide/workceptor.rst
Original file line number Diff line number Diff line change
Expand Up @@ -384,5 +384,6 @@ The main purpose of work unit ``BsAjS4wi`` on `foo` is to copy stdin, stdout, an
.. image:: remote.png
:alt: sequence of events during work remote submission

The sequence of events during a work remote submission. Blue lines indicate moments when receptor writes files to disk.

0 comments on commit 7033ba8

Please sign in to comment.