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``.