Skip to content

Commit

Permalink
DOC: Tweak one liner
Browse files Browse the repository at this point in the history
  • Loading branch information
thewtex committed Oct 26, 2023
1 parent c78a60d commit ea51ca0
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![Documentation Status](https://readthedocs.org/projects/itkwidgets/badge/?version=latest)](https://itkwidgets.readthedocs.io/en/latest/?badge=latest)
[![Notebook tests](https://github.com/InsightSoftwareConsortium/itkwidgets/actions/workflows/notebook-test.yml/badge.svg)](https://github.com/InsightSoftwareConsortium/itkwidgets/actions/workflows/notebook-test.yml)

Interactive widgets to visualize images, point sets, and 3D geometry on the web.
ITKWidgets is an elegant Python interface for visualization on the web platform to interactively generate insights into multidimensional images, point sets, and geometry.

![Hello 3D World](./docs/images/Hello3DWorld.gif)

Expand Down
3 changes: 2 additions & 1 deletion itkwidgets/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""itkwidgets: Interactive widgets to visualize images, point sets, and 3D geometry on the web."""
"""itkwidgets: an elegant Python interface for visualization on the web platform
to interactively generate insights into multidimensional images, point sets, and geometry."""
from .integrations.environment import ENVIRONMENT, Env

if ENVIRONMENT is not Env.HYPHA:
Expand Down
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ name = "itkwidgets"
authors = [{name = "Matt McCormick", email = "[email protected]"}]
readme = "README.md"
license = {file = "LICENSE"}
dynamic = ["version", "description"]
dynamic = ["version",]
description = "An elegant Python interface for visualization on the web platform to interactively generate insights into multidimensional images, point sets, and geometry."
classifiers = [
"License :: OSI Approved :: Apache Software License",
"Programming Language :: Python",
Expand Down
2 changes: 1 addition & 1 deletion utilities/release-notes.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
version = current_tag[1:]
fp.write('# itkwidgets {0}\n\n'.format(version))

fp.write('`itkwidgets` provides interactive widgets to visualize images, point sets, and 3D geometry on the web.\n\n')
fp.write('`itkwidgets` provides an elegant Python interface for visualization on the web platform to interactively generate insights into multidimensional images, point sets, and geometry.\n\n')

fp.write('## Installation\n\n')
fp.write('```\n')
Expand Down

0 comments on commit ea51ca0

Please sign in to comment.