forked from apache/sedona-db
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
174 lines (167 loc) · 5.82 KB
/
mkdocs.yml
File metadata and controls
174 lines (167 loc) · 5.82 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not use this file except in compliance
# with the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing,
# software distributed under the License is distributed on an
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
extra:
version:
provider: mike
default:
- latest
social:
- icon: fontawesome/brands/github
link: 'https://github.com/apache/sedona-db/'
- icon: fontawesome/brands/twitter
link: 'https://twitter.com/ApacheSedona'
- icon: fontawesome/brands/discord
link: 'https://discord.gg/9A3k5dEBsY'
site_name: SedonaDB
site_description: "Documentation for SedonaDB"
site_url: https://sedona.apache.org/sedonadb/
nav:
- Home: https://sedona.apache.org/latest/
- Setup: https://sedona.apache.org/latest/setup/overview/
- Download: https://sedona.apache.org/latest/download/
- Programming Guides: https://sedona.apache.org/latest/tutorial/sql/
- API Docs: https://sedona.apache.org/latest/api/sql/Overview/
- SedonaDB:
- Home: index.md
- Quickstart: quickstart-python.md
- Programming Guide: programming-guide.md
- API:
- Python: reference/python.md
- SQL: reference/sql.md
- Spatial Joins: reference/sql-joins.md
- Examples:
- GeoPandas interop: geopandas-interop.md
- Overture Examples: overture-examples.md
- CRS Examples: crs-examples.md
- Delta Lake: delta-lake.md
- Working with Parquet Files: working-with-parquet-files.md
- Working with SQL in SedonaDB: working-with-sql-sedonadb.md
- Contributors Guide: contributors-guide.md
- SpatialBench: https://sedona.apache.org/spatialbench/
- Blog: https://sedona.apache.org/latest/blog/
- Community: https://sedona.apache.org/latest/setup/compile/
- Apache Software Foundation: https://sedona.apache.org/latest/asf/asf/
repo_url: https://github.com/apache/sedona-db
edit_uri: https://github.com/apache/sedona-db/blob/main/docs/
repo_name: apache/sedona-db
theme:
name: material
font:
font: false
name: 'material'
palette:
primary: custom
accent: 'green'
favicon: image/sedona_logo_symbol.png
logo: image/sedona_logo_symbol.png
icon:
logo: fontawesome/solid/earth-americas
repo: fontawesome/brands/github
features:
- content.code.copy
- content.action.edit
- search.highlight
- search.share
- search.suggest
- navigation.footer
- navigation.instant
- navigation.top
- navigation.sections
- navigation.tabs
- navigation.tabs.sticky
extra_css:
- stylesheets/extra.css
copyright: Copyright © 2025 The Apache Software Foundation. Apache Sedona, Sedona, Apache, the Apache feather logo, and the Apache Sedona project logo are either registered trademarks or trademarks of The Apache Software Foundation in the United States and other countries. All other marks mentioned may be trademarks or registered trademarks of their respective owners. Please visit <a href="https://www.apache.org/">Apache Software Foundation</a> for more details.<img referrerpolicy="no-referrer-when-downgrade" src="https://static.scarf.sh/a.png?x-pxid=f3e121f6-c909-4592-8be6-5bd345768cba" /><img referrerpolicy="no-referrer-when-downgrade" src="https://analytics.apache.org/matomo.php?idsite=74&rec=1" />
exclude_docs: |
snippets/*
README.md
markdown_extensions:
- admonition
- attr_list
- codehilite
- footnotes
- toc:
permalink: true
toc_depth: 3
- pymdownx.arithmatex
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.critic
- pymdownx.details
- pymdownx.emoji
- pymdownx.highlight
- pymdownx.inlinehilite
- pymdownx.magiclink
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.snippets:
base_path: ["docs/"]
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
- pymdownx.tabbed:
alternate_style: true
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde
plugins:
- search
- macros
- git-revision-date-localized:
type: datetime
- mike:
version_selector: true
canonical_version: 'latest'
- glightbox:
touchNavigation: true
loop: false
effect: zoom
slide_effect: slide
width: 100%
height: auto
zoomable: true
draggable: true
skip_classes:
- custom-skip-class-name
- skip-lightbox
auto_caption: false
caption_position: bottom
background: white
shadow: false
manual: false
- mkdocstrings:
handlers:
python:
inventories:
- https://docs.python.org/3/objects.inv
- https://geopandas.org/en/stable/objects.inv
- https://pandas.pydata.org/docs/objects.inv
options:
docstring_section_style: list
docstring_style: google
line_length: 80
separate_signature: true
show_root_heading: true
show_signature_annotations: true
show_source: false
show_symbol_type_toc: true
signature_crossrefs: true
preload_modules:
- sedonadb
search_paths: [python]