Skip to content

Commit dd24250

Browse files
authored
Merge pull request #731 from ocefpaf/vector_layer_docs
Finish vector layers re-factor...
2 parents f598f38 + a5b340d commit dd24250

14 files changed

+800
-661
lines changed

CHANGES.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
0.6.0
22
~~~~~
33

4+
- Improved Vector Layers docs, notebooks, and optional arguments (ocefpaf #731)
45
- Implemented `export=False/True` option to the Draw plugin layer for saving
56
GeoJSON files (ocefpaf #727)
67
- Internal re-factor to reflect leaflet's organization (ocefpaf #725)

docs/modules.rst

Lines changed: 15 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,19 +16,28 @@
1616
:show-inheritance:
1717

1818

19-
:mod:`features`
20-
---------------
19+
:mod:`Vector Layers`
20+
--------------------
2121

22-
.. automodule:: folium.features
22+
.. automodule:: folium.vector_layers
23+
:members:
24+
:undoc-members:
25+
:show-inheritance:
26+
27+
28+
:mod:`Raster Layers`
29+
--------------------
30+
31+
.. automodule:: folium.raster_layers
2332
:members:
2433
:undoc-members:
2534
:show-inheritance:
2635

2736

28-
:mod:`utilities`
29-
----------------
37+
:mod:`Extra Features`
38+
---------------------
3039

31-
.. automodule:: folium.utilities
40+
.. automodule:: folium.features
3241
:members:
3342
:undoc-members:
3443
:show-inheritance:

examples/Features.ipynb

Lines changed: 40 additions & 189 deletions
Large diffs are not rendered by default.

examples/MultiPolyline.ipynb

Lines changed: 0 additions & 104 deletions
This file was deleted.

0 commit comments

Comments
 (0)