more adaptions for mkdocstrings griffin plugin

This commit is contained in:
Sarah Hoffmann
2023-08-19 09:34:31 +02:00
parent 6533af6a91
commit e672de036e
4 changed files with 23 additions and 24 deletions

View File

@@ -54,7 +54,7 @@ the function.
::: nominatim.tokenizer.sanitizers.config.SanitizerConfig
options:
heading_level: 3
heading_level: 6
### The main filter function of the sanitizer
@@ -75,14 +75,14 @@ adding extra attributes) or completely replace the list with a different one.
::: nominatim.data.place_info.PlaceInfo
options:
heading_level: 3
heading_level: 6
#### PlaceName - extended naming information
::: nominatim.data.place_name.PlaceName
options:
heading_level: 3
heading_level: 6
### Example: Filter for US street prefixes
@@ -141,12 +141,12 @@ They can be found in the directory
::: nominatim.tokenizer.token_analysis.base.AnalysisModule
options:
heading_level: 3
heading_level: 6
::: nominatim.tokenizer.token_analysis.base.Analyzer
options:
heading_level: 3
heading_level: 6
### Example: Creating acronym variants for long names

View File

@@ -135,13 +135,13 @@ and implement the abstract functions defined there.
::: nominatim.tokenizer.base.AbstractTokenizer
options:
heading_level: 3
heading_level: 6
### Python Analyzer Class
::: nominatim.tokenizer.base.AbstractAnalyzer
options:
heading_level: 3
heading_level: 6
### PL/pgSQL Functions