|
1 | 1 | # Users
|
2 | 2 |
|
3 |
| - * [Quickstart](./web/quickstart.md) for users |
4 |
| - * [Read Overview](http://graphhopper.com/#overview) |
5 |
| - * [Add GraphHopper Maps to your Browser](./web/open-search.md) |
6 |
| - * [GraphHopper on Twitter](https://twitter.com/graphhopper) |
| 3 | + * [Quickstart](./web/quickstart.md): HowTo for users. |
| 4 | + * [Read Overview](https://graphhopper.com/#overview): Summary of the product Graphhopper. |
| 5 | + * [Add GraphHopper Maps to your Browser](./web/open-search.md) Instructions how to setup Graphhopper as the standart search enginge in your browser. |
| 6 | + * [GraphHopper on Twitter](https://twitter.com/graphhopper): Find the official Graphhopper account on Twitter. |
7 | 7 |
|
8 | 8 | # Translators
|
9 | 9 |
|
10 |
| -* [Translations](./core/translations.md) |
| 10 | +* [Translations](./core/translations.md): Tutorial how to help with the Graphhopper translations or how to setup a new language. |
11 | 11 |
|
12 | 12 |
|
13 | 13 | # Developers
|
14 | 14 |
|
15 |
| - * [Quickstart](./core/quickstart-from-source.md) for developers. Explains git checkout, IDE setup and commands for setting up a graphhopper server. |
16 |
| - * [Android](./android/index.md) Instructions how to setup the demo project for graphhopper on Android as base for further development (i.e. with Android Studio). |
17 |
| - * [Windows](./core/windows-setup.md) Documentation about how to get an graphhopper instance running on windows (cygwin). |
18 |
| - * [Set up and run GraphHopper in Eclipse](./core/eclipse-setup.md) Detailed instructions how to setup Graphhopper in eclipse with maven. |
19 |
| - * [iOS](https://github.com/graphhopper/graphhopper-ios/) Link to the Graphhopper-iOS github repository. |
| 15 | + * [Quickstart](./core/quickstart-from-source.md): Introduction for developers. Explains git checkout, IDE setup and commands for setting up a graphhopper server. |
| 16 | + * [Android](./android/index.md): Instructions how to setup the demo project for Graphhopper on Android as base for further development (i.e. with Android Studio). |
| 17 | + * [Windows](./core/windows-setup.md): Documentation about how to get an Graphhopper instance running on windows (cygwin). |
| 18 | + * [Set up and run GraphHopper in Eclipse](./core/eclipse-setup.md): Detailed instructions how to setup Graphhopper in eclipse with maven. |
| 19 | + * [iOS](https://github.com/graphhopper/graphhopper-ios/): Link to the Graphhopper-iOS github repository. |
20 | 20 |
|
21 | 21 | ## Core
|
22 | 22 |
|
23 |
| - * [Simple routing](./core/routing.md) to integrate GraphHopper in your Java application (or pick any JVM language) |
24 |
| - * [Create custom weighting](./core/weighting.md) Documentation about how to create a custom weighting class to influence the track calculation. |
25 |
| - * [Elevation](./core/elevation.md) Documentation how to enable the usage of elevation for the output of the track. |
26 |
| - * [Technical overview](./core/technical.md) Technical details about how graphhoppers calculations are working. |
27 |
| - * [Slides from 2014](https://graphhopper.com/public/slides/) Small presentations about how graphhopper ist working. |
28 |
| - * [Contraction Hierarchies](./core/ch.md) details about speeding up the track calculations by [Contraction Hierarchies](http://en.wikipedia.org/wiki/Contraction_hierarchies). |
| 23 | + * [Simple routing](./core/routing.md): Tutorial how to integrate GraphHopper in your Java application (or pick any JVM language) |
| 24 | + * [Create custom weighting](./core/weighting.md): Documentation about how to create a custom weighting class to influence the track calculation. |
| 25 | + * [Elevation](./core/elevation.md): Documentation how to enable the usage of elevation for the output of the track. |
| 26 | + * [Technical overview](./core/technical.md): Technical details about how graphhoppers calculations are working. |
| 27 | + * [Slides from 2014](https://graphhopper.com/public/slides/): Small presentations about how graphhopper ist working. |
| 28 | + * [Contraction Hierarchies](./core/ch.md): Details about speeding up the track calculations by [Contraction Hierarchies](http://en.wikipedia.org/wiki/Contraction_hierarchies). |
29 | 29 |
|
30 | 30 | ## Web
|
31 | 31 |
|
32 |
| - * [Routing API](./web/api-doc.md) Documentation of the Web API to communicate with any graphhopper server via http. |
| 32 | + * [Routing API](./web/api-doc.md): Documentation of the Web API to communicate with any graphhopper server via http. |
33 | 33 |
|
34 | 34 | ## Advanced Topics
|
35 | 35 |
|
36 |
| - * [Low level API](./core/low-level-api.md) Use Graphhopper as a Java library. |
37 |
| - * [Create new FlagEncoder](./core/create-new-flagencoder.md) to create new routing profiles to influence which ways to favor and how the track-time is calculated. |
38 |
| - * [LocationIndex](./core/location-index.md) to get the location index to get i.e. the nearest edge. |
39 |
| - * [World-Wide-Road-Network](./core/world-wide.md) Details about using the whole world wide street data. |
40 |
| - * [Changelog](https://github.com/graphhopper/graphhopper/blob/master/core/files/changelog.txt) Latest changes. |
| 36 | + * [Low level API](./core/low-level-api.md): Instructions how to use Graphhopper as a Java library. |
| 37 | + * [Create new FlagEncoder](./core/create-new-flagencoder.md): Documentation to create new routing profiles to influence which ways to favor and how the track-time is calculated. |
| 38 | + * [LocationIndex](./core/location-index.md): Documentation about how to get the location index for getting i.e. the nearest edge. |
| 39 | + * [World-Wide-Road-Network](./core/world-wide.md): Details about using the whole world wide street data. |
| 40 | + * [Changelog](https://github.com/graphhopper/graphhopper/blob/master/core/files/changelog.txt): Latest changes. |
0 commit comments