Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
Prev Previous commit
Next Next commit
delete get your pl account
  • Loading branch information
matthew-ballard committed Aug 1, 2025
commit 916e5500dcd6a18c9d3fbc0325515235a15cc52a
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,5 +118,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/)
10 changes: 1 addition & 9 deletions docs/cli/cli-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,15 +47,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
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
36 changes: 0 additions & 36 deletions docs/get-started/get-your-planet-account.md

This file was deleted.

2 changes: 1 addition & 1 deletion 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 learn more about [how to get your Planet credentials here](../get-your-planet-account).
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
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 @@ -100,8 +99,7 @@ nav:
- auth/auth-dev-app-managed-apikey.md
- "Resources":
- resources/index.md
- "Home": 'index.md'


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