From 76f20ca864be85d3e42854bcfc78cdf61a76608b Mon Sep 17 00:00:00 2001 From: Manuel Fuhr Date: Wed, 29 Dec 2021 07:24:21 +0100 Subject: [PATCH] Move algorithm to developer information --- docs/{features => developers}/algorithm.md | 2 +- docs/index.md | 2 +- docs/revisions.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) rename docs/{features => developers}/algorithm.md (99%) diff --git a/docs/features/algorithm.md b/docs/developers/algorithm.md similarity index 99% rename from docs/features/algorithm.md rename to docs/developers/algorithm.md index d4c43cd..3803211 100644 --- a/docs/features/algorithm.md +++ b/docs/developers/algorithm.md @@ -1,6 +1,6 @@ --- title: "Routing algorithm" -parent: Features +parent: Developers --- ## Routing algorithm: 2-pass routing with adaptive cost-cutoff diff --git a/docs/index.md b/docs/index.md index c96113c..0e4477f 100644 --- a/docs/index.md +++ b/docs/index.md @@ -24,7 +24,7 @@ Here's what makes BRouter unique: - It works [fully offline on any Android phone](features/offline.md) and is interfaced to some of the most popular Android map tools -- It uses a sophisticated [routing-algorithm](features/algorithm.md) with +- It uses a sophisticated [routing-algorithm](developers/algorithm.md) with [elevation consideration](features/elevation.md) - It offers [alternative route calculations](features/alternatives.md) diff --git a/docs/revisions.md b/docs/revisions.md index fbaa817..761ecfa 100644 --- a/docs/revisions.md +++ b/docs/revisions.md @@ -260,7 +260,7 @@ ### [brouter_0_9_6.zip](../brouter_bin/brouter_0_9_6.zip) (27.10.2013) -- added html-page about [routing-algorithm](features/algorithm.md) +- added html-page about [routing-algorithm](developers/algorithm.md) - changed from 3-pass to 2-pass calculation - added profile-parameters for routing coefficients - lowered pass1-coefficient for car-test to 1.3