Skip to content

Commit

Permalink
put sync on top
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-sanche committed Sep 17, 2024
1 parent 9725131 commit 5a0fbba
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions docs/data_client/usage.rst
Original file line number Diff line number Diff line change
@@ -1,33 +1,33 @@
Data Client
===========

Async Surface
-------------

.. toctree::
:maxdepth: 2

async_client
async_table
async_mutations_batcher
async_execute_query_iterator

Sync Surface
------------

.. toctree::
:maxdepth: 2
:maxdepth: 3

client
table
mutations_batcher
execute_query_iterator

Async Surface
-------------

.. toctree::
:maxdepth: 3

async_client
async_table
async_mutations_batcher
async_execute_query_iterator

Common Classes
--------------

.. toctree::
:maxdepth: 2
:maxdepth: 3

read_rows_query
row
Expand Down

0 comments on commit 5a0fbba

Please sign in to comment.