Nearly all hrefs= on our site are https:// or http://, and that's the case pretty much across the web. Still the protocol needs to be provided for links to work. Pushed. Gerald Web links need to be prefixed by https:// or http://. --- htdocs/codingconventions.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/codingconventions.html b/htdocs/codingconventions.html index f5e22983..348f1e1d 100644 --- a/htdocs/codingconventions.html +++ b/htdocs/codingconventions.html @@ -1487,7 +1487,7 @@ Definitions within the body of a namespace are not indented.

Python Language Conventions

Python scripts should follow PEP 8 ??? Style Guide for Python Code -which can be verified by the flake8 tool. +which can be verified by the flake8 tool. We recommend using the following flake8 plug-ins: