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 6ff1868 commit e2c96edCopy full SHA for e2c96ed
.github/CONTRIBUTING.md
@@ -116,8 +116,10 @@ The *final* PR should contain:
116
- a new module in `folium/plugins` with the plugin class, with docstring
117
- importing that class in `folium/plugins/__init__.py`
118
- a test in `tests/plugins/test_[new plugin module].py`
119
-- listing the plugin in `docs/user_guide/plugins.rst`
120
- a documentation module with examples in `docs/user_guide/plugins`
+- listing that module in `docs/user_guide/plugins.rst`
121
+ - in the toctree
122
+ - as well as the table lower on the page
123
124
Before doing all this work it's a good idea to open a PR with just the plugin
125
to discuss whether it's something to include in folium.
0 commit comments