-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Merge doc prod updates into master #4522
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
Merged
Merged
Changes from all commits
Commits
Show all changes
34 commits
Select commit
Hold shift + click to select a range
5985930
Update dendrogram.md
MartinoMensio 7b602dc
Merge pull request #4399 from plotly/master
archmoj e1e2eed
Fix broken markdown link in figure-labels.md
mahotd dbaf309
Merge pull request #4403 from mahotd/fix-markdown-link
LiamConnors 97a2950
Merge branch 'doc-prod' into patch-1
LiamConnors f36ef1f
Merge pull request #4364 from MartinoMensio/patch-1
LiamConnors 90b29f6
Fix `suplot` typo in doc
mahotd c2c9b4b
Merge pull request #4447 from mahotd/fix-suplot-typo-in-doc
LiamConnors 054938b
remove stamen
LiamConnors 5e8bfee
Update config.yml
LiamConnors 1e551da
Merge pull request #4457 from plotly/update-docs
LiamConnors 8cdc5ab
adding a jinja2 example to the interactive HTML export
rl-utility-man 4d8baf4
Update interactive-html-export.md based on Plotly comments
rl-utility-man bb55df0
Update doc/python/interactive-html-export.md
rl-utility-man e285e63
Merge pull request #4472 from rl-utility-man/patch-2
alexcjohnson 30d0deb
Update interactive-html-export.md
LiamConnors 7a909ca
Update interactive-html-export.md
LiamConnors cf7c5a8
Update interactive-html-export.md
LiamConnors 4001477
Merge pull request #4479 from plotly/fix-page
LiamConnors 5014eae
Update marker-style.md
LiamConnors c5cff44
Update text-and-annotations.md
LiamConnors 6f2db21
Update text-and-annotations.md
LiamConnors d42b6b3
Update doc/python/marker-style.md
LiamConnors ef247e7
Update config.yml
LiamConnors 0ac909c
Merge pull request #4509 from plotly/update-build
LiamConnors 6e64760
Merge branch 'doc-prod' into annotations-example
LiamConnors f6365c4
Merge pull request #4504 from plotly/annotations-example
LiamConnors 5432c58
Merge branch 'doc-prod' into update-marker-docs
LiamConnors f5bc9b1
Merge pull request #4485 from plotly/update-marker-docs
LiamConnors 0b80f5c
Update bubble-maps.md
mikekinde 27e9f4b
Merge pull request #4514 from mikekinde/patch-1
LiamConnors 5496d36
remove limitation
LiamConnors b37a559
Merge branch 'master' into merge-doc-prod-updates
LiamConnors 9ae8242
Merge branch 'master' into merge-doc-prod-updates
LiamConnors File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we need this change?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes,
np.float
has been removed in recent versions of PandasHere's the original PR that add that to the docs https://github.com/plotly/plotly.py/pull/4364/files
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you!