fix warnings

This commit is contained in:
2023-05-10 16:58:46 +02:00
parent cc5f0a2b66
commit c9b0e03dd9
2 changed files with 1 additions and 3 deletions
-1
View File
@@ -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:
+1 -2
View File
@@ -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``.