Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Resolve documentation typos #952

Merged
merged 1 commit into from
Feb 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion docs/source/user_guide/basic_usage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,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
----------------------------------------

Expand All @@ -46,7 +47,8 @@ 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
---------------------------------------

Expand Down
1 change: 1 addition & 0 deletions docs/source/user_guide/connecting_nodes.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
.. _connecting_nodes:

Connecting nodes
================

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


.. _interacting_with_nodes:

Interacting with nodes
======================

Expand Down Expand Up @@ -111,6 +112,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
--------------------------

Expand Down
Loading