diff --git a/fortran/_templates/footer.html b/fortran/_templates/footer.html new file mode 100644 index 0000000..53c68ee --- /dev/null +++ b/fortran/_templates/footer.html @@ -0,0 +1,10 @@ +{%- extends '!footer.html' %} + +{% block extrafooter %} +

+ Accessibility - + Privacy - + Terms of use - + Contact us +

+{% endblock %} diff --git a/fortran/conf.py b/fortran/conf.py index 0f31222..2737167 100644 --- a/fortran/conf.py +++ b/fortran/conf.py @@ -20,7 +20,7 @@ # -- Project information ----------------------------------------------------- project = 'IFS Fortran standard' -copyright = '2024-, ECMWF, Meteo-France' +copyright = '2024-, ECMWF, Météo-France' author = 'ECMWF' # The short X.Y version @@ -88,7 +88,8 @@ # Add any paths that contain custom static files (such as style sheets) here, # relative to this directory. They are copied after the builtin static files, # so a file named "default.css" will overwrite the builtin "default.css". -html_static_path = ['_static'] +# html_static_path = ['_static'] +html_static_path = [] # Custom sidebar templates, must be a dictionary that maps document names # to template names. diff --git a/index.html b/index.html new file mode 100644 index 0000000..15e899a --- /dev/null +++ b/index.html @@ -0,0 +1,502 @@ + + + + + + + + + ECMWF | IFS/Arpège coding standard + + + + +
+
+

Official IFS-Arpège coding standards +

+
+ + +
+
+
Official coding standard for IFS / Arpège
+
+ + +
+
+
+

These websites contain the HTML rendering of the shared IFS-Arpège coding standards jointly developed by ECMWF and Météo-France.

+

The content is auto-generated and deployed from the corresponding Github repository.

+

Follow the links below for each standard and note their applicability:

+
    +
  1. Fortran - applicable to both IFS and Arpège
  2. + +
  3. Shell - applicable to IFS only
  4. +
+
+
+
+ + diff --git a/python/_templates/footer.html b/python/_templates/footer.html new file mode 100644 index 0000000..53c68ee --- /dev/null +++ b/python/_templates/footer.html @@ -0,0 +1,10 @@ +{%- extends '!footer.html' %} + +{% block extrafooter %} +

+ Accessibility - + Privacy - + Terms of use - + Contact us +

+{% endblock %} diff --git a/python/conf.py b/python/conf.py index 418bda7..d1e159c 100644 --- a/python/conf.py +++ b/python/conf.py @@ -88,7 +88,8 @@ # Add any paths that contain custom static files (such as style sheets) here, # relative to this directory. They are copied after the builtin static files, # so a file named "default.css" will overwrite the builtin "default.css". -html_static_path = ['_static'] +# html_static_path = ['_static'] +html_static_path = [] # Custom sidebar templates, must be a dictionary that maps document names # to template names. diff --git a/shell/_templates/footer.html b/shell/_templates/footer.html new file mode 100644 index 0000000..53c68ee --- /dev/null +++ b/shell/_templates/footer.html @@ -0,0 +1,10 @@ +{%- extends '!footer.html' %} + +{% block extrafooter %} +

+ Accessibility - + Privacy - + Terms of use - + Contact us +

+{% endblock %} diff --git a/shell/conf.py b/shell/conf.py index 15acda6..4ce9bdd 100644 --- a/shell/conf.py +++ b/shell/conf.py @@ -20,7 +20,7 @@ # -- Project information ----------------------------------------------------- project = 'IFS_shell_guidelines' -copyright = '2023, ECMWF' +copyright = '2023-, ECMWF' author = 'ECMWF' # The short X.Y version @@ -88,7 +88,8 @@ # Add any paths that contain custom static files (such as style sheets) here, # relative to this directory. They are copied after the builtin static files, # so a file named "default.css" will overwrite the builtin "default.css". -html_static_path = ['_static'] +# html_static_path = ['_static'] +html_static_path = [] # Custom sidebar templates, must be a dictionary that maps document names # to template names.