From 747acd010e663e7bfa5d6814aa2c61c1fbd374cf Mon Sep 17 00:00:00 2001 From: Fabio Sinibaldi Date: Fri, 8 Jul 2022 17:42:19 +0200 Subject: [PATCH] Doc fixes --- .../{gCube CMS.ipynb => gcube_cms.ipynb} | 0 .../src/site/sphinx/quickstart.rst | 24 +++++++++++++++++-- 2 files changed, 22 insertions(+), 2 deletions(-) rename geoportal-service/src/site/sphinx/_notebooks/{gCube CMS.ipynb => gcube_cms.ipynb} (100%) diff --git a/geoportal-service/src/site/sphinx/_notebooks/gCube CMS.ipynb b/geoportal-service/src/site/sphinx/_notebooks/gcube_cms.ipynb similarity index 100% rename from geoportal-service/src/site/sphinx/_notebooks/gCube CMS.ipynb rename to geoportal-service/src/site/sphinx/_notebooks/gcube_cms.ipynb diff --git a/geoportal-service/src/site/sphinx/quickstart.rst b/geoportal-service/src/site/sphinx/quickstart.rst index a2b8c19..278b3a0 100644 --- a/geoportal-service/src/site/sphinx/quickstart.rst +++ b/geoportal-service/src/site/sphinx/quickstart.rst @@ -1,15 +1,35 @@ .. _quickstart: + +.. _swagger: ../docs/ + ########## Quickstart ########## -.. seealso:: You can experiment with the application REST API at +.. seealso:: You can experiment with the application REST API at `swagger`_. + ********* Notebooks ********* +The following Jupyter notebooks can be used to interact with the :doc:`suite`. -Checkout the guides at :file:`_notebooks` +.. note:: Jupyter lab can be easily used in d4science VREs. Check out your environment. +.. warning:: All notebooks use functions defined in **Commons** notebook. Be sure to include it in your notebook workspace. + + + +Common guides +============= + +- gCube CMS Suite : introductory notebook with the basic operations for project management (:doc:`_notebooks/gcube_cms.ipynb`) + + + +Use case specifics +================== + +- MOSI : initialization of MOSI use case, extract from gpkg, publication test (:doc:`_notebooks/gna/MOSI.ipynb`)