Skip to content

Commit

Permalink
Documentation: Add pointers to executable code examples
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Nov 6, 2023
1 parent 984c26e commit d1d1c1a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@ Examples
- The :ref:`by-example` section enumerates concise examples demonstrating the
different API interfaces of the CrateDB Python client library. Those are
DB API, HTTP, and BLOB interfaces, and the SQLAlchemy dialect.
- Executable code examples are maintained within the `cratedb-examples repository`_.
- The `sample application`_ and the corresponding `sample application
documentation`_ demonstrate the use of the driver on behalf of an example
"guestbook" application.
Expand Down Expand Up @@ -223,6 +224,7 @@ The project is licensed under the terms of the Apache 2.0 license, like
.. _CrateDB source: https://github.com/crate/crate
.. _Create an issue: https://github.com/crate/crate-python/issues
.. _development sandbox: https://github.com/crate/crate-python/blob/master/DEVELOP.rst
.. _cratedb-examples repository: https://github.com/crate/cratedb-examples/tree/main/by-language
.. _FIWARE QuantumLeap data historian: https://github.com/orchestracities/ngsi-timeseries-api
.. _GeoJSON: https://geojson.org/
.. _GeoJSON geometry objects: https://tools.ietf.org/html/rfc7946#section-3.1
Expand Down
9 changes: 9 additions & 0 deletions examples/README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
##############################
CrateDB Python driver examples
##############################


Executable code examples are maintained within the `cratedb-examples repository`_.


.. _cratedb-examples repository: https://github.com/crate/cratedb-examples/tree/main/by-language

0 comments on commit d1d1c1a

Please sign in to comment.