From 31701e10876bf02f00efc3e925002e57e3a0427d Mon Sep 17 00:00:00 2001 From: Thom Carlin Date: Tue, 20 Feb 2024 09:44:51 -0500 Subject: [PATCH] Resolve documentation typos --- docs/source/user_guide/basic_usage.rst | 4 +++- docs/source/user_guide/connecting_nodes.rst | 1 + docs/source/user_guide/interacting_with_nodes.rst | 2 ++ 3 files changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/source/user_guide/basic_usage.rst b/docs/source/user_guide/basic_usage.rst index ea63727b0..ce31b2528 100644 --- a/docs/source/user_guide/basic_usage.rst +++ b/docs/source/user_guide/basic_usage.rst @@ -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 ---------------------------------------- @@ -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 --------------------------------------- diff --git a/docs/source/user_guide/connecting_nodes.rst b/docs/source/user_guide/connecting_nodes.rst index cd4d0fe6d..8b81c75dd 100644 --- a/docs/source/user_guide/connecting_nodes.rst +++ b/docs/source/user_guide/connecting_nodes.rst @@ -1,4 +1,5 @@ .. _connecting_nodes: + Connecting nodes ================ diff --git a/docs/source/user_guide/interacting_with_nodes.rst b/docs/source/user_guide/interacting_with_nodes.rst index be3c2e238..3292a8da6 100644 --- a/docs/source/user_guide/interacting_with_nodes.rst +++ b/docs/source/user_guide/interacting_with_nodes.rst @@ -1,6 +1,7 @@ .. _interacting_with_nodes: + Interacting with nodes ====================== @@ -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 --------------------------