Skip to content

Add a reusable official “Powered by papermill” SVG badge asset#875

Open
huyhoang171106 wants to merge 3 commits intonteract:mainfrom
huyhoang171106:feat/add-a-reusable-official-powered-by-paper
Open

Add a reusable official “Powered by papermill” SVG badge asset#875
huyhoang171106 wants to merge 3 commits intonteract:mainfrom
huyhoang171106:feat/add-a-reusable-official-powered-by-paper

Conversation

@huyhoang171106
Copy link
Copy Markdown

Summary

Create a first-party SVG badge in-repo so downstream projects can use a stable, versioned badge URL instead of ad-hoc shields.io text-only badges. The badge should include a left label (“powered by”) and a right value (“papermill”), plus the papermill logo mark sourced from the nteract logos repository (as referenced in the issue comments), so users can display a branded badge.

Files changed

  • docs/_static/images/powered-by-papermill.svg (new)
  • README.md (modified)

Testing

  • Not run in this environment.

What does this PR do?

Fixes #<issue_number>

Closes #718

Signed-off-by: Nguyen Huy Hoang <181364121+huyhoang171106@users.noreply.github.com>
Signed-off-by: Nguyen Huy Hoang <181364121+huyhoang171106@users.noreply.github.com>
Copilot AI review requested due to automatic review settings March 26, 2026 15:16
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds a first-party “Powered by papermill” SVG badge to the repo and surfaces it in the README so downstream projects can reference a stable in-repo asset rather than third-party badge generators.

Changes:

  • Added docs/_static/images/powered-by-papermill.svg badge asset (label/value + logo mark).
  • Updated README.md to include the new badge.

Reviewed changes

Copilot reviewed 1 out of 2 changed files in this pull request and generated 2 comments.

File Description
docs/_static/images/powered-by-papermill.svg Introduces the reusable SVG badge asset under docs static images.
README.md Adds a Markdown badge pointing at the new SVG (but the file content appears unintentionally overwritten/truncated).

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment on lines +1 to 3
@@ -15,6 +15,7 @@
[![papermill](https://snyk.io/advisor/python/papermill/badge.svg)](https://snyk.io/advisor/python/papermill)
[![Anaconda-Server Badge](https://anaconda.org/conda-forge/papermill/badges/downloads.svg)](https://anaconda.org/conda-forge/papermill)
Copy link

Copilot AI Mar 26, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

README.md appears to have been accidentally overwritten/truncated: it now starts with a literal diff hunk marker (@@ -15,6 +15,7 @@) and most of the README content has been removed. For this PR’s stated goal (add an in-repo badge asset), the README should retain its existing content and only add the new badge line.

Copilot uses AI. Check for mistakes.
[![papermill](https://snyk.io/advisor/python/papermill/badge.svg)](https://snyk.io/advisor/python/papermill)
[![Anaconda-Server Badge](https://anaconda.org/conda-forge/papermill/badges/downloads.svg)](https://anaconda.org/conda-forge/papermill)
[![pre-commit.ci status](https://results.pre-commit.ci/badge/github/nteract/papermill/main.svg)](https://results.pre-commit.ci/latest/github/nteract/papermill/main)
+[![Powered by papermill](https://raw.githubusercontent.com/nteract/papermill/main/docs/_static/images/powered-by-papermill.svg)](https://github.com/nteract/papermill)
Copy link

Copilot AI Mar 26, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The new badge image URL hardcodes the main branch (raw.githubusercontent.com/.../main/...). If the intent is a stable, versioned badge URL for downstream projects, consider using a relative path in the README (so it works on forks/branches) and/or documenting a tag-based raw URL pattern for consumers rather than pointing at main.

Suggested change
+[![Powered by papermill](https://raw.githubusercontent.com/nteract/papermill/main/docs/_static/images/powered-by-papermill.svg)](https://github.com/nteract/papermill)
+[![Powered by papermill](docs/_static/images/powered-by-papermill.svg)](https://github.com/nteract/papermill)

Copilot uses AI. Check for mistakes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

papermill badge

2 participants