From bf0ab71b5f0ab50b2c63253bd1a71cfc8e580198 Mon Sep 17 00:00:00 2001 From: gaelforget Date: Sun, 30 Apr 2023 13:58:00 -0400 Subject: [PATCH] update README --- .github/workflows/CI.yml | 2 +- README.md | 15 +++++---------- 2 files changed, 6 insertions(+), 11 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 09c002f..e4f40fd 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -18,7 +18,7 @@ jobs: fail-fast: false matrix: version: - - '1.5' + - '1.6' - '1' os: - ubuntu-latest diff --git a/README.md b/README.md index 6fea8ed..abc0858 100644 --- a/README.md +++ b/README.md @@ -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 +
- Links to documentation on available APIs + Other available APIs

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

- -``` -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