22site_name : " flet-geolocator"
33site_url : https://flet-dev.github.io/flet-geolocator/
44site_author : Flet Contributors
5- site_description : Adds geolocation capabilities to your Flet apps.
5+ site_description : A Flet extension that adds geolocation capabilities to your apps.
66
77# Repository
88edit_uri : edit/main/docs/
7979 - API Reference :
8080 - Geolocator : geolocator.md
8181 - Types :
82- - ForegroundNotificationConfiguration : foreground_notification_configuration.md
83- - GeolocatorAndroidConfiguration : geolocator_android_configuration.md
84- - GeolocatorConfiguration : geolocator_configuration.md
85- - GeolocatorIosActivityType : geolocator_ios_activity_type.md
86- - GeolocatorIosConfiguration : geolocator_ios_configuration.md
87- - GeolocatorPermissionStatus : geolocator_permission_status.md
88- - GeolocatorPosition : geolocator_position.md
89- - GeolocatorPositionAccuracy : geolocator_position_accuracy.md
90- - GeolocatorPositionChangeEvent : geolocator_position_change_event.md
91- - GeolocatorWebConfiguration : geolocator_web_configuration.md
82+ - ForegroundNotificationConfiguration : types/ foreground_notification_configuration.md
83+ - GeolocatorAndroidConfiguration : types/ geolocator_android_configuration.md
84+ - GeolocatorConfiguration : types/ geolocator_configuration.md
85+ - GeolocatorIosActivityType : types/ geolocator_ios_activity_type.md
86+ - GeolocatorIosConfiguration : types/ geolocator_ios_configuration.md
87+ - GeolocatorPermissionStatus : types/ geolocator_permission_status.md
88+ - GeolocatorPosition : types/ geolocator_position.md
89+ - GeolocatorPositionAccuracy : types/ geolocator_position_accuracy.md
90+ - GeolocatorPositionChangeEvent : types/ geolocator_position_change_event.md
91+ - GeolocatorWebConfiguration : types/ geolocator_web_configuration.md
9292 - Changelog : changelog.md
9393 - License : license.md
9494
@@ -99,15 +99,20 @@ validation:
9999 unrecognized_links : warn
100100 anchors : warn
101101
102+ # Watch
102103watch :
103104 - docs
104- - src
105+ - src/flet_geolocator
106+ - CHANGELOG.md
107+ - LICENSE
108+ - README.md
105109
106110# Plugins
107111plugins :
108112 # - footnotes
109113 - search :
110114 lang : en
115+ - open-in-new-tab
111116 - mike :
112117 alias_type : symlink
113118 - glightbox
@@ -132,21 +137,17 @@ plugins:
132137 show_labels : false
133138 show_if_no_docstring : true
134139 docstring_section_style : spacy
140+ separate_signature : true
135141 inherited_members : true
136142 preload_modules : [ flet ]
137143 filters :
138144 - " !^_" # Exclude private members starting with only one underscore
139- - " !before_update"
140- - " !before_event"
141- - " !clean"
142- - " !did_mount"
143- - " !init"
144- - " !is_isolated"
145- - " !update"
146- - " !will_unmount"
145+ - " !get_event_field_type"
147146 extensions :
148147 - griffe_modernized_annotations
148+ - griffe_warnings_deprecated
149149 inventories :
150+ - url : https://docs.flet.dev/objects.inv
150151 - url : https://docs.python.org/3/objects.inv
151152 domains : [ py, std ]
152153 - url : https://typing-extensions.readthedocs.io/en/latest/objects.inv
0 commit comments