From 61234edb097260a3f9d47cefbf864bc1a7385511 Mon Sep 17 00:00:00 2001 From: "Paulo S. Costa" Date: Tue, 1 Mar 2022 21:05:24 -0800 Subject: [PATCH 1/2] :memo: Switch README image addresses to raw --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1d722a8f..8ef99f4a 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ -![nbpreview light logo](https://github.com/paw-lu/nbpreview/blob/main/docs/_static/images/logo_light.svg#gh-light-mode-only) -![nbpreview dark logo](https://github.com/paw-lu/nbpreview/blob/main/docs/_static/images/logo_dark.svg#gh-dark-mode-only) +![nbpreview light logo](https://github.com/paw-lu/nbpreview/raw/main/docs/_static/images/logo_light.svg#gh-light-mode-only) +![nbpreview dark logo](https://github.com/paw-lu/nbpreview/raw/main/docs/_static/images/logo_dark.svg#gh-dark-mode-only) # nbpreview @@ -34,7 +34,7 @@ It's like [cat](https://man7.org/linux/man-pages/man1/cat.1.html)[^cat] for ipyn -![Hero image](https://github.com/paw-lu/nbpreview/blob/main/docs/_static/images/hero_image.png) +![Hero image](https://github.com/paw-lu/nbpreview/raw/main/docs/_static/images/hero_image.png) ## Documentation From ccd0b034c64ea3a1be8aa8b6b201a992bb3359b4 Mon Sep 17 00:00:00 2001 From: "Paulo S. Costa" Date: Tue, 1 Mar 2022 21:39:37 -0800 Subject: [PATCH 2/2] :memo: Close spacing between Mypy badge --- README.md | 5 ----- docs/index.md | 2 +- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/README.md b/README.md index d03f9a7d..6b3b46b4 100644 --- a/README.md +++ b/README.md @@ -7,12 +7,7 @@ - - [![Checked with mypy](http://www.mypy-lang.org/static/mypy_badge.svg)](http://mypy-lang.org/) - - - [![PyPI](https://img.shields.io/pypi/v/nbpreview.svg)](https://pypi.org/project/nbpreview/) [![Status](https://img.shields.io/pypi/status/nbpreview.svg)](https://pypi.org/project/nbpreview/) [![Python Version](https://img.shields.io/pypi/pyversions/nbpreview)](https://pypi.org/project/nbpreview) diff --git a/docs/index.md b/docs/index.md index 727df34e..2984be31 100644 --- a/docs/index.md +++ b/docs/index.md @@ -8,7 +8,7 @@ ```{include} ../README.md --- -start-after: +start-after: (http://mypy-lang.org/) end-before: --- ```