File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -33,9 +33,9 @@ The Toolbox function `path_to_datafile(file)` will return an absolute
33
33
` Path ` to ` file ` which is relative to the root of the data package. For example
34
34
35
35
```
36
- loadmat(' data/map1.mat' ) # read rtbdata/data/map1.mat
37
- loadmat(' foo.dat' ) # read ./foo.dat
38
- loadmat(' ~/foo.dat' ) # read $HOME/foo.dat
36
+ loadmat(" data/map1.mat" ) # read rtbdata/data/map1.mat
37
+ loadmat(" foo.dat" ) # read ./foo.dat
38
+ loadmat(" ~/foo.dat" ) # read $HOME/foo.dat
39
39
```
40
40
41
41
A matching local file takes precendence over a file in the data package.
Original file line number Diff line number Diff line change 8
8
with open (os .path .join (here , "README.md" ), encoding = "utf-8" ) as f :
9
9
long_description = f .read ()
10
10
11
- release = "1.0.0 "
11
+ release = "1.0.1 "
12
12
13
13
# list all data folders here, to ensure they get packaged
14
14
You can’t perform that action at this time.
0 commit comments