-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
70 lines (66 loc) · 1.69 KB
/
mkdocs.yml
File metadata and controls
70 lines (66 loc) · 1.69 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
site_name: cdse-client
site_description: Python client for Copernicus Data Space Ecosystem (CDSE)
site_url: https://vtvito.github.io/cdse-client/
repo_url: https://github.com/VTvito/cdse-client
repo_name: VTvito/cdse-client
theme:
name: material
features:
- navigation.instant
- navigation.tracking
- navigation.sections
- navigation.indexes
- content.code.copy
palette:
- scheme: default
primary: indigo
accent: indigo
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.tabbed:
alternate_style: true
plugins:
- search
- mkdocstrings:
default_handler: python
handlers:
python:
options:
docstring_style: google
show_source: false
show_signature_annotations: true
signature_crossrefs: true
members_order: source
nav:
- Home: index.md
- Releases: releases.md
- Getting started: getting-started.md
- User guide:
- user-guide/search.md
- user-guide/download.md
- user-guide/export.md
- user-guide/cli.md
- user-guide/processing.md
- user-guide/async.md
- Migration: migration.md
- FAQ: faq.md
- Release: release.md
- API reference:
- reference/client.md
- reference/catalog.md
- reference/downloader.md
- reference/auth.md
- reference/product.md
- reference/converters.md
- reference/geometry.md
- reference/geocoding.md
- reference/processing.md
- reference/async_client.md
- reference/exceptions.md
- reference/cli.md