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

Delete "reading" from README, etc. #37

Merged
merged 5 commits into from
Jun 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .cruft.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"github_username": "napari",
"plugin_name": "svg",
"module_name": "napari_svg",
"short_description": "A plugin for reading and writing svg files with napari",
"short_description": "A plugin for writing svg files with napari",
"include_reader_plugin": "n",
"include_writer_plugin": "y",
"include_dock_widget_plugin": "n",
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
[![tests](https://github.com/napari/napari-svg/workflows/tests/badge.svg)](https://github.com/napari/napari-svg/actions)
[![codecov](https://codecov.io/gh/napari/napari-svg/branch/master/graph/badge.svg)](https://codecov.io/gh/napari/napari-svg)

A plugin for reading and writing svg files with napari
A plugin for writing svg files with napari

----------------------------------

Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Welcome to napari-svg

An io plugin for reading and writing svg files with napari
An io plugin for writing svg files with napari
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
site_name: napari-svg
site_description: An io plugin for reading and writing svg files with napari
site_description: An io plugin for writing svg files with napari
site_author: Nicholas Sofroniew

theme: readthedocs
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ author = Nicholas Sofroniew
author_email = [email protected]
license = BSD-3
license_files = LICENSE
description = A plugin for reading and writing svg files with napari
description = A plugin for writing svg files with napari
long_description = file: README.md
long_description_content_type = text/markdown
include_package_data = True
Expand Down
Loading