Skip to content

Commit ab8f649

Browse files
Merge branch 'main' into carl/doc-improvements--generated-api-nav
2 parents 9fb2456 + 34e3262 commit ab8f649

File tree

136 files changed

+1048
-669
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

136 files changed

+1048
-669
lines changed
Lines changed: 6 additions & 0 deletions

docs/configuration.md

Lines changed: 0 additions & 4 deletions

docs/examples/cli/embed-plauth-click.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313

1414
@click.group(help="my cli main help message")
1515
@planet_auth_utils.opt_profile
16-
@planet_auth_utils.opt_client_id
17-
@planet_auth_utils.opt_client_secret
16+
@planet_auth_utils.opt_client_id()
17+
@planet_auth_utils.opt_client_secret()
1818
@click.pass_context
1919
def my_cli_main(ctx, auth_profile, auth_client_id, auth_client_secret):
2020
ctx.ensure_object(dict)

mkdocs.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -83,10 +83,10 @@ nav:
8383
- Overview: 'library-overview.md'
8484
- Auth Client Configuration: 'configuration.md'
8585
- Built-in Injection: 'built-ins.md'
86-
# - API Reference:
87-
# - Planet Auth: 'api-planet-auth.md'
88-
# - Planet Auth Utils: 'api-planet-auth-utils.md'
89-
- API Reference: gen_reference/
86+
- API Reference:
87+
- Planet Auth: 'api-planet-auth.md'
88+
- Planet Auth Utils: 'api-planet-auth-utils.md'
89+
- Planet Auth Config Injection: 'api-planet-auth-config-injection.md'
9090
- Examples:
9191
- Installation: 'examples-installation.md'
9292
- CLI: 'examples-cli.md'

src/planet_auth/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2024 Planet Labs PBC.
1+
# Copyright 2024-2025 Planet Labs PBC.
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

src/planet_auth/auth.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2024 Planet Labs PBC.
1+
# Copyright 2024-2025 Planet Labs PBC.
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

src/planet_auth/auth_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2024 Planet Labs PBC.
1+
# Copyright 2024-2025 Planet Labs PBC.
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

src/planet_auth/auth_exception.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2024 Planet Labs PBC.
1+
# Copyright 2024-2025 Planet Labs PBC.
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

src/planet_auth/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2024 Planet Labs PBC.
1+
# Copyright 2024-2025 Planet Labs PBC.
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

src/planet_auth/credential.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2024 Planet Labs PBC.
1+
# Copyright 2024-2025 Planet Labs PBC.
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)