]> git.openstreetmap.org Git - nominatim.git/blobdiff - docs/mkdocs.yml
add base framework for library reference
[nominatim.git] / docs / mkdocs.yml
index c2a8d393302bb56d93e9397c5cfd697f9b81c7df..fd1995ab55b75402ffc7c3a3dc9afead7e9a498c 100644 (file)
@@ -35,6 +35,10 @@ nav:
         - 'Special Phrases': 'customize/Special-Phrases.md'
         - 'External data: US housenumbers from TIGER': 'customize/Tiger.md'
         - 'External data: Postcodes': 'customize/Postcodes.md'
+    - 'Library Guide':
+        - 'Introduction': 'library/Introduction.md'
+        - 'Getting Started': 'library/Getting-Started.md'
+        - 'Reference': 'library/Reference.md'
     - 'Developers Guide':
         - 'Architecture Overview' : 'develop/overview.md'
         - 'Database Layout' : 'develop/Database-Layout.md'
@@ -59,7 +63,8 @@ plugins:
     - search
     - mkdocstrings:
         handlers:
-          python-legacy:
-            rendering:
-              show_source: false
-              show_signature_annotations: false
+          python:
+            paths: ["${PROJECT_SOURCE_DIR}"]
+            options:
+              show_source: False
+              show_bases: False