Skip to content

Commit 318bebd

Browse files
committed
Remove submodules discussion from contributing now that these are inlined
1 parent d8b9fc2 commit 318bebd

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

contributing.md

-16
Original file line numberDiff line numberDiff line change
@@ -62,22 +62,6 @@ development version of `FigureWidget`,
6262
To make plotly plots show up in JupyterLab, you also need to [install the plotly jupyterlab extensions][plotly-jl].
6363

6464
[plotly-jl]: https://plot.ly/python/getting-started/#jupyterlab-support-python-35
65-
66-
### Setup Submodules
67-
68-
This project uses git submodules. They're both helpful and, at times, difficult to work with. The good news is you probably don't need to think about them! Just run the following shell command to make sure that your local repo is wired properly:
69-
70-
**DO THIS (run this command in your new `plotly.py` directory)**
71-
72-
```bash
73-
python setup_submodules.py
74-
```
75-
76-
That's going to initialize the submodules we use in this project, update them so that they're synced to the proper commit, and copy files to the appropriate locations in your local repo.
77-
78-
Here's what you need to know: changes to any files inside the following directories **will get overwritten**. These are synced with the submodules, if you need to change functionality there, you will need to make a pull request in the appropriate sub project repository.
79-
- `packages/python/chart-studio/chart_studio/plotly/chunked_requests`
80-
- `packages/python/plotly/plotly/matplotlylib/mplexporter`
8165

8266
### Configure black code formatting
8367
This repo uses the [Black](https://black.readthedocs.io/en/stable/) code formatter,

0 commit comments

Comments
 (0)