File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change 11"""
2- Module for working with map custom visualizations (aka Kuvizs)
2+ Module for working with custom map visualizations (aka Kuvizs)
33
44.. module:: carto.Kuvizs
55 :platform: Unix, Windows
6- :synopsis: Module for working with map custom visualizations (aka Kuvizs)
6+ :synopsis: Module for working with custom map visualizations (aka Kuvizs)
77
88.. moduleauthor:: Simon Martin <[email protected] > 99
2525
2626class Kuviz (WarnResource ):
2727 """
28- Represents a map custom visualization in CARTO.
28+ Represents a custom map visualization in CARTO.
29+
30+ .. warning:: Non-public API. It may change with no previous notice
2931 """
3032 created_at = DateTimeField ()
3133 data = CharField ()
@@ -44,6 +46,8 @@ class Meta:
4446class KuvizManager (Manager ):
4547 """
4648 Manager for the Kuviz class.
49+
50+ .. warning:: Non-public API. It may change with no previous notice
4751 """
4852 resource_class = Kuviz
4953 paginator_class = CartoPaginator
You can’t perform that action at this time.
0 commit comments