Skip to content

Commit

Permalink
docs: add api docs, plus ensure voronoi img in mkdocs
Browse files Browse the repository at this point in the history
  • Loading branch information
spwoodcock committed Feb 11, 2025
1 parent 8a1700c commit db0ec28
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 2 deletions.
27 changes: 25 additions & 2 deletions docs/api.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,29 @@
# API Docs

<!-- ::: pg_nearest_city.reverse_geocode.city_from_geopoint
## Async Reverse Geocode

::: pg_nearest_city.AsyncNearestCity
options:
show_source: false
heading_level: 3

## Sync Reverse Geocode

::: pg_nearest_city.NearestCity
options:
show_source: false
heading_level: 3

## Query Output

::: pg_nearest_city.Location
options:
show_source: false
heading_level: 3

## Database Configuration

::: pg_nearest_city.DbConfig
options:
show_source: false
heading_level: 3 -->
heading_level: 3
1 change: 1 addition & 0 deletions docs/voronoi_italy.jpg

0 comments on commit db0ec28

Please sign in to comment.