From 03aa742603207b9bc3f16ec83b18ca12c2bb8908 Mon Sep 17 00:00:00 2001 From: "Bruno P. Kinoshita" Date: Thu, 23 Feb 2023 14:18:25 +0100 Subject: [PATCH] Fix table and title for Sphinx --- docs/source/troubleshooting/error-codes.rst | 2 +- docs/source/userguide/defining_workflows/index.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/troubleshooting/error-codes.rst b/docs/source/troubleshooting/error-codes.rst index ac0fafffa..fbba9514e 100644 --- a/docs/source/troubleshooting/error-codes.rst +++ b/docs/source/troubleshooting/error-codes.rst @@ -120,7 +120,7 @@ Uncatalogued codes - Critical Error codes [7060+] | 7072 | Basic configuration not found | Administrator: run `autosubmit configure --advanced` or create a common file in /etc/autosubmitrc. | | | | User: run `autosubmit configure` or create a $HOME/.autosubmitrc. Following the skeleton of installation page | +------+-----------------------------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ -| 7073 | Private key is encrypted | Each Session: Add your key into the ssh agent. ex. ssh-add $HOME/.ssh/id_rsa, then launch autosubmit. | +| 7073 | Private key is encrypted | Each Session: Add your key into the ssh agent. ex. ssh-add $HOME/.ssh/id_rsa, then launch autosubmit. | | | | Alternative: You can use a non-encrypted key, just make sure that nobody except you has access to the file. | +------+-----------------------------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ diff --git a/docs/source/userguide/defining_workflows/index.rst b/docs/source/userguide/defining_workflows/index.rst index 786def194..35b4e3859 100644 --- a/docs/source/userguide/defining_workflows/index.rst +++ b/docs/source/userguide/defining_workflows/index.rst @@ -405,7 +405,7 @@ Workflow examples: ------------------ Example 1: How to select an specific chunk -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .. WARNING:: This example illustrates the old select_chunk. -- GitLab