Skip to content

Commit

Permalink
Added FirstChunkCache to api.rst docs. Added sphinx_rtd_theme to docs…
Browse files Browse the repository at this point in the history
… env yaml (#1159)
  • Loading branch information
norlandrhagen committed Jan 19, 2023
1 parent 6fbdbce commit 0acee71
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ dependencies:
- python=3.9
- docutils<0.17
- numpydoc
- sphinx_rtd_theme
- yarl
4 changes: 4 additions & 0 deletions docs/source/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,7 @@ Read Buffering
fsspec.caching.BytesCache
fsspec.caching.MMapCache
fsspec.caching.ReadAheadCache
fsspec.caching.FirstChunkCache

.. autoclass:: fsspec.caching.BlockCache
:members:
Expand All @@ -246,6 +247,9 @@ Read Buffering
.. autoclass:: fsspec.caching.ReadAheadCache
:members:

.. autoclass:: fsspec.caching.FirstChunkCache
:members:

Utilities
---------

Expand Down

0 comments on commit 0acee71

Please sign in to comment.