Skip to content

Commit

Permalink
ENH: add .path property to Dataset providing local path to cache (#25)
Browse files Browse the repository at this point in the history
* ENH: add .path property to Dataset providing local path to cache

* docs

* fix api docs
  • Loading branch information
martinfleis authored Aug 30, 2024
1 parent 4f02eaf commit 554c9b0
Show file tree
Hide file tree
Showing 5 changed files with 1,039 additions and 1,311 deletions.
3 changes: 2 additions & 1 deletion doc/source/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ Database-level API

The database of dataset metadata is handled via custom dict-based classes.

.. class:: Dataset
.. autoclass:: Dataset
:members: path

A dict with attribute-access and that can be called to update keys.

Expand Down
Loading

0 comments on commit 554c9b0

Please sign in to comment.