From 88854e36cb2d95268dcc6054f5a9e1d2d673f275 Mon Sep 17 00:00:00 2001 From: Arnaud Watlet <arnaud.watlet@umons.ac.be> Date: Wed, 17 Jan 2024 14:47:38 +0100 Subject: [PATCH] updates doc software --- doc/source/source_rst/software/installation.rst | 4 ++-- doc/source/source_rst/software/operations/loggers.rst | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/source/source_rst/software/installation.rst b/doc/source/source_rst/software/installation.rst index 8a1a93c1..cdf9387e 100644 --- a/doc/source/source_rst/software/installation.rst +++ b/doc/source/source_rst/software/installation.rst @@ -3,11 +3,11 @@ Getting started Step 1: Set up the Raspberry Pi =============================== -First, install an operating system on the Raspberry Pi by following the official `instructions <https://www.raspberrypi.com/documentation/computers/getting-started.html#install-an-operating-system>` +First, install an operating system on the Raspberry Pi by following the official `instructions <https://www.raspberrypi.com/documentation/computers/getting-started.html#install-an-operating-system>`_ Then connect to the Raspberry Pi either via ssh or using an external monitor. -For all questions related to Raspberry Pi operations, please refer to the official `ocumentation <https://www.raspberrypi.com/documentation/>` +For all questions related to Raspberry Pi operations, please refer to the official `ocumentation <https://www.raspberrypi.com/documentation/>`_ Step 2: Clone the OhmPi project =============================== diff --git a/doc/source/source_rst/software/operations/loggers.rst b/doc/source/source_rst/software/operations/loggers.rst index 249956ce..a052b110 100644 --- a/doc/source/source_rst/software/operations/loggers.rst +++ b/doc/source/source_rst/software/operations/loggers.rst @@ -2,7 +2,7 @@ Loggers ******* Loggers have been introduced in this release. They use the excellent logging python package. -Specific handlers have been implemented for running with ohmpi.py (one for logging to an mqtt broker (see :ref:`IoT-interfaces` for more details) and one for creating zipped rotated logs on disk). +Specific handlers have been implemented for running with ohmpi.py (one for logging to an mqtt broker (see :ref:`IoT-interface` for more details) and one for creating zipped rotated logs on disk). Two loggers have been defined. The first one is dedicated to log operations execution. It is named exec_logger. The second one, named data_logger, is dedicated to log data. A third one is planned to log the state of health (SOH) of the system in a future version. -- GitLab