Skip to content

Commit

Permalink
Minor cosmetic updates (guideline->standard, etc.)
Browse files Browse the repository at this point in the history
  • Loading branch information
msleigh committed May 30, 2024
1 parent f72b3ba commit 04e0f9e
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion fortran/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

# -- Project information -----------------------------------------------------

project = 'IFS Fortran standard'
project = 'IFS Fortran Standard'
copyright = '2024-, ECMWF, Météo-France'
author = 'ECMWF'

Expand Down
18 changes: 9 additions & 9 deletions shell/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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'
Expand Down Expand Up @@ -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 ------------------------------------------------
Expand All @@ -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'),
]

Expand All @@ -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)
]

Expand All @@ -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'),
]

Expand Down
2 changes: 1 addition & 1 deletion shell/guidelines/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
6 changes: 3 additions & 3 deletions shell/index.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
==============================
IFS shell scripting guidelines
==============================
============================
IFS shell scripting standard
============================

.. toctree::
:maxdepth: 2
Expand Down
2 changes: 1 addition & 1 deletion shell/principles.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 04e0f9e

Please sign in to comment.