2023-08-28 11:59:26 +03:00
|
|
|
site_name: Nominatim Manual
|
2023-08-25 23:47:07 +03:00
|
|
|
theme:
|
|
|
|
name: material
|
|
|
|
features:
|
|
|
|
- navigation.tabs
|
2023-08-28 11:59:26 +03:00
|
|
|
copyright: Copyright © Nominatim developer community
|
2024-08-07 17:28:44 +03:00
|
|
|
docs_dir: docs
|
2020-04-26 16:00:28 +03:00
|
|
|
site_url: https://nominatim.org
|
2018-01-15 01:43:15 +03:00
|
|
|
repo_url: https://github.com/openstreetmap/Nominatim
|
2022-06-25 22:29:00 +03:00
|
|
|
nav:
|
2018-01-15 01:43:15 +03:00
|
|
|
- 'Introduction' : 'index.md'
|
2018-03-19 19:10:22 +03:00
|
|
|
- 'API Reference':
|
2018-08-06 00:38:19 +03:00
|
|
|
- 'Overview': 'api/Overview.md'
|
2018-03-19 19:10:22 +03:00
|
|
|
- 'Search': 'api/Search.md'
|
|
|
|
- 'Reverse': 'api/Reverse.md'
|
|
|
|
- 'Address Lookup': 'api/Lookup.md'
|
2018-08-23 21:30:07 +03:00
|
|
|
- 'Details' : 'api/Details.md'
|
2020-05-04 18:06:06 +03:00
|
|
|
- 'Status' : 'api/Status.md'
|
2018-08-11 15:17:41 +03:00
|
|
|
- 'Place Output Formats': 'api/Output.md'
|
2018-08-11 15:47:36 +03:00
|
|
|
- 'FAQ': 'api/Faq.md'
|
2018-01-15 01:43:15 +03:00
|
|
|
- 'Administration Guide':
|
|
|
|
- 'Basic Installation': 'admin/Installation.md'
|
2020-09-17 10:54:46 +03:00
|
|
|
- 'Import' : 'admin/Import.md'
|
|
|
|
- 'Update' : 'admin/Update.md'
|
2023-08-27 22:27:16 +03:00
|
|
|
- 'Deploy (Python frontend)' : 'admin/Deployment-Python.md'
|
2024-02-15 21:48:32 +03:00
|
|
|
- 'Deploy (PHP frontend)' : 'admin/Deployment-PHP.md'
|
2020-06-13 21:06:01 +03:00
|
|
|
- 'Nominatim UI' : 'admin/Setup-Nominatim-UI.md'
|
2020-04-15 14:48:57 +03:00
|
|
|
- 'Advanced Installations' : 'admin/Advanced-Installations.md'
|
2021-10-27 21:59:45 +03:00
|
|
|
- 'Maintenance' : 'admin/Maintenance.md'
|
2018-01-15 01:43:15 +03:00
|
|
|
- 'Migration from older Versions' : 'admin/Migration.md'
|
|
|
|
- 'Troubleshooting' : 'admin/Faq.md'
|
2024-08-07 17:28:44 +03:00
|
|
|
- 'Installation on Ubuntu 22' : 'admin/Install-on-Ubuntu-22.md'
|
|
|
|
- 'Installation on Ubuntu 24' : 'admin/Install-on-Ubuntu-24.md'
|
2021-10-12 22:25:13 +03:00
|
|
|
- 'Customization Guide':
|
|
|
|
- 'Overview': 'customize/Overview.md'
|
2021-10-13 00:07:41 +03:00
|
|
|
- 'Import Styles': 'customize/Import-Styles.md'
|
2021-10-12 22:25:13 +03:00
|
|
|
- 'Configuration Settings': 'customize/Settings.md'
|
2022-06-20 18:42:12 +03:00
|
|
|
- 'Per-Country Data': 'customize/Country-Settings.md'
|
2021-10-14 11:10:54 +03:00
|
|
|
- 'Place Ranking' : 'customize/Ranking.md'
|
2022-09-29 15:55:46 +03:00
|
|
|
- 'Importance' : 'customize/Importance.md'
|
2021-10-12 22:25:13 +03:00
|
|
|
- 'Tokenizers' : 'customize/Tokenizers.md'
|
2021-10-13 00:07:41 +03:00
|
|
|
- 'Special Phrases': 'customize/Special-Phrases.md'
|
2021-10-12 22:25:13 +03:00
|
|
|
- 'External data: US housenumbers from TIGER': 'customize/Tiger.md'
|
|
|
|
- 'External data: Postcodes': 'customize/Postcodes.md'
|
2023-12-09 18:30:31 +03:00
|
|
|
- 'Conversion to SQLite': 'customize/SQLite.md'
|
2023-08-18 19:05:57 +03:00
|
|
|
- 'Library Guide':
|
|
|
|
- 'Getting Started': 'library/Getting-Started.md'
|
2023-08-22 22:46:10 +03:00
|
|
|
- 'Nominatim API class': 'library/NominatimAPI.md'
|
|
|
|
- 'Configuration': 'library/Configuration.md'
|
|
|
|
- 'Input Parameter Types': 'library/Input-Parameter-Types.md'
|
|
|
|
- 'Result Handling': 'library/Result-Handling.md'
|
|
|
|
- 'Low-level DB Access': 'library/Low-Level-DB-Access.md'
|
2018-02-12 21:51:02 +03:00
|
|
|
- 'Developers Guide':
|
2020-09-17 10:54:46 +03:00
|
|
|
- 'Architecture Overview' : 'develop/overview.md'
|
2021-10-29 13:03:22 +03:00
|
|
|
- 'Database Layout' : 'develop/Database-Layout.md'
|
2021-11-01 13:04:03 +03:00
|
|
|
- 'Indexing' : 'develop/Indexing.md'
|
2021-08-10 15:51:35 +03:00
|
|
|
- 'Tokenizers' : 'develop/Tokenizers.md'
|
2022-07-28 23:00:29 +03:00
|
|
|
- 'Custom modules for ICU tokenizer': 'develop/ICU-Tokenizer-Modules.md'
|
2021-10-29 13:03:22 +03:00
|
|
|
- 'Setup for Development' : 'develop/Development-Environment.md'
|
2020-09-17 10:54:46 +03:00
|
|
|
- 'Testing' : 'develop/Testing.md'
|
2020-07-05 12:13:28 +03:00
|
|
|
- 'External Data Sources': 'develop/data-sources.md'
|
2018-01-16 01:47:00 +03:00
|
|
|
markdown_extensions:
|
2019-10-26 00:57:23 +03:00
|
|
|
- codehilite
|
2020-01-22 13:44:05 +03:00
|
|
|
- admonition
|
2022-12-23 13:10:40 +03:00
|
|
|
- pymdownx.superfences
|
2023-08-25 23:47:07 +03:00
|
|
|
- pymdownx.tabbed:
|
|
|
|
alternate_style: true
|
2021-10-14 15:36:09 +03:00
|
|
|
- def_list
|
2018-08-24 00:12:10 +03:00
|
|
|
- toc:
|
|
|
|
permalink:
|
2019-10-26 00:57:23 +03:00
|
|
|
extra_css: [extra.css, styles.css]
|
2024-08-07 17:28:44 +03:00
|
|
|
exclude_docs: |
|
|
|
|
mk_install_instructions.py
|
2021-08-10 15:51:35 +03:00
|
|
|
plugins:
|
|
|
|
- search
|
|
|
|
- mkdocstrings:
|
|
|
|
handlers:
|
2023-08-18 18:28:45 +03:00
|
|
|
python:
|
2024-08-07 17:28:44 +03:00
|
|
|
paths: ["src"]
|
2023-08-18 18:28:45 +03:00
|
|
|
options:
|
|
|
|
show_source: False
|
|
|
|
show_bases: False
|
2024-08-07 17:28:44 +03:00
|
|
|
- gen-files:
|
|
|
|
scripts:
|
|
|
|
- docs/mk_install_instructions.py
|