gcube-cms-suite/geoportal-service/docs/quickstart.rst

36 lines
792 B
ReStructuredText
Raw Normal View History

2022-07-06 18:38:26 +02:00
.. _quickstart:
2022-07-08 17:42:19 +02:00
.. _swagger: ../docs/
2022-07-06 18:38:26 +02:00
##########
Quickstart
##########
2022-07-08 17:42:19 +02:00
.. seealso:: You can experiment with the application REST API at `swagger`_.
2022-07-06 18:38:26 +02:00
*********
Notebooks
*********
2022-07-08 17:42:19 +02:00
The following Jupyter notebooks can be used to interact with the :doc:`suite`.
.. 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`)
2022-07-06 18:38:26 +02:00
2022-07-08 17:42:19 +02:00
Use case specifics
==================
2022-07-06 18:38:26 +02:00
2022-07-08 17:42:19 +02:00
- MOSI : initialization of MOSI use case, extract from gpkg, publication test (:doc:`_notebooks/gna/MOSI.ipynb`)