Skip to content

Commit 5ab8da3

Browse files
Update contributing.md
1 parent 5e327e7 commit 5ab8da3

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

Diff for: contributing.md

+1-6
Original file line numberDiff line numberDiff line change
@@ -238,12 +238,7 @@ the `plotly/plotly.js` GitHub repository (and place them in
238238
`plotly/package_data`). It will then regenerate all of the `graph_objs`
239239
classes based on the new schema.
240240

241-
For dev branches, it is also possible to use `updateplotlyjsdev --devrepo reponame --devbranch branchname` to update to development versions of `plotly.js`. This will fetch the `plotly.js` in the CircleCI artifact of the branch `branchname` of the repo `reponame`. If `--devrepo` or `--devbranch` are omitted, `updateplotlyjsdev` defaults using `plotly/plotly.js` and `master` respectively. For example, to update to a version from a pull request to the `plotly/plotly.js` repo that is numbered 555, run:
242-
243-
```bash
244-
$ cd packages/python/plotly
245-
$ python setup.py updateplotlyjsdev --devbranch pull/555
246-
```
241+
For dev branches, it is also possible to use `updateplotlyjsdev --devrepo reponame --devbranch branchname` to update to development versions of `plotly.js`. This will fetch the `plotly.js` in the CircleCI artifact of the branch `branchname` of the repo `reponame`. If `--devrepo` or `--devbranch` are omitted, `updateplotlyjsdev` defaults using `plotly/plotly.js` and `master` respectively.
247242

248243
## Testing
249244

0 commit comments

Comments
 (0)