Skip to content

Commit f65f98e

Browse files
authored
Merge pull request #957 from HaudinFlorence/docs_add_missing_attributes
Add to ipyleaflet's documentation some missing attributes sections with autodoc.
2 parents 396451a + d440c27 commit f65f98e

File tree

5 files changed

+18
-1
lines changed

5 files changed

+18
-1
lines changed

docs/source/controls/draw_control.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,3 +52,8 @@ Example
5252

5353
m
5454

55+
Attributes
56+
----------
57+
58+
.. autoclass:: ipyleaflet.leaflet.DrawControl
59+
:members:

docs/source/controls/layers_control.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,8 @@ Example
3030

3131
m
3232

33+
Attributes
34+
----------
35+
36+
.. autoclass:: ipyleaflet.leaflet.LayersControl
37+
:members:

docs/source/layers/image_video_overlay.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,11 @@ Example ImageOverlay
1919
m.add_layer(image);
2020
m
2121

22+
Attributes
23+
----------
24+
25+
.. autoclass:: ipyleaflet.leaflet.ImageOverlay
26+
:members:
2227

2328
Example VideoOverlay
2429
--------------------

docs/source/map_and_basemaps/map.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Example
1515
)
1616

1717
m
18-
18+
1919
Usage
2020
-----
2121
You can find the list of available basemaps in the :ref:`basemaps-section` page.

docs/source/usage/index.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
.. _usage-section:
2+
13
Usage
24
=====
35

0 commit comments

Comments
 (0)