From 8bf02fa0bde592f3fc19c9b484a1089bb343f613 Mon Sep 17 00:00:00 2001 From: doublebyte1 Date: Thu, 4 Sep 2025 17:41:21 +0100 Subject: [PATCH] - added a paragraph about the pygeoapi HTML encoding on the template section of the documentation --- docs/source/html-templating.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/source/html-templating.rst b/docs/source/html-templating.rst index 855c762f1..ffc460c9c 100644 --- a/docs/source/html-templating.rst +++ b/docs/source/html-templating.rst @@ -79,6 +79,11 @@ The following aspects of the default HTML templates can be customized (within th - **icon**: shortcut icon (typically displays on a given web browser tab) - **logo**: logo/image banner (displays at the top of HTML pages) +.. warning:: + + The pygeoapi web frontend is provided *only* as an example of an alternate ``HTML`` encoding. + It should not be viewed as a replacement for a proper OGC API client, which can add much more capabilities than even the ones you can achieve with HTML templating. + On the `Dive into pygeoapi workshop `_ you can find examples of existing OGC API clients. .. _`Jinja`: https://palletsprojects.com/p/jinja/ .. _`Jinja documentation`: https://jinja.palletsprojects.com