.. Guide Examples documentation master file, created by
   sphinx-quickstart on Wed Feb 21 13:32:20 2024.
   You can adapt this file completely to your liking, but it should at least
   contain the root `toctree` directive.

Welcome to Guide Examples's documentation!
==========================================

.. toctree::
   :maxdepth: 2
   :caption: Contents:



Indices and tables
==================

* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`

Dependencies
============

.. code-block::

   pip install pipx
   pipx install poetry


Installation
============

.. code-block::

   # build from source and set virtual environment
   git clone https://github.com/carium-inc/guide-examples.git
   cd guide-examples
   make prepare-venv
   source .venv/bin/activate


Examples
=========

.. autosummary::
   :toctree: modules

   guideexamples.pathway.simple_cli