Skip to content

Commit

Permalink
tweak docs
Browse files Browse the repository at this point in the history
  • Loading branch information
gaelforget committed Sep 6, 2023
1 parent 4218cf9 commit a5f71e3
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,16 @@ This package is about interfaces to the [Dataverse](https://dataverse.org) data
For example:

```@example 1
using Dataverse
using Dataverse
DOI="doi:10.7910/DVN/EE3C40"
files=Dataverse.file_list(DOI)
Dataverse.file_download(DOI,files.filename[1])
```

or

```@example 1
(header,dataverses,datasets)=Dataverse.dataverse_scan(:ECCOv4r2)
```

Expand All @@ -30,14 +39,6 @@ and
Dataverse.file_download(files,files.filename[1])
```

or

```@example 1
DOI="doi:10.7910/DVN/EE3C40"
files=Dataverse.file_list(DOI)
Dataverse.file_download(DOI,files.filename[1])
```

## Julia Dataverse API

```@docs
Expand Down

0 comments on commit a5f71e3

Please sign in to comment.