From 1f12ee61e001e17c81af2a882a89d2eb7f44c885 Mon Sep 17 00:00:00 2001 From: Martin Durant Date: Mon, 21 Aug 2023 20:33:12 -0400 Subject: [PATCH] Add counter (#1337) --- docs/source/api.rst | 5 +++++ docs/source/async.rst | 5 +++++ docs/source/changelog.rst | 5 +++++ docs/source/copying.rst | 5 +++++ docs/source/developer.rst | 5 +++++ docs/source/features.rst | 5 +++++ docs/source/index.rst | 5 +++++ docs/source/intro.rst | 5 +++++ docs/source/usage.rst | 5 +++++ 9 files changed, 45 insertions(+) diff --git a/docs/source/api.rst b/docs/source/api.rst index a334ebdf1..b863789ec 100644 --- a/docs/source/api.rst +++ b/docs/source/api.rst @@ -268,3 +268,8 @@ Utilities fsspec.utils.read_block .. autofunction:: fsspec.utils.read_block + +.. raw:: html + + diff --git a/docs/source/async.rst b/docs/source/async.rst index 22202b76d..58af6f752 100644 --- a/docs/source/async.rst +++ b/docs/source/async.rst @@ -147,3 +147,8 @@ available as the attribute ``.loop``. .. autofunction:: fsspec.asyn.sync .. autofunction:: fsspec.asyn.sync_wrapper + +.. raw:: html + + diff --git a/docs/source/changelog.rst b/docs/source/changelog.rst index eccbb9e73..42adb556e 100644 --- a/docs/source/changelog.rst +++ b/docs/source/changelog.rst @@ -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 + + diff --git a/docs/source/copying.rst b/docs/source/copying.rst index d091f35fd..a4e9df40a 100644 --- a/docs/source/copying.rst +++ b/docs/source/copying.rst @@ -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 + + diff --git a/docs/source/developer.rst b/docs/source/developer.rst index ecaa768b7..c2b3b028e 100644 --- a/docs/source/developer.rst +++ b/docs/source/developer.rst @@ -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 + + diff --git a/docs/source/features.rst b/docs/source/features.rst index db613e9f5..823993aa1 100644 --- a/docs/source/features.rst +++ b/docs/source/features.rst @@ -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 + + diff --git a/docs/source/index.rst b/docs/source/index.rst index eecfa202b..d89ad1e18 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -115,3 +115,8 @@ The current list of known implementations can be found as follows async.rst api.rst changelog.rst + +.. raw:: html + + diff --git a/docs/source/intro.rst b/docs/source/intro.rst index 24d4ac0e2..58bb184fd 100644 --- a/docs/source/intro.rst +++ b/docs/source/intro.rst @@ -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 + + diff --git a/docs/source/usage.rst b/docs/source/usage.rst index cb9e1400f..5634a0fc3 100644 --- a/docs/source/usage.rst +++ b/docs/source/usage.rst @@ -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 + +