From c4b1b6b182cabc7e2808eff23d8b360ae4577e40 Mon Sep 17 00:00:00 2001 From: Rambaud Pierrick <12rambau@users.noreply.github.com> Date: Thu, 15 Sep 2022 15:57:43 +0200 Subject: [PATCH] add sepal to the gallery adding the SEPAL project to the gallery list. This documentation is a bit different than the rest of the gallery and thus make sense as an addition because: - it's not a python package, it's a pure cloud-base platform so that's simply documentation of a software with text, videos and screenshots - I added a map background (which is an actual leaflet map, responsive to the theme) - the footer is customized - it includes files that are downloaded on the fly (all the modules) from other repositories - it will soon support i18n using crowdin - I use the sphinxcontrib image extension which make screenshot visbles as grouped galleries --- docs/_static/gallery.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/_static/gallery.yaml b/docs/_static/gallery.yaml index 8ed7ebc21..bd3299b87 100644 --- a/docs/_static/gallery.yaml +++ b/docs/_static/gallery.yaml @@ -53,3 +53,6 @@ - title: ArviZ website: https://python.arviz.org/ img-bottom: ../_static/gallery/arviz.png +- title: SEPAL + website: https://docs.sepal.io/en/latest/index.html + img-bottom: ../_static/gallery/sepal.png