]> git.openstreetmap.org Git - nominatim.git/commitdiff
docs: move place ranking into customization part
authorSarah Hoffmann <lonvia@denofr.de>
Thu, 14 Oct 2021 08:10:54 +0000 (10:10 +0200)
committerSarah Hoffmann <lonvia@denofr.de>
Mon, 18 Oct 2021 07:04:06 +0000 (09:04 +0200)
docs/customize/Ranking.md [moved from docs/develop/Ranking.md with 97% similarity]
docs/mkdocs.yml

similarity index 97%
rename from docs/develop/Ranking.md
rename to docs/customize/Ranking.md
index 5b1ca1915ca653624261278c04adffa65cbc9882..6bde1866eb40e143a1f0b544ec25dc065d7c79d5 100644 (file)
@@ -1,8 +1,7 @@
 # Place Ranking in Nominatim
 
 Nominatim uses two metrics to rank a place: search rank and address rank.
-Both can be assigned a value between 0 and 30. They serve slightly
-different purposes, which are explained in this chapter.
+This chapter explains what place ranking means and how it can be customized.
 
 ## Search rank
 
index d00e0499b36f8bf6ccdb782a55feeaf15f2c5066..2f9a0b8939458709f74e970fb8504b08ceea128e 100644 (file)
@@ -27,6 +27,7 @@ pages:
         - 'Overview': 'customize/Overview.md'
         - 'Import Styles': 'customize/Import-Styles.md'
         - 'Configuration Settings': 'customize/Settings.md'
+        - 'Place Ranking' : 'customize/Ranking.md'
         - 'Tokenizers' : 'customize/Tokenizers.md'
         - 'Special Phrases': 'customize/Special-Phrases.md'
         - 'External data: US housenumbers from TIGER': 'customize/Tiger.md'
@@ -35,7 +36,6 @@ pages:
         - 'Setup for Development' : 'develop/Development-Environment.md'
         - 'Architecture Overview' : 'develop/overview.md'
         - 'OSM Data Import' : 'develop/Import.md'
-        - 'Place Ranking' : 'develop/Ranking.md'
         - 'Tokenizers' : 'develop/Tokenizers.md'
         - 'Postcodes' : 'develop/Postcodes.md'
         - 'Testing' : 'develop/Testing.md'