Skip to content

Commit

Permalink
Implemented latest round of suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
thom-at-redhat committed Feb 1, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 398dd4d commit c7656e5
Showing 6 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
@@ -79,7 +79,7 @@ Receptor configurations
allowruntimeparams: true
...
1. Run the services in separate terminals.
2. Run the services in separate terminals.

.. code-block:: bash
2 changes: 1 addition & 1 deletion docs/source/getting_started_guide/installing_receptor.rst
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@ Installing Receptor
###################

1. `Download receptor <https://github.com/ansible/receptor/releases>`
1. Install receptor
2. Install receptor
.. code-block:: bash
pip install receptorctl`
2 changes: 1 addition & 1 deletion docs/source/index.rst
Original file line number Diff line number Diff line change
@@ -13,7 +13,7 @@ Receptor is an overlay network intended to ease the distribution of work across
:maxdepth: 2

installation
gettting_started_guide/index
getting_started_guide/index
user_guide/index
developer_guide
contributing
4 changes: 2 additions & 2 deletions docs/source/user_guide/basic_usage.rst
Original file line number Diff line number Diff line change
@@ -21,7 +21,7 @@ Supported log levels, in increasing verbosity, are Error, Warning, Info and Debu

Note: stop the receptor process with ``ctrl-c``

.. _configuring_receptor_with_a_config_file::
.. _configuring_receptor_with_a_config_file:
Configuring Receptor with a config file
----------------------------------------

@@ -46,7 +46,7 @@ Start receptor using the config file
Changing the configuration file does take effect until the receptor process is restarted.

:: _using_receptor_containers::
:: _using_receptor_containers:
Use Receptor through a container image
---------------------------------------

2 changes: 1 addition & 1 deletion docs/source/user_guide/connecting_nodes.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.. _connecting_nodes::
.. _connecting_nodes:
Connecting nodes
================

4 changes: 2 additions & 2 deletions docs/source/user_guide/interacting_with_nodes.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@


.. _interacting_with_nodes::
.. _interacting_with_nodes:
Interacting with nodes
======================

@@ -110,7 +110,7 @@ Once connected to a control service, one can issue commands like "status" or "wo

Keep in mind that a "work submit" command will require a payload. Type out the payload contents and press ctrl-D to send the EOF signal. The socket will then close and work will begin. See :ref:`workceptor` for more on submitting work via receptor.

:: _control_service_commands::
:: _control_service_commands:
Control service commands
--------------------------

0 comments on commit c7656e5

Please sign in to comment.