Skip to content

Commit

Permalink
Merge branch 'main' into platform-test-3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
paw-lu authored Mar 2, 2022
2 parents a65b12e + a865a39 commit 3adca43
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 deletions.
11 changes: 3 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,13 @@
<!-- title-start -->

![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

<!-- title-end -->

<!-- non-https-badges-start -->

[![Checked with mypy](http://www.mypy-lang.org/static/mypy_badge.svg)](http://mypy-lang.org/)

<!-- non-https-badges-end -->

[![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)
Expand All @@ -32,7 +27,7 @@ It's like [cat](https://man7.org/linux/man-pages/man1/cat.1.html) for ipynb file

<!-- github-only -->

![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

Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

```{include} ../README.md
---
start-after: <!-- non-https-badges-end -->
start-after: (http://mypy-lang.org/)
end-before: <!-- github-only -->
---
```
Expand Down

0 comments on commit 3adca43

Please sign in to comment.