Skip to content

Commit

Permalink
Add counter (#1337)
Browse files Browse the repository at this point in the history
  • Loading branch information
martindurant committed Aug 22, 2023
1 parent 2fbe8de commit 1f12ee6
Show file tree
Hide file tree
Showing 9 changed files with 45 additions and 0 deletions.
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>

0 comments on commit 1f12ee6

Please sign in to comment.