11# [ nbgitpuller] ( https://github.com/jupyterhub/nbgitpuller )
22
33[ ![ GitHub Workflow Status - Test] ( https://img.shields.io/github/workflow/status/jupyterhub/nbgitpuller/Tests?logo=github&label=tests )] ( https://github.com/jupyterhub/nbgitpuller/actions )
4- [ ![ CircleCI build status ] ( https://img.shields.io/circleci/build/github/jupyterhub/nbgitpuller?logo=circleci&label=docs )] ( https://circleci.com/gh/jupyterhub/nbgitpuller )
4+ [ ![ Documentation Status ] ( https://readthedocs.org/projects/nbgitpuller/badge/?version=latest )] ( https://nbgitpuller.readthedocs.io/en/latest/?badge=latest )
55[ ![ ] ( https://img.shields.io/pypi/v/nbgitpuller.svg?logo=pypi )] ( https://pypi.python.org/pypi/nbgitpuller )
66[ ![ GitHub] ( https://img.shields.io/badge/issue_tracking-github-blue?logo=github )] ( https://github.com/jupyterhub/nbgitpuller/issues )
77[ ![ Discourse] ( https://img.shields.io/badge/help_forum-discourse-blue?logo=discourse )] ( https://discourse.jupyter.org/c/jupyterhub )
88[ ![ Gitter] ( https://img.shields.io/badge/social_chat-gitter-blue?logo=gitter )] ( https://gitter.im/jupyterhub/jupyterhub )
99
1010` nbgitpuller ` lets you distribute content in a git repository to your students
1111by having them click a simple link. [ Automatic
12- merging] ( https://jupyterhub.github .io/nbgitpuller /topic/automatic-merging.html )
12+ merging] ( https://nbgitpuller.readthedocs .io/topic/automatic-merging.html )
1313ensures that your students are never exposed to ` git ` directly. It is primarily
1414used with a JupyterHub, but can also work on students' local computers.
1515
16- See [ the documentation] ( https://jupyterhub.github .io/nbgitpuller ) for more
16+ See [ the documentation] ( https://nbgitpuller.readthedocs .io ) for more
1717information.
1818
1919## Installation
@@ -24,10 +24,12 @@ pip install nbgitpuller
2424
2525## Example
2626
27- This example shows how to use the [ nbgitpuller link generator] ( https://jupyterhub.github.io/nbgitpuller/link )
27+ This example shows how to use the [ nbgitpuller link generator]
2828to create an nbgitpuller link, which a user then clicks.
2929
30- 1 . The [ nbgitpuller link generator GUI] ( https://jupyterhub.github.io/nbgitpuller/link ) is used to create a
30+ [ nbgitpuller link generator ] : https://nbgitpuller.readthedocs.io/link
31+
32+ 1 . The nbgitpuller link generator GUI is used to create a
3133 link.
3234
3335 ![ ] ( https://raw.githubusercontent.com/jupyterhub/nbgitpuller/9f380a933335f0f069b6e2f9965ed78c3abcce7a/docs/_static/nbgitpuller-link-generator.png )
0 commit comments