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

Commit

Permalink
Deployed a573a2b with MkDocs version: 1.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Unknown committed Nov 29, 2023
0 parents commit 7b421df
Show file tree
Hide file tree
Showing 86 changed files with 47,844 additions and 0 deletions.
Empty file added .nojekyll
Empty file.
1,026 changes: 1,026 additions & 0 deletions 404.html

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

1,246 changes: 1,246 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,278 changes: 1,278 additions & 0 deletions Dev/dataflow/index.html

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

1,261 changes: 1,261 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 7b421df

Please sign in to comment.