Skip to content

Commit 554c9b0

Browse files
authored
ENH: add .path property to Dataset providing local path to cache (#25)
* ENH: add .path property to Dataset providing local path to cache * docs * fix api docs
1 parent 4f02eaf commit 554c9b0

File tree

5 files changed

+1039
-1311
lines changed

5 files changed

+1039
-1311
lines changed

doc/source/api.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ Database-level API
2727

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

30-
.. class:: Dataset
30+
.. autoclass:: Dataset
31+
:members: path
3132

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

0 commit comments

Comments
 (0)