Skip to content

Commit

Permalink
docs: add link gen. screenshot, update example gif
Browse files Browse the repository at this point in the history
  • Loading branch information
consideRatio committed Dec 18, 2021
1 parent 9f380a9 commit 8f55cae
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 5 deletions.
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,14 @@ information.
pip install nbgitpuller
```

## Example
## Example use

![](https://raw.githubusercontent.com/jupyterhub/nbgitpuller/v0.8.0/docs/_static/nbpuller.gif)
1. The [nbgitpuller link
generator](https://jupyterhub.github.io/nbgitpuller/link) is used to create a
link.

![](https://raw.githubusercontent.com/jupyterhub/nbgitpuller/9f380a933335f0f069b6e2f9965ed78c3abcce7a/docs/_static/nbgitpuller-link-generator.png)

2. The link is clicked.

![](https://raw.githubusercontent.com/jupyterhub/nbgitpuller/9f380a933335f0f069b6e2f9965ed78c3abcce7a/docs/_static/nbgitpuller-demo.gif)
15 changes: 12 additions & 3 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,19 @@ or other version control machinery.
by using `git` under the hood.
It is commonly used to distribute content to multiple users of a JupyterHub, though it works just fine on an individual person's computer, if they have Jupyter installed.

Here's an example of `nbgitpuller` in action:
Here's an example of using `nbgitpuller`:

```{image} _static/nbpuller.gif
```
1. The [nbgitpuller link
generator](https://jupyterhub.github.io/nbgitpuller/link) is used to create a
link.

```{image} _static/nbgitpuller-link-generator.png
```

2. The link is clicked.

```{image} _static/nbgitpuller-demo.gif
```

## Use `nbgitpuller`

Expand Down

0 comments on commit 8f55cae

Please sign in to comment.