diff --git a/fortran/conf.py b/fortran/conf.py index 2737167..562ff29 100644 --- a/fortran/conf.py +++ b/fortran/conf.py @@ -19,7 +19,7 @@ # -- Project information ----------------------------------------------------- -project = 'IFS Fortran standard' +project = 'IFS Fortran Standard' copyright = '2024-, ECMWF, Météo-France' author = 'ECMWF' diff --git a/shell/conf.py b/shell/conf.py index 4ce9bdd..3df0a52 100644 --- a/shell/conf.py +++ b/shell/conf.py @@ -19,8 +19,8 @@ # -- Project information ----------------------------------------------------- -project = 'IFS_shell_guidelines' -copyright = '2023-, ECMWF' +project = 'IFS Shell Standard' +copyright = '2024-, ECMWF' author = 'ECMWF' # The short X.Y version @@ -47,8 +47,8 @@ # The suffix(es) of source filenames. # You can specify multiple suffix as a list of string: # -source_suffix = ['.rst', '.md'] -# source_suffix = '.rst' +# source_suffix = ['.rst', '.md'] +source_suffix = '.rst' # The master toctree document. master_doc = 'index' @@ -105,7 +105,7 @@ # -- Options for HTMLHelp output --------------------------------------------- # Output file base name for HTML help builder. -htmlhelp_basename = 'IFS_shell_guidelinesdoc' +htmlhelp_basename = 'IFS_shell_standarddoc' # -- Options for LaTeX output ------------------------------------------------ @@ -132,7 +132,7 @@ # (source start file, target name, title, # author, documentclass [howto, manual, or own class]). latex_documents = [ - (master_doc, 'IFS_shell_guidelines.tex', 'IFS\\_shell\_guidelines Documentation', + (master_doc, 'IFS_shell_standard.tex', 'IFS\\_shell\_standard Documentation', 'ECMWF', 'manual'), ] @@ -142,7 +142,7 @@ # One entry per manual page. List of tuples # (source start file, name, description, authors, manual section). man_pages = [ - (master_doc, 'ifs_shell_guidelines', 'IFS_shell_guidelines Documentation', + (master_doc, 'ifs_shell_standard', 'IFS_shell_standard Documentation', [author], 1) ] @@ -153,8 +153,8 @@ # (source start file, target name, title, author, # dir menu entry, description, category) texinfo_documents = [ - (master_doc, 'IFS_coding_guidelines', 'IFS_coding_guidelines Documentation', - author, 'IFS_coding_guidelines', 'One line description of project.', + (master_doc, 'IFS_coding_standard', 'IFS_coding_standard Documentation', + author, 'IFS_coding_standard', 'One line description of project.', 'Miscellaneous'), ] diff --git a/shell/guidelines/index.rst b/shell/guidelines/index.rst index 111ace3..5efb49e 100644 --- a/shell/guidelines/index.rst +++ b/shell/guidelines/index.rst @@ -2,7 +2,7 @@ Detailed guidelines for shell scripts ===================================== -New scripts should follow these guidelines, except where dependence on +New scripts should follow this standard, except where dependence on legacy scripts prevents this; legacy scripts will be migrated over a period of time according to a managed programme. diff --git a/shell/index.rst b/shell/index.rst index 25bac9a..757849b 100644 --- a/shell/index.rst +++ b/shell/index.rst @@ -1,6 +1,6 @@ -============================== -IFS shell scripting guidelines -============================== +============================ +IFS shell scripting standard +============================ .. toctree:: :maxdepth: 2 diff --git a/shell/principles.rst b/shell/principles.rst index 8d943c5..3ce0be3 100644 --- a/shell/principles.rst +++ b/shell/principles.rst @@ -2,7 +2,7 @@ Guiding principles ================== -These indicate the high-level direction of what these guidelines are +These indicate the high-level direction of what this standard is intended to promote, with the detail of how to achieve this covered in the subsequent sections.