Skip to content

Commit

Permalink
docs: fix api docs references
Browse files Browse the repository at this point in the history
  • Loading branch information
spwoodcock committed Aug 6, 2024
1 parent bb3e4a8 commit c729411
Showing 1 changed file with 19 additions and 3 deletions.
22 changes: 19 additions & 3 deletions docs/api.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,29 @@
# API Docs for conflator

## config.py
## conflator.py

::: osm_merge.conflator.conflateBuildings
::: osm_merge.conflator.Conflator
options:
show_source: false
heading_level: 3

::: osm_merge.conflator.conflatePOI
## conflateBuildings.py

::: osm_merge.conflateBuildings.ConflateBuildings
options:
show_source: false
heading_level: 3

## conflatePOI.py

::: osm_merge.conflatePOI.ConflatePOI
options:
show_source: false
heading_level: 3

## geosupport.py

::: osm_merge.geosupport.GeoSupport
options:
show_source: false
heading_level: 3

0 comments on commit c729411

Please sign in to comment.