Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add counter #1337

Merged
merged 1 commit into from
Aug 22, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions docs/source/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -268,3 +268,8 @@ Utilities
fsspec.utils.read_block

.. autofunction:: fsspec.utils.read_block

.. raw:: html

<script data-goatcounter="https://distdatacats.goatcounter.com/count"
async src="//gc.zgo.at/count.js"></script>
5 changes: 5 additions & 0 deletions docs/source/async.rst
Original file line number Diff line number Diff line change
Expand Up @@ -147,3 +147,8 @@ available as the attribute ``.loop``.
.. autofunction:: fsspec.asyn.sync

.. autofunction:: fsspec.asyn.sync_wrapper

.. raw:: html

<script data-goatcounter="https://distdatacats.goatcounter.com/count"
async src="//gc.zgo.at/count.js"></script>
5 changes: 5 additions & 0 deletions docs/source/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -760,3 +760,8 @@ Version 0.6.0
HTTP server responds with an (incorrect) content-length of 0 (:pr:`163`)
* Added a ``detail=True`` parameter to :meth:`fsspec.spec.AbstractFileSystem.ls` (:pr:`168`)
* Fixed handling of UNC/DFS paths (:issue:`154`)

.. raw:: html

<script data-goatcounter="https://distdatacats.goatcounter.com/count"
async src="//gc.zgo.at/count.js"></script>
5 changes: 5 additions & 0 deletions docs/source/copying.rst
Original file line number Diff line number Diff line change
Expand Up @@ -341,3 +341,8 @@ Forward slashes are used for directory separators throughout.

The trailing slash is required on the new directory otherwise it is interpreted as a filename
rather than a directory.

.. raw:: html

<script data-goatcounter="https://distdatacats.goatcounter.com/count"
async src="//gc.zgo.at/count.js"></script>
5 changes: 5 additions & 0 deletions docs/source/developer.rst
Original file line number Diff line number Diff line change
Expand Up @@ -119,3 +119,8 @@ commit hooks if you intend to make PRs, as linting is done as part of the CI.

Docs use sphinx and the numpy docstring style. Please add an entry to the changelog
along with any PR.

.. raw:: html

<script data-goatcounter="https://distdatacats.goatcounter.com/count"
async src="//gc.zgo.at/count.js"></script>
5 changes: 5 additions & 0 deletions docs/source/features.rst
Original file line number Diff line number Diff line change
Expand Up @@ -403,3 +403,8 @@ backends.
See the docstrings in the callbacks module for further details.
``fsspec.callbacks.TqdmCallback`` can be used to display a progress bar using
tqdm.

.. raw:: html

<script data-goatcounter="https://distdatacats.goatcounter.com/count"
async src="//gc.zgo.at/count.js"></script>
5 changes: 5 additions & 0 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -115,3 +115,8 @@ The current list of known implementations can be found as follows
async.rst
api.rst
changelog.rst

.. raw:: html

<script data-goatcounter="https://distdatacats.goatcounter.com/count"
async src="//gc.zgo.at/count.js"></script>
5 changes: 5 additions & 0 deletions docs/source/intro.rst
Original file line number Diff line number Diff line change
Expand Up @@ -92,3 +92,8 @@ develop new file-system implementations. ``fsspec/spec.py`` contains the main ab
to derive from, ``AbstractFileSystem``.

.. _zarr: https://zarr.readthedocs.io

.. raw:: html

<script data-goatcounter="https://distdatacats.goatcounter.com/count"
async src="//gc.zgo.at/count.js"></script>
5 changes: 5 additions & 0 deletions docs/source/usage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -117,3 +117,8 @@ or write mode (create names). Critically, the file on the backend system is not
print(line)
if "KENYA" in line:
break

.. raw:: html

<script data-goatcounter="https://distdatacats.goatcounter.com/count"
async src="//gc.zgo.at/count.js"></script>
Loading