Skip to content

Commit

Permalink
adding cli and more place tags
Browse files Browse the repository at this point in the history
  • Loading branch information
whubsch committed Sep 21, 2024
1 parent a928706 commit 2f1add5
Show file tree
Hide file tree
Showing 25 changed files with 191,672 additions and 208,529 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,10 @@ pip-delete-this-directory.txt

# Temporary files
*scratch*.py
scripts/merge_tags.py
scripts/missing_places.py
scripts/tags_*.json
scripts/test_*.geojson
scripts/test*.py
scripts/out*.geojson
.pypirc
Expand Down
431 changes: 181 additions & 250 deletions docs/overturetoosm.html

Large diffs are not rendered by default.

1,571 changes: 1,396 additions & 175 deletions docs/overturetoosm/__about__.html

Large diffs are not rendered by default.

88 changes: 31 additions & 57 deletions docs/overturetoosm/addresses.html

Large diffs are not rendered by default.

135 changes: 36 additions & 99 deletions docs/overturetoosm/buildings.html

Large diffs are not rendered by default.

2,514 changes: 1,884 additions & 630 deletions docs/overturetoosm/objects.html

Large diffs are not rendered by default.

296 changes: 97 additions & 199 deletions docs/overturetoosm/places.html

Large diffs are not rendered by default.

2,353 changes: 1,567 additions & 786 deletions docs/overturetoosm/resources.html

Large diffs are not rendered by default.

6,906 changes: 6,906 additions & 0 deletions docs/overturetoosm/segments.html

Large diffs are not rendered by default.

205 changes: 91 additions & 114 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.

3 changes: 2 additions & 1 deletion scripts/make_docs.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import pdoc
import pdoc.render


print("Generating docs...")
here = Path(__file__).parent

pdoc.render.configure(
Expand All @@ -14,3 +14,4 @@
logo="https://whubsch.github.io/overturetoosm/logo.svg",
)
pdoc.pdoc("src/overturetoosm", output_directory=here.parent / "docs")
print("Done!")
Loading

0 comments on commit 2f1add5

Please sign in to comment.