.. Couchbase Python Client Library documentation master file, created by
   sphinx-quickstart on Thu Apr 14 13:34:44 2022.
   You can adapt this file completely to your liking, but it should at least
   contain the root `toctree` directive.

===========================================================
Welcome to the Couchbase Python Columnar SDK documentation!
===========================================================

Getting Started with the Python Columnar SDK
---------------------------------------------

:doc:`using_the_columnar_sdk`
   Useful information for getting started and using the Python Columnar SDK.

Synchronous API
---------------

:doc:`couchbase_columnar_api/couchbase_columnar`
   API reference for the couchbase_columnar API.


Asynchronous API
-----------------

:doc:`acouchbase_columnar_api/acouchbase_columnar`
   API reference for the acouchbase_columnar API (asyncio).


Indices and tables
------------------

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

.. Hidden TOCs

.. toctree::
   :caption: Using the Couchbase Columnar Python SDK
   :maxdepth: 2
   :hidden:

   using_the_columnar_sdk

.. toctree::
   :caption: Synchronous API
   :maxdepth: 3
   :hidden:

   couchbase_columnar_api/couchbase_columnar

.. toctree::
   :caption: Asynchronous API
   :maxdepth: 3
   :hidden:

   acouchbase_columnar_api/acouchbase_columnar