2018-01-15 01:43:15 +03:00
|
|
|
site_name: Nominatim Documentation
|
|
|
|
theme: readthedocs
|
|
|
|
docs_dir: ${CMAKE_CURRENT_BINARY_DIR}
|
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'
|
|
|
|
- 'Deploy' : 'admin/Deployment.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'
|
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-08-18 19:05:57 +03:00
|
|
|
- 'Library Guide':
|
|
|
|
- 'Introduction': 'library/Introduction.md'
|
|
|
|
- 'Getting Started': 'library/Getting-Started.md'
|
|
|
|
- 'Reference': 'library/Reference.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-15 01:43:15 +03:00
|
|
|
- 'Appendix':
|
2020-05-07 22:55:04 +03:00
|
|
|
- 'Installation on Ubuntu 20' : 'appendix/Install-on-Ubuntu-20.md'
|
2022-05-02 19:16:08 +03:00
|
|
|
- 'Installation on Ubuntu 22' : 'appendix/Install-on-Ubuntu-22.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
|
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]
|
2021-08-10 15:51:35 +03:00
|
|
|
plugins:
|
|
|
|
- search
|
|
|
|
- mkdocstrings:
|
|
|
|
handlers:
|
2023-08-18 18:28:45 +03:00
|
|
|
python:
|
|
|
|
paths: ["${PROJECT_SOURCE_DIR}"]
|
|
|
|
options:
|
|
|
|
show_source: False
|
|
|
|
show_bases: False
|