From b3af22476c5244b76d636926a7ceb2dae7c818fa Mon Sep 17 00:00:00 2001 From: laughingman7743 Date: Fri, 2 Jan 2026 12:18:09 +0900 Subject: [PATCH] Add S3FSCursor and AsyncS3FSCursor to cursor documentation page MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- docs/cursor.rst | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) diff --git a/docs/cursor.rst b/docs/cursor.rst index c8d5a28d..e7d60a44 100644 --- a/docs/cursor.rst +++ b/docs/cursor.rst @@ -319,6 +319,19 @@ AsyncArrowCursor See :ref:`async-arrow-cursor`. +S3FSCursor +---------- + +See :ref:`s3fs-cursor`. + +AsyncS3FSCursor +--------------- + +See :ref:`async-s3fs-cursor`. + +API Reference +------------- + SparkCursor ----------- @@ -329,10 +342,7 @@ AsyncSparkCursor See :ref:`async-spark-cursor`. -API Reference -------------- - -For detailed API documentation of all cursor classes and their methods, +For detailed API documentation of all cursor classes and their methods, see the :ref:`api` section. .. _`DB API 2.0 (PEP 249)`: https://www.python.org/dev/peps/pep-0249/