From 3bd7ee964ef9a79f56636ce4b7d520f755093ed5 Mon Sep 17 00:00:00 2001 From: Paul Donnelly Date: Wed, 5 Nov 2025 16:09:41 -0500 Subject: [PATCH] add link and 'social' button --- docs/source/index.rst | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/source/index.rst b/docs/source/index.rst index 56007fce..f80f27ef 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -1,7 +1,11 @@ S3Fs ==== -S3Fs is a Pythonic file interface to S3. It builds on top of botocore_. +S3Fs is a Pythonic file interface to S3. It builds on top of botocore_. The project is hosted on `GitHub `_ |github_stars| + +.. |github_stars| image:: https://img.shields.io/github/stars/fsspec/s3fs?style=social + :target: https://github.com/fsspec/s3fs + :alt: GitHub Repository The top-level class :py:class:`.S3FileSystem` holds connection information and allows typical file-system style operations like ``cp``, ``mv``, ``ls``, ``du``,