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

Commit b7e289a

Browse files
author
committed
Deployed b256496 with MkDocs version: 1.5.3
0 parents  commit b7e289a

File tree

86 files changed

+46655
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

86 files changed

+46655
-0
lines changed

.nojekyll

Whitespace-only changes.

404.html

+998
Large diffs are not rendered by default.

API/Python/index.html

+1,134
Large diffs are not rendered by default.

API/PythonDB/index.html

+1,452
Large diffs are not rendered by default.

API/REST/index.html

+1,458
Large diffs are not rendered by default.

Dev/bootstrapsh/index.html

+1,119
Large diffs are not rendered by default.

Dev/changefile/index.html

+1,206
Large diffs are not rendered by default.

Dev/chroots/index.html

+1,141
Large diffs are not rendered by default.

Dev/coding/index.html

+1,198
Large diffs are not rendered by default.

Dev/dataflow.png

237 KB
Loading

Dev/dataflow/index.html

+1,238
Large diffs are not rendered by default.

Dev/debugging/index.html

+1,202
Large diffs are not rendered by default.

Dev/engine/index.html

+1,098
Large diffs are not rendered by default.

Dev/install-with-docker/index.html

+1,125
Large diffs are not rendered by default.

Dev/install/index.html

+1,069
Large diffs are not rendered by default.

Dev/osmstats/index.html

+1,593
Large diffs are not rendered by default.

Dev/replication/index.html

+1,071
Large diffs are not rendered by default.

Dev/replicator/index.html

+1,046
Large diffs are not rendered by default.

Dev/statistics/index.html

+1,463
Large diffs are not rendered by default.

Dev/stats-test/index.html

+1,161
Large diffs are not rendered by default.

Dev/utility/index.html

+1,287
Large diffs are not rendered by default.

Dev/validation/index.html

+1,217
Large diffs are not rendered by default.

Doxyfile.in

+2,561
Large diffs are not rendered by default.

Makefile.am

+27
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
#
2+
# Copyright (c) 2020, 2021, 2023 Humanitarian OpenStreetMap Team
3+
#
4+
# This file is part of Underpass.
5+
#
6+
# Underpass is free software: you can redistribute it and/or modify
7+
# it under the terms of the GNU General Public License as published by
8+
# the Free Software Foundation, either version 3 of the License, or
9+
# (at your option) any later version.
10+
#
11+
# Underpass is distributed in the hope that it will be useful,
12+
# but WITHOUT ANY WARRANTY; without even the implied warranty of
13+
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14+
# GNU General Public License for more details.
15+
#
16+
# You should have received a copy of the GNU General Public License
17+
# along with Underpass. If not, see <https://www.gnu.org/licenses/>.
18+
19+
apidoc:
20+
if ENABLE_DOXYGEN
21+
.PHONY: apidoc
22+
$(DOXYGEN) $<
23+
clean-generic:
24+
rm -Rf apidoc
25+
else
26+
echo "Install Doxygen!"
27+
endif

0 commit comments

Comments
 (0)