Skip to content

Commit e2c96ed

Browse files
committed
update plugin docs requirements
1 parent 6ff1868 commit e2c96ed

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/CONTRIBUTING.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,8 +116,10 @@ The *final* PR should contain:
116116
- a new module in `folium/plugins` with the plugin class, with docstring
117117
- importing that class in `folium/plugins/__init__.py`
118118
- a test in `tests/plugins/test_[new plugin module].py`
119-
- listing the plugin in `docs/user_guide/plugins.rst`
120119
- a documentation module with examples in `docs/user_guide/plugins`
120+
- listing that module in `docs/user_guide/plugins.rst`
121+
- in the toctree
122+
- as well as the table lower on the page
121123
122124
Before doing all this work it's a good idea to open a PR with just the plugin
123125
to discuss whether it's something to include in folium.

0 commit comments

Comments
 (0)