Skip to content

Commit

Permalink
Update links (#136)
Browse files Browse the repository at this point in the history
  • Loading branch information
martinRenou authored Jul 20, 2023
1 parent 20b82f0 commit 11b7577
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<h1 align="center">ipygany</h1>
<h2 align="center"> Jupyter Interactive Widgets library for 3-D mesh analysis</h2>

[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/QuantStack/ipygany/stable?urlpath=lab%2Ftree%2Fexamples)
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/jupyter-widgets-contrib/ipygany/stable?urlpath=lab%2Ftree%2Fexamples)
[![Documentation](http://readthedocs.org/projects/ipygany/badge/?version=latest)](https://ipygany.readthedocs.io/en/latest/?badge=latest)

**ipygany is an early developer preview. Features and implementation are subject to change.**
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def setup(app):

# General information about the project.
project = 'ipygany'
author = 'QuantStack'
author = 'jupyter-widgets-contrib'

exclude_patterns = []
highlight_language = 'python'
Expand Down
2 changes: 1 addition & 1 deletion ipygany/ipygany.py
Original file line number Diff line number Diff line change
Expand Up @@ -664,7 +664,7 @@ def _valid_colormap(self, proposal):
"""Validate colormap. """
# Logic is here to allow setting ``colormap`` using strings
# and ints. See:
# https://github.com/QuantStack/ipygany/pull/99
# https://github.com/jupyter-widgets-contrib/ipygany/pull/99
value = proposal['value']

# set colormap
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
"dist/*.js",
"css/*.css"
],
"homepage": "https://github.com/QuantStack/ipygany",
"homepage": "https://github.com/jupyter-widgets-contrib/ipygany",
"bugs": {
"url": "https://github.com/QuantStack/ipygany/issues"
"url": "https://github.com/jupyter-widgets-contrib/ipygany/issues"
},
"license": "BSD-3-Clause",
"author": {
Expand All @@ -26,7 +26,7 @@
"types": "./lib/index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/QuantStack/ipygany"
"url": "https://github.com/jupyter-widgets-contrib/ipygany"
},
"scripts": {
"build": "yarn run build:lib && yarn run build:nbextension",
Expand Down

0 comments on commit 11b7577

Please sign in to comment.