Skip to content

Commit fc6ceeb

Browse files
Update documents for release (#1177)
Approved by Matt Ballard for release. * Remove references to email inbox that is no longer monitored. * update trial words and getting your credentials * delete get your pl account --------- Co-authored-by: Matt Ballard <[email protected]>
1 parent f0f7176 commit fc6ceeb

File tree

8 files changed

+4
-58
lines changed

8 files changed

+4
-58
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,5 +119,4 @@ read from source in the [docs](/docs) directory.
119119

120120
## Authentication
121121

122-
Planet's APIs require an account for use. To get started you need to
123-
[Get a Planet Account](https://planet-sdk-for-python.readthedocs.io/en/latest/get-started/get-your-planet-account/).
122+
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/)

docs/cli/cli-guide.md

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -48,15 +48,7 @@ You should be on some version 2 of the Planet SDK for Python.
4848

4949
## Step 4: Sign on to your account
5050

51-
Planet SDK for Python, like the Planet APIs, requires an account for use.
52-
53-
### Have your Planet account username and password ready
54-
55-
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).
56-
57-
### Authenticate with the Planet server
58-
59-
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.
51+
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.
6052

6153
At a terminal console, type the following Planet command:
6254

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

143135
- To report a bug or suggest a feature, [raise an issue on GitHub](https://github.com/planetlabs/planet-client-python/issues/new)
144-
- To get in touch with the development team, email [[email protected]](mailto:[email protected])

docs/custom_theme/home.html

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,6 @@ <h1>
1414
<a href="./{{ 'get-started/quick-start-guide' | url }}" title="Get Started" class="md-button md-button--primary md-button--teriary">
1515
Get started
1616
</a>
17-
<a href="./{{ 'get-started/get-your-planet-account' | url }}" title="Get your Planet account" class="md-button md-button--secondary">
18-
Get a Planet account
19-
</a>
2017
</div>
2118
</div>
2219
</div>

docs/get-started/get-your-planet-account.md

Lines changed: 0 additions & 34 deletions
This file was deleted.

docs/get-started/quick-start-guide.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Your feedback on this version of our client is appreciated. Please raise an issu
1313

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

16-
You will need your Planet API credentials. You can find your API key in [Planet Explorer](https://planet.com/explorer) under Account Settings.
16+
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/).
1717

1818
## Installation
1919

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

5656
- To report a bug or suggest a feature, [raise an issue on GitHub](https://github.com/planetlabs/planet-client-python/issues/new)
57-
- To get in touch with the development team, email [[email protected]](mailto:[email protected])

docs/python/sdk-guide.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,4 +327,3 @@ As The Planet SDK (V2) is in active development, features & functionality will c
327327
If there's something you're missing or are stuck, the development team would love to hear from you.
328328

329329
- To report a bug or suggest a feature, [raise an issue on GitHub](https://github.com/planetlabs/planet-client-python/issues/new)
330-
- To get in touch with the development team, email [[email protected]](mailto:[email protected])

docs/resources/index.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,6 @@ This pre-release SDK has implemented interfaces for several Planet APIs. Check o
2727
* [Orders](https://docs.planet.com/develop/apis/orders/)
2828
* [Subscriptions](https://docs.planet.com/develop/apis/subscriptions/)
2929

30-
## Email Developer Relations
31-
32-
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].
3330
## Contribute to this open source project
3431

3532
To contribute or develop with this library, see

mkdocs.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@ hooks:
7474
nav:
7575
- "Get Started":
7676
- get-started/quick-start-guide.md
77-
- get-started/get-your-planet-account.md
7877
- get-started/venv-tutorial.md
7978
- "Upgrade Guides":
8079
- get-started/upgrading-v3.md
@@ -101,8 +100,7 @@ nav:
101100
- auth/auth-dev-app-managed-apikey.md
102101
- "Resources":
103102
- resources/index.md
104-
- "Home": 'index.md'
105-
103+
106104
markdown_extensions:
107105
- pymdownx.highlight
108106
- pymdownx.superfences

0 commit comments

Comments
 (0)