Skip to content

Update documents for release #1177

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 6 commits into from
Aug 1, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,5 +119,4 @@ read from source in the [docs](/docs) directory.

## Authentication

Planet's APIs require an account for use. To get started you need to
[Get a Planet Account](https://planet-sdk-for-python.readthedocs.io/en/latest/get-started/get-your-planet-account/).
Planet's APIs require an account for use. To learn how to authenticate, see the [client authentication overview](https://planet-sdk-for-python.readthedocs.io/en/latest/auth/auth-overview/)
11 changes: 1 addition & 10 deletions docs/cli/cli-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,15 +48,7 @@ You should be on some version 2 of the Planet SDK for Python.

## Step 4: Sign on to your account

Planet SDK for Python, like the Planet APIs, requires an account for use.

### Have your Planet account username and password ready

To confirm your Planet account, or to get one if you don’t already have one, see [Get your Planet Account](../get-started/get-your-planet-account.md).

### Authenticate with the Planet server

Just as you log in when you browse to https://planet.com/account, you’ll want to sign on to your account so you have access to your account and orders.
Planet SDK for Python, like the Planet APIs, requires an account for use. Just as you log in when you browse to https://planet.com/account, you’ll want to sign on to your account so you have access to your account and orders.

At a terminal console, type the following Planet command:

Expand Down Expand Up @@ -141,4 +133,3 @@ As The Planet SDK (V2) is in active development, features & functionality will c
If there's something you're missing or are stuck, the development team would love to hear from you.

- To report a bug or suggest a feature, [raise an issue on GitHub](https://github.com/planetlabs/planet-client-python/issues/new)
- To get in touch with the development team, email [[email protected]](mailto:[email protected])
3 changes: 0 additions & 3 deletions docs/custom_theme/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@ <h1>
<a href="./{{ 'get-started/quick-start-guide' | url }}" title="Get Started" class="md-button md-button--primary md-button--teriary">
Get started
</a>
<a href="./{{ 'get-started/get-your-planet-account' | url }}" title="Get your Planet account" class="md-button md-button--secondary">
Get a Planet account
</a>
</div>
</div>
</div>
Expand Down
34 changes: 0 additions & 34 deletions docs/get-started/get-your-planet-account.md

This file was deleted.

3 changes: 1 addition & 2 deletions docs/get-started/quick-start-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Your feedback on this version of our client is appreciated. Please raise an issu

This package requires [Python 3.9 or greater](https://python.org/downloads/). A virtual environment is strongly recommended.

You will need your Planet API credentials. You can find your API key in [Planet Explorer](https://planet.com/explorer) under Account Settings.
You will need Planet credentials to use this SDK. You can learn more about authentication options and where to find your credentials in our [authentication documentation](https://docs.planet.com/develop/authentication/).

## Installation

Expand Down Expand Up @@ -54,4 +54,3 @@ As The Planet SDK (V2) is in active development, features & functionality will c
If there's something you're missing or are stuck, the development team would love to hear from you.

- To report a bug or suggest a feature, [raise an issue on GitHub](https://github.com/planetlabs/planet-client-python/issues/new)
- To get in touch with the development team, email [[email protected]](mailto:[email protected])
1 change: 0 additions & 1 deletion docs/python/sdk-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -327,4 +327,3 @@ As The Planet SDK (V2) is in active development, features & functionality will c
If there's something you're missing or are stuck, the development team would love to hear from you.

- To report a bug or suggest a feature, [raise an issue on GitHub](https://github.com/planetlabs/planet-client-python/issues/new)
- To get in touch with the development team, email [[email protected]](mailto:[email protected])
3 changes: 0 additions & 3 deletions docs/resources/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,6 @@ This pre-release SDK has implemented interfaces for several Planet APIs. Check o
* [Orders](https://docs.planet.com/develop/apis/orders/)
* [Subscriptions](https://docs.planet.com/develop/apis/subscriptions/)

## Email Developer Relations

We are eager to share this pre-release with you and encourage you to test your workflows rigorously. Based on your feedback, we may roll out additional updates to improve your experience. Besides joining the discussion, and filing issues and pull requests here, feel free to share your general feedback with us at [email protected].
## Contribute to this open source project

To contribute or develop with this library, see
Expand Down
4 changes: 1 addition & 3 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ hooks:
nav:
- "Get Started":
- get-started/quick-start-guide.md
- get-started/get-your-planet-account.md
- get-started/venv-tutorial.md
- "Upgrade Guides":
- get-started/upgrading-v3.md
Expand All @@ -101,8 +100,7 @@ nav:
- auth/auth-dev-app-managed-apikey.md
- "Resources":
- resources/index.md
- "Home": 'index.md'


markdown_extensions:
- pymdownx.highlight
- pymdownx.superfences
Expand Down