|
30 | 30 | - models: api/stac_fastapi/api/models.md |
31 | 31 | - openapi: api/stac_fastapi/api/openapi.md |
32 | 32 | - routes: api/stac_fastapi/api/routes.md |
33 | | - - version: api/stac_fastapi/api/version.md |
34 | 33 | - stac_fastapi.extensions: |
35 | 34 | - module: api/stac_fastapi/extensions/index.md |
36 | 35 | - core: |
37 | 36 | - module: api/stac_fastapi/extensions/core/index.md |
38 | | - - context: api/stac_fastapi/extensions/core/context.md |
39 | | - - free_text: |
40 | | - - module: api/stac_fastapi/extensions/core/free_text/index.md |
41 | | - - free_text: api/stac_fastapi/extensions/core/free_text/free_text.md |
42 | | - - request: api/stac_fastapi/extensions/core/free_text/request.md |
43 | | - - filter: |
44 | | - - module: api/stac_fastapi/extensions/core/filter/index.md |
45 | | - - filter: api/stac_fastapi/extensions/core/filter/filter.md |
46 | | - - request: api/stac_fastapi/extensions/core/filter/request.md |
| 37 | + - aggregation: |
| 38 | + - module: api/stac_fastapi/extensions/core/aggregation/index.md |
| 39 | + - aggregation: api/stac_fastapi/extensions/core/aggregation/aggregation.md |
| 40 | + - client: api/stac_fastapi/extensions/core/aggregation/client.md |
| 41 | + - request: api/stac_fastapi/extensions/core/aggregation/request.md |
| 42 | + - types: api/stac_fastapi/extensions/core/aggregation/types.md |
| 43 | + - collection_search: |
| 44 | + - module: api/stac_fastapi/extensions/core/collection_search/index.md |
| 45 | + - collection_search: api/stac_fastapi/extensions/core/collection_search/collection_search.md |
| 46 | + - client: api/stac_fastapi/extensions/core/collection_search/client.md |
| 47 | + - request: api/stac_fastapi/extensions/core/collection_search/request.md |
47 | 48 | - fields: |
48 | 49 | - module: api/stac_fastapi/extensions/core/fields/index.md |
49 | 50 | - fields: api/stac_fastapi/extensions/core/fields/fields.md |
50 | 51 | - request: api/stac_fastapi/extensions/core/fields/request.md |
| 52 | + - filter: |
| 53 | + - module: api/stac_fastapi/extensions/core/filter/index.md |
| 54 | + - filter: api/stac_fastapi/extensions/core/filter/filter.md |
| 55 | + - request: api/stac_fastapi/extensions/core/filter/request.md |
| 56 | + - free_text: |
| 57 | + - module: api/stac_fastapi/extensions/core/free_text/index.md |
| 58 | + - free_text: api/stac_fastapi/extensions/core/free_text/free_text.md |
| 59 | + - request: api/stac_fastapi/extensions/core/free_text/request.md |
| 60 | + - pagination: |
| 61 | + - module: api/stac_fastapi/extensions/core/pagination/index.md |
| 62 | + - pagination: api/stac_fastapi/extensions/core/pagination/pagination.md |
| 63 | + - offset_pagination: api/stac_fastapi/extensions/core/pagination/offset_pagination.md |
| 64 | + - token_pagination: api/stac_fastapi/extensions/core/pagination/token_pagination.md |
| 65 | + - request: api/stac_fastapi/extensions/core/pagination/request.md |
51 | 66 | - query: |
52 | 67 | - module: api/stac_fastapi/extensions/core/query/index.md |
53 | 68 | - query: api/stac_fastapi/extensions/core/query/query.md |
|
57 | 72 | - request: api/stac_fastapi/extensions/core/sort/request.md |
58 | 73 | - sort: api/stac_fastapi/extensions/core/sort/sort.md |
59 | 74 | - transaction: api/stac_fastapi/extensions/core/transaction.md |
60 | | - - pagination: |
61 | | - - module: api/stac_fastapi/extensions/core/pagination/index.md |
62 | | - - pagination: api/stac_fastapi/extensions/core/pagination/pagination.md |
63 | | - - token_pagination: api/stac_fastapi/extensions/core/pagination/token_pagination.md |
64 | | - - version: api/stac_fastapi/extensions/version.md |
65 | 75 | - third_party: |
| 76 | + - module: api/stac_fastapi/extensions/third_party/index.md |
66 | 77 | - bulk_transactions: api/stac_fastapi/extensions/third_party/bulk_transactions.md |
67 | | - - index: api/stac_fastapi/extensions/third_party/index.md |
68 | 78 | - stac_fastapi.types: |
69 | 79 | - module: api/stac_fastapi/types/index.md |
70 | 80 | - config: api/stac_fastapi/types/config.md |
|
77 | 87 | - rfc3339: api/stac_fastapi/types/rfc3339.md |
78 | 88 | - search: api/stac_fastapi/types/search.md |
79 | 89 | - stac: api/stac_fastapi/types/stac.md |
80 | | - - version: api/stac_fastapi/types/version.md |
81 | 90 | - Migration Guides: |
82 | 91 | - v2.5 -> v3.0: migrations/v3.0.0.md |
83 | 92 | - v3.0 -> v4.0: migrations/v4.0.0.md |
|
87 | 96 |
|
88 | 97 | plugins: |
89 | 98 | - search |
| 99 | + - mkdocstrings: |
| 100 | + enable_inventory: true |
| 101 | + handlers: |
| 102 | + python: |
| 103 | + paths: [src] |
| 104 | + options: |
| 105 | + docstring_section_style: list |
| 106 | + docstring_style: google |
| 107 | + line_length: 100 |
| 108 | + separate_signature: true |
| 109 | + show_root_heading: true |
| 110 | + show_signature_annotations: true |
| 111 | + show_source: false |
| 112 | + show_symbol_type_toc: true |
| 113 | + signature_crossrefs: true |
| 114 | + extensions: |
| 115 | + - griffe_inherited_docstrings |
| 116 | + inventories: |
| 117 | + - https://docs.python.org/3/objects.inv |
| 118 | + - https://docs.pydantic.dev/latest/objects.inv |
| 119 | + - https://fastapi.tiangolo.com/objects.inv |
| 120 | + - https://www.starlette.io/objects.inv |
| 121 | + - https://www.attrs.org/en/stable/objects.inv |
90 | 122 |
|
91 | 123 | # Theme |
92 | 124 | theme: |
|
0 commit comments