Skip to content

Commit b3af224

Browse files
Add S3FSCursor and AsyncS3FSCursor to cursor documentation page
Added references to S3FSCursor and AsyncS3FSCursor in the cursor.rst documentation page, which were missing despite having detailed documentation in s3fs.rst. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent a06e1bc commit b3af224

File tree

1 file changed

+14
-4
lines changed

1 file changed

+14
-4
lines changed

docs/cursor.rst

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -319,6 +319,19 @@ AsyncArrowCursor
319319

320320
See :ref:`async-arrow-cursor`.
321321

322+
S3FSCursor
323+
----------
324+
325+
See :ref:`s3fs-cursor`.
326+
327+
AsyncS3FSCursor
328+
---------------
329+
330+
See :ref:`async-s3fs-cursor`.
331+
332+
API Reference
333+
-------------
334+
322335
SparkCursor
323336
-----------
324337

@@ -329,10 +342,7 @@ AsyncSparkCursor
329342

330343
See :ref:`async-spark-cursor`.
331344

332-
API Reference
333-
-------------
334-
335-
For detailed API documentation of all cursor classes and their methods,
345+
For detailed API documentation of all cursor classes and their methods,
336346
see the :ref:`api` section.
337347

338348
.. _`DB API 2.0 (PEP 249)`: https://www.python.org/dev/peps/pep-0249/

0 commit comments

Comments
 (0)