Skip to content

Commit 6443a89

Browse files
committed
Update repo name
1 parent c3d8d61 commit 6443a89

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

CONTRIBUTING.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Types of Contributions
1515
Report Bugs
1616
~~~~~~~~~~~
1717

18-
Report bugs at https://github.com/rstudio/shinywidgets/issues.
18+
Report bugs at https://github.com/rstudio/py-shinywidgets/issues.
1919

2020
If you are reporting a bug, please include:
2121

@@ -45,7 +45,7 @@ articles, and such.
4545
Submit Feedback
4646
~~~~~~~~~~~~~~~
4747

48-
The best way to send feedback is to file an issue at https://github.com/rstudio/shinywidgets/issues.
48+
The best way to send feedback is to file an issue at https://github.com/rstudio/py-shinywidgets/issues.
4949

5050
If you are proposing a feature:
5151

@@ -103,7 +103,7 @@ Before you submit a pull request, check that it meets these guidelines:
103103
your new functionality into a function with a docstring, and add the
104104
feature to the list in README.rst.
105105
3. The pull request should work for Python 3.5, 3.6, 3.7 and 3.8, and for PyPy. Check
106-
https://travis-ci.com/rstudio/shinywidgets/pull_requests
106+
https://travis-ci.com/rstudio/py-shinywidgets/pull_requests
107107
and make sure that the tests pass for all supported Python versions.
108108

109109
Tips

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ the `output_widget()` container. More technically, widget-like means:
2020
* Any object that subclasses `{ipywidgets}`'s `Widget` class.
2121
* Some other widget-like object that can be coerced into a `Widget`. Currently, we
2222
support objects from `{altair}`, `{bokeh}`, and `{pydeck}`, but [please let us
23-
know](https://github.com/rstudio/shinywidgets/issues/new) about other packages that we
23+
know](https://github.com/rstudio/py-shinywidgets/issues/new) about other packages that we
2424
should support.
2525

2626
The recommended way to incorporate `{shinywidgets}` widgets into Shiny apps is to:
@@ -219,7 +219,7 @@ packages
219219
## Troubleshooting
220220

221221
If after [installing](#installation) `{shinywidgets}`, you have trouble rendering widgets,
222-
first try running the "hello world" ipywidgets [example](https://github.com/rstudio/shinywidgets/blob/main/examples/ipywidgets/app.py). If that doesn't work, it could be that you have an unsupported version
222+
first try running the "hello world" ipywidgets [example](https://github.com/rstudio/py-shinywidgets/blob/main/examples/ipywidgets/app.py). If that doesn't work, it could be that you have an unsupported version
223223
of a dependency like `{ipywidgets}` or `{shiny}`.
224224

225225
If you can run the "hello world" example, but "3rd party" widget(s) don't work, first
@@ -241,7 +241,7 @@ head_content(HTML(Resources(mode="inline").render()))
241241
#### Other widgets?
242242

243243
Know of another widget that requires initialization code? [Please let us know about
244-
it](https://github.com/rstudio/shinywidgets/issues/new)!
244+
it](https://github.com/rstudio/py-shinywidgets/issues/new)!
245245

246246
## Development
247247

setup.cfg

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = shinywidgets
33
version = attr: shinywidgets.__version__
44
author = Carson Sievert
55
author_email = [email protected]
6-
url = https://github.com/rstudio/shinywidgets
6+
url = https://github.com/rstudio/py-shinywidgets
77
description = Render ipywidgets in Shiny applications
88
license = MIT
99
license_file = LICENSE
@@ -18,9 +18,9 @@ classifiers =
1818
Programming Language :: Python :: 3.8
1919
Programming Language :: Python :: 3.9
2020
project_urls =
21-
Bug Tracker = https://github.com/rstudio/shinywidgets/issues
22-
Documentation = https://github.com/rstudio/shinywidgets/
23-
Source Code = https://github.com/rstudio/shinywidgets/
21+
Bug Tracker = https://github.com/rstudio/py-shinywidgets/issues
22+
Documentation = https://github.com/rstudio/py-shinywidgets/
23+
Source Code = https://github.com/rstudio/py-shinywidgets/
2424

2525

2626
[options]

0 commit comments

Comments
 (0)