diff --git a/docs/examples.rst b/docs/examples.rst index 41b3789c445725afb1cd814943c25f59f340324a..531692161d456a6685642e2e3223185359a32d0b 100644 --- a/docs/examples.rst +++ b/docs/examples.rst @@ -1,20 +1,15 @@ Examples ======== -Proof-of-Concept examples -------------------------- - For certain proof of concepts, we provide Jupyter notebooks, which require -additional dependencies to be installed. This can be achieved by appending -:code:`[examples]` to the install command, e.g. - -.. code-block:: shell - - pip install .[examples] - -Afterwards you can browser through the following list: +additional dependencies to be installed. This is described in our +`INSTALL guide <https://zema-emc-annotated.readthedocs.io/en/latest/INSTALL.html#optional-jupyter-notebook-dependencies>`_ +After executing the necessary command, you can browser through the following list but +more importantly, check out the core class +`ZeMASamples <https://zema-emc-annotated.readthedocs.io/en/latest/zema_emc_annotated.dataset.html#zema_emc_annotated.dataset.ZeMASamples to get the samples in>`_. .. toctree:: :maxdepth: 1 + :caption: Jupyter Notebook with code to access the dataset: examples/read_dataset