Skip to content

Commit

Permalink
Adding address to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
whubsch committed Aug 2, 2024
1 parent 2c5f5e1 commit 0155fdf
Show file tree
Hide file tree
Showing 10 changed files with 3,821 additions and 1,405 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ share/python-wheels/
.installed.cfg
*.egg
MANIFEST
.DS_Store

# Virtual environments
env/
Expand Down
468 changes: 459 additions & 9 deletions docs/overturetoosm.html

Large diffs are not rendered by default.

342 changes: 342 additions & 0 deletions docs/overturetoosm/addresses.html

Large diffs are not rendered by default.

391 changes: 391 additions & 0 deletions docs/overturetoosm/buildings.html

Large diffs are not rendered by default.

1,549 changes: 1,251 additions & 298 deletions docs/overturetoosm/objects.html

Large diffs are not rendered by default.

487 changes: 172 additions & 315 deletions docs/overturetoosm/places.html

Large diffs are not rendered by default.

1,567 changes: 785 additions & 782 deletions docs/overturetoosm/resources.html

Large diffs are not rendered by default.

417 changes: 417 additions & 0 deletions docs/overturetoosm/utils.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/search.js

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions src/overturetoosm/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
from .utils import process_geojson
from . import places
from . import buildings
from . import addresses
from . import objects
from . import utils
from . import resources
Expand All @@ -25,6 +26,7 @@
"process_geojson",
"places",
"buildings",
"addresses",
"objects",
"utils",
"resources",
Expand Down

0 comments on commit 0155fdf

Please sign in to comment.