From c9b0e03dd9f926feb6594b8a1b127a27bdfa085c Mon Sep 17 00:00:00 2001 From: Konrad Bucheli Date: Wed, 10 May 2023 16:58:46 +0200 Subject: [PATCH] fix warnings --- _toc.yml | 1 - admin-guide/guidelines.rst | 3 +-- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/_toc.yml b/_toc.yml index 34e6e8a3..72bd4ef1 100644 --- a/_toc.yml +++ b/_toc.yml @@ -85,7 +85,6 @@ chapters: - file: admin-guide/troubleshooting/login - file: admin-guide/troubleshooting/package_management - file: admin-guide/troubleshooting/boot - - file: admin-guide/more - file: infrastructure-guide/index sections: diff --git a/admin-guide/guidelines.rst b/admin-guide/guidelines.rst index 37d3748c..8bc43997 100644 --- a/admin-guide/guidelines.rst +++ b/admin-guide/guidelines.rst @@ -80,8 +80,7 @@ the fully qualified domain name. Good: ``boot.psi.ch``. Names for programs ------------------ -The general conventions regarding filenames apply (see `File system hierarchy -and filenames`_). In addition, scripts should not include a suffix indicating +Scripts should not include a suffix indicating the language they are written in. The latter is an implementation detail and does not matter to the caller of the script/program. A good name could be ``pli-system-info``, a bad one would be ``pli-system-info.sh``.