From f2d4c755f6939a03b64116bcf000f980ed9d3ccb Mon Sep 17 00:00:00 2001 From: Manuel Fuhr Date: Wed, 29 Dec 2021 08:50:02 +0100 Subject: [PATCH] Always use h1 for heading --- docs/developers/algorithm.md | 2 +- docs/features/alternatives.md | 2 +- docs/features/costfunctions.md | 2 +- docs/features/cycleroutes.md | 2 +- docs/features/elevation.md | 2 +- docs/features/offline.md | 2 +- docs/features/vianogo.md | 2 +- docs/resources.md | 5 +---- docs/revisions.md | 2 +- 9 files changed, 9 insertions(+), 12 deletions(-) diff --git a/docs/developers/algorithm.md b/docs/developers/algorithm.md index 3803211..fc123e8 100644 --- a/docs/developers/algorithm.md +++ b/docs/developers/algorithm.md @@ -3,7 +3,7 @@ title: "Routing algorithm" parent: Developers --- -## Routing algorithm: 2-pass routing with adaptive cost-cutoff +# Routing algorithm: 2-pass routing with adaptive cost-cutoff There's not so much to say about the routing algorithm, because the basic ideas like [Dijkstra's algorithm](http://en.wikipedia.org/wiki/Dijkstra%27s_algorithm) diff --git a/docs/features/alternatives.md b/docs/features/alternatives.md index 2b49e4b..57f96e1 100644 --- a/docs/features/alternatives.md +++ b/docs/features/alternatives.md @@ -2,7 +2,7 @@ parent: Features --- -## Alternative route calculations +# Alternative route calculations Sometimes the routing result is not what you want, and you are looking for some other way, following the same routing preferences, but not following the way of diff --git a/docs/features/costfunctions.md b/docs/features/costfunctions.md index c3d449c..5073381 100644 --- a/docs/features/costfunctions.md +++ b/docs/features/costfunctions.md @@ -2,7 +2,7 @@ parent: Features --- -## Freely configurable routing profile +# Freely configurable routing profile A major reason for the limited usefulness of most bike routing software is that routing preferences are a personal issue. Not even will MTB and racing cyclist diff --git a/docs/features/cycleroutes.md b/docs/features/cycleroutes.md index 33a3ed5..8ea930a 100644 --- a/docs/features/cycleroutes.md +++ b/docs/features/cycleroutes.md @@ -2,7 +2,7 @@ parent: Features --- -## Following long distance cycle routes +# Following long distance cycle routes The long distance cycle network (see [www.opencyclemap.org](http://www.opencyclemap.org)) is the first thing to diff --git a/docs/features/elevation.md b/docs/features/elevation.md index 453adc8..4d401a7 100644 --- a/docs/features/elevation.md +++ b/docs/features/elevation.md @@ -2,7 +2,7 @@ parent: Features --- -## Elevation awareness +# Elevation awareness Elevation awareness is the most important issue in bike routing if not routing in a flat country. But in most routing software, elevation is either not handled diff --git a/docs/features/offline.md b/docs/features/offline.md index 56f6837..af3edbb 100644 --- a/docs/features/offline.md +++ b/docs/features/offline.md @@ -2,7 +2,7 @@ parent: Features --- -## Ofline routing on Android phones +# Ofline routing on Android phones BRouter is first and foremost an offline tool. It runs on any Android phone. The online version offered here is just for a trial and for convenience. While many diff --git a/docs/features/vianogo.md b/docs/features/vianogo.md index dc95526..c839e9f 100644 --- a/docs/features/vianogo.md +++ b/docs/features/vianogo.md @@ -2,7 +2,7 @@ parent: Features --- -## Via-Points and NoGo-Areas +# Via-Points and NoGo-Areas BRouter can process via-points and nogo-areas, and [brouter-web](/brouter-web) offers on online interface to edit both of them. diff --git a/docs/resources.md b/docs/resources.md index 4193a40..f848ef2 100644 --- a/docs/resources.md +++ b/docs/resources.md @@ -1,7 +1,4 @@ ---- -title: Resources ---- - +# Resources ## International resources - Please use the [osm-android-bikerouting](http://groups.google.com/group/osm-android-bikerouting) diff --git a/docs/revisions.md b/docs/revisions.md index 761ecfa..d9ec249 100644 --- a/docs/revisions.md +++ b/docs/revisions.md @@ -1,4 +1,4 @@ -## Revision history +# Revision history (ZIP-Archives including APK, readme + profiles)