-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Reformat docstrings #1835
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
nicolaskruchten
merged 12 commits into
plotly:master
from
joelostblom:reformat-docstring
Oct 22, 2019
+234
−148
Merged
Reformat docstrings #1835
Changes from 11 commits
Commits
Show all changes
12 commits
Select commit
Hold shift + click to select a range
90359b0
Reformat docstring
joelostblom 457c083
Change to setext headers
joelostblom 00def09
Indent param desc to improve readability
joelostblom 97a1e41
Remove multiple spaces created by line continuation
joelostblom 6973229
Change type abbreviation for consistency with make_subplots.py
joelostblom d624606
Change type abbreviation for consistency with most other plotly docst…
joelostblom b106d2d
Reformat according to black and add a few missing commas
joelostblom 2714d36
Reformat colref variables to support Python2.7
joelostblom cf7f8d4
Remove superfluous parentheses
joelostblom 4ca1aa3
Let black autoformat list items and long strings
joelostblom fadf8d4
Change textwrapper approach for Python2.7 compatibility
joelostblom 813f1c2
Change `dimensions` parameter description
joelostblom 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 hidden or 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 hidden or 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 hidden or 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.
I think this is a
colref_list_type
no? @emmanuelle thoughts?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, correct, we forgot to update this one. @joelostblom would you mind making this change? Otherwise I can push a commit to your branch if you don't have the time. And then we'll merge :-)
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.
@emmanuelle Updated!