We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3627cdc commit 42729aaCopy full SHA for 42729aa
.github/pull_request_template.md
@@ -1,5 +1,6 @@
1
Doc upgrade checklist:
2
3
+- [ ] file has been moved from `unconverted/x/y.md` to `x/y.md`
4
- [ ] old boilerplate at top and bottom of file has been removed
5
- [ ] Every example is independently runnable and is optimized for short line count
6
- [ ] no more `plot()` or `iplot()`
@@ -9,5 +10,4 @@ Doc upgrade checklist:
9
10
- [ ] liberal use of `add_trace` and `update_layout`
11
- [ ] `fig.show()` at the end of each example
12
- [ ] `px` example at the top if appropriate
-- [ ] `v4upgrade: true` metadata added
13
- [ ] minimize usage of hex codes for colors in favour of those in https://github.com/plotly/plotly.py-docs/issues/14
0 commit comments