Skip to content
This repository has been archived by the owner on Oct 5, 2024. It is now read-only.

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deployed 39bc906 with MkDocs version: 1.5.3
Browse files Browse the repository at this point in the history
Unknown committed Mar 7, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
0 parents commit feb261d
Showing 86 changed files with 46,652 additions and 0 deletions.
Empty file added .nojekyll
Empty file.
998 changes: 998 additions & 0 deletions 404.html

Large diffs are not rendered by default.

1,134 changes: 1,134 additions & 0 deletions API/Python/index.html

Large diffs are not rendered by default.

1,452 changes: 1,452 additions & 0 deletions API/PythonDB/index.html

Large diffs are not rendered by default.

1,458 changes: 1,458 additions & 0 deletions API/REST/index.html

Large diffs are not rendered by default.

1,119 changes: 1,119 additions & 0 deletions Dev/bootstrapsh/index.html

Large diffs are not rendered by default.

1,206 changes: 1,206 additions & 0 deletions Dev/changefile/index.html

Large diffs are not rendered by default.

1,141 changes: 1,141 additions & 0 deletions Dev/chroots/index.html

Large diffs are not rendered by default.

1,198 changes: 1,198 additions & 0 deletions Dev/coding/index.html

Large diffs are not rendered by default.

Binary file added Dev/dataflow.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1,238 changes: 1,238 additions & 0 deletions Dev/dataflow/index.html

Large diffs are not rendered by default.

1,202 changes: 1,202 additions & 0 deletions Dev/debugging/index.html

Large diffs are not rendered by default.

1,098 changes: 1,098 additions & 0 deletions Dev/engine/index.html

Large diffs are not rendered by default.

1,125 changes: 1,125 additions & 0 deletions Dev/install-with-docker/index.html

Large diffs are not rendered by default.

1,069 changes: 1,069 additions & 0 deletions Dev/install/index.html

Large diffs are not rendered by default.

1,593 changes: 1,593 additions & 0 deletions Dev/osmstats/index.html

Large diffs are not rendered by default.

1,071 changes: 1,071 additions & 0 deletions Dev/replication/index.html

Large diffs are not rendered by default.

1,046 changes: 1,046 additions & 0 deletions Dev/replicator/index.html

Large diffs are not rendered by default.

1,463 changes: 1,463 additions & 0 deletions Dev/statistics/index.html

Large diffs are not rendered by default.

1,161 changes: 1,161 additions & 0 deletions Dev/stats-test/index.html

Large diffs are not rendered by default.

1,287 changes: 1,287 additions & 0 deletions Dev/utility/index.html

Large diffs are not rendered by default.

1,217 changes: 1,217 additions & 0 deletions Dev/validation/index.html

Large diffs are not rendered by default.

2,561 changes: 2,561 additions & 0 deletions Doxyfile.in

Large diffs are not rendered by default.

27 changes: 27 additions & 0 deletions Makefile.am
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
#
# Copyright (c) 2020, 2021, 2023 Humanitarian OpenStreetMap Team
#
# This file is part of Underpass.
#
# Underpass is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# Underpass is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with Underpass. If not, see <https://www.gnu.org/licenses/>.

apidoc:
if ENABLE_DOXYGEN
.PHONY: apidoc
$(DOXYGEN) $<
clean-generic:
rm -Rf apidoc
else
echo "Install Doxygen!"
endif
Loading

0 comments on commit feb261d

Please sign in to comment.