Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
gaelforget committed Apr 30, 2023
1 parent ed84dc2 commit bf0ab71
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
fail-fast: false
matrix:
version:
- '1.5'
- '1.6'
- '1'
os:
- ubuntu-latest
Expand Down
15 changes: 5 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,12 @@

Interface to the [Dataverse project](https://dataverse.org) APIs, collections and datasets.

👉 [demo notebook](https://gdcc.github.io/Dataverse.jl/dev/notebook.html) and [notebook code](https://github.com/gdcc/Dataverse.jl/blob/main/docs/src/notebook.jl)

https://user-images.githubusercontent.com/20276764/191961603-97f2fd21-bda1-42bf-b0a1-d9ea88bf480d.mp4

<details>
<summary> Links to documentation on available APIs </summary>
<summary> Other available APIs </summary>
<p>

- <https://demo.dataverse.org>
Expand All @@ -19,12 +23,3 @@ Interface to the [Dataverse project](https://dataverse.org) APIs, collections an

</p>
</details>

```
using Dataverse
(DataAccessApi,NativeApi)=pyDataverse.APIs()
```

👉 [demo notebook](https://gdcc.github.io/Dataverse.jl/dev/notebook.html) and [notebook code](https://github.com/gdcc/Dataverse.jl/blob/main/docs/src/notebook.jl)

https://user-images.githubusercontent.com/20276764/191961603-97f2fd21-bda1-42bf-b0a1-d9ea88bf480d.mp4

0 comments on commit bf0ab71

Please sign in to comment.