Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pretty up the badges in the readme #1779

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
15 changes: 11 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,18 @@
# nbgrader

Build: [![Build](https://img.shields.io/github/workflow/status/jupyter/nbgrader/Test?logo=github&label=tests)](https://github.com/jupyter/nbgrader/actions)
Forum: [![Google Group](https://img.shields.io/badge/-Google%20Group-lightgrey.svg)](https://groups.google.com/forum/#!forum/jupyter)
Cite: [![DOI](https://jose.theoj.org/papers/10.21105/jose.00032/status.svg)](https://doi.org/10.21105/jose.00032)

A system for assigning and grading Jupyter notebooks.

[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/jupyter/nbgrader/main)
[![PyPI](https://img.shields.io/pypi/v/nbgrader?logo=pypi)](https://pypi.org/project/nbgrader/)
[![Read the Docs](https://img.shields.io/readthedocs/nbgrader?logo=readthedocs)](https://nbgrader.readthedocs.io/en/stable/)

[![Notebook Tests](https://img.shields.io/github/actions/workflow/status/jupyter/nbgrader/test-docs-python-nbextensions.yml?logo=github&label=Notebook%20Tests)](https://github.com/jupyter/nbgrader/actions/workflows/test-docs-python-nbextensions.yml)
[![Lab Tests](https://img.shields.io/github/actions/workflow/status/jupyter/nbgrader/test-labextensions.yml?logo=github&label=Lab%20Tests)](https://github.com/jupyter/nbgrader/actions/workflows/test-labextensions.yml)

[![Google Group](https://img.shields.io/badge/Google%20Group-Jupyter%20Project-blue.svg?logo=googlechat)](https://groups.google.com/forum/#!forum/jupyter)
[![Discourse](https://img.shields.io/badge/Discourse-Jupyter-blue.svg?logo=discourse)](https://discourse.jupyter.org/search?q=nbgrader)
[![DOI](https://jose.theoj.org/papers/10.21105/jose.00032/status.svg)](https://doi.org/10.21105/jose.00032)

[Documentation can be found on Read the Docs.](https://nbgrader.readthedocs.io/en/stable/)

## Highlights of nbgrader
Expand Down