Skip to content

Commit

Permalink
Replace all instances of plot.ly with plotly.com. (#482)
Browse files Browse the repository at this point in the history
  • Loading branch information
Shammamah Hossain authored Mar 27, 2020
1 parent c920884 commit 320d91f
Show file tree
Hide file tree
Showing 10 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
custom: https://plot.ly/products/consulting-and-oem/
custom: https://plotly.com/products/consulting-and-oem/
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ download a Chrome driver, install it, and add its path. Follow what the error
messages point to (this will be platform-specific).

To write more integration tests, please read this
[tutorial](https://dash.plot.ly/testing).
[tutorial](https://dash.plotly.com/testing).

To run the suite of unit tests:
```bash
Expand Down
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ Encoding: UTF-8
LazyData: true
KeepSource: true
Author: The Plotly Team [aut]
Maintainer: Ryan Patrick Kyle <ryan@plot.ly>
Maintainer: Ryan Patrick Kyle <ryan@plotly.com>
RoxygenNote: 6.1.1
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Demo:
[https://dash-gallery.plotly.host/Portal/?search=Bioinformatics](https://dash-gallery.plotly.host/Portal/?search=Bioinformatics)

Documentation:
[https://dash.plot.ly/dash-bio](https://dash.plot.ly/dash-bio)
[https://dash.plotly.com/dash-bio](https://dash.plotly.com/dash-bio)

## Components

Expand Down Expand Up @@ -46,7 +46,7 @@ The Dash Bio components each fall into one of three categories:
## Dash

Learn more about Dash at
[https://plot.ly/products/dash/](https://plot.ly/products/dash/).
[https://plotly.com/products/dash/](https://plotly.com/products/dash/).

## Consulting and OEM

Expand Down
2 changes: 1 addition & 1 deletion config.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
# Fill in with your Plotly On-Premise API key
# See <your-plotly-server>/settings/api to generate a key
# If you have already created a key and saved it on your own machine
# (from the Plotly-Python library instructions at https://plot.ly/python/getting-started)
# (from the Plotly-Python library instructions at https://plotly.com/python/getting-started)
# then you can view that key in your ~/.plotly/.config file
# or inside a Python session with these commands:
# import plotly
Expand Down
4 changes: 2 additions & 2 deletions dash_bio/component_factory/_clustergram.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,10 +146,10 @@ def Clustergram(
annotation).
- tick_font (dict; optional): The font options for ticks, as specified
in the Plotly graph_objects documentation (see:
https://plot.ly/python/reference/#bar-marker-colorbar-tickfont).
https://plotly.com/python/reference/#bar-marker-colorbar-tickfont).
- annotation_font (dict; optional): The font options for annotations,
as specified in the Plotly graph_objects documentation (see:
https://plot.ly/python/reference/#layout-scene-annotations-items-annotation-font).
https://plotly.cp,/python/reference/#layout-scene-annotations-items-annotation-font).
- line_width (list | number; default 0.5): The line width for the
dendrograms. If in list format, the first element corresponds to
the width of the row dendrogram traces, and the second corresponds
Expand Down
2 changes: 1 addition & 1 deletion dash_bio/package-info.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"name": "dash_bio", "version": "0.4.8", "author": "The Plotly Team <dashbio@plot.ly>"}
{"name": "dash_bio", "version": "0.4.8", "author": "The Plotly Team <dashbio@plotly.com>"}
2 changes: 1 addition & 1 deletion man/dashBio-package.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
A suite of components that makes it simpler to analyze and visualize bioinformatics data and interact with them in a Dash application.
}
\author{
\strong{Maintainer}: Ryan Patrick Kyle <ryan@plot.ly>
\strong{Maintainer}: Ryan Patrick Kyle <ryan@plotly.com>
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
"postbuild": "es-check es5 dash_bio/*.js",
"build:dev": "npm run build:js-dev && npm run build:py"
},
"author": "The Plotly Team <dashbio@plot.ly>",
"maintainer": "Ryan Patrick Kyle <ryan@plot.ly>",
"author": "The Plotly Team <dashbio@plotly.com>",
"maintainer": "Ryan Patrick Kyle <ryan@plotly.com>",
"license": "MIT",
"dependencies": {
"circos": "git+https://github.com/matthewchan15/circosJS.git#matthewchan15-zoom-pan-svg",
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
version=package["version"],
url='https://github.com/plotly/{}'.format(package_name.replace('_', '-')),
author=package['author'],
author_email='dashbio@plot.ly',
author_email='dashbio@plotly.com',
packages=[package_name, '{}/component_factory'.format(package_name)],
include_package_data=True,
description=package['description'] if 'description' in package else package_name,
Expand Down

0 comments on commit 320d91f

Please sign in to comment.