diff --git a/README.md b/README.md index 7768d287e..ccb90e7be 100644 --- a/README.md +++ b/README.md @@ -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/) \ No newline at end of file diff --git a/docs/cli/cli-guide.md b/docs/cli/cli-guide.md index 3ef5b3f29..f45848f02 100644 --- a/docs/cli/cli-guide.md +++ b/docs/cli/cli-guide.md @@ -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: @@ -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 [developers@planet.com](mailto:developers@planet.com) diff --git a/docs/custom_theme/home.html b/docs/custom_theme/home.html index dfbc899f3..651c26522 100644 --- a/docs/custom_theme/home.html +++ b/docs/custom_theme/home.html @@ -14,9 +14,6 @@

Get started - - Get a Planet account - diff --git a/docs/get-started/get-your-planet-account.md b/docs/get-started/get-your-planet-account.md deleted file mode 100644 index d324cee3b..000000000 --- a/docs/get-started/get-your-planet-account.md +++ /dev/null @@ -1,34 +0,0 @@ ---- -title: Get Your Planet Account ---- - -Whenever you use the Planet SDK for Python to connect to Planet’s APIs, you’ll need to authenticate with the Planet server. To do so, you need a Planet account with your own username and password. - -## Confirm your Planet account - -### Sign on to Planet Explorer - -If you go to Planet Explorer, and you have an account, you’ll be prompted to enter your account username and password. That’s the same username and password you’ll use to authenticate with the Planet servers, here. - -Once in Explorer, you can select the user icon in the upper right corner to go to your Account page: - -My Account Icon in Planet Explorer - -### Sign up for the Planet Developer Program - -If you don’t have an account, but you’d like to take our APIs for a spin and see how you might intergrate Planet into your existing geospatial workflows, you can sign up for the Developer Program. - -## Authenticating with the Planet server - -After you’ve installed the Planet SDK, you can authenticate with the Planet server as outlined in the [No-Code CLI Guide](../../cli/cli-guide/#authentication) - -## Next steps - -Now that you have confirmed your Planet account username and password, you can take the other steps in the [Quick Start](../quick-start-guide). diff --git a/docs/get-started/quick-start-guide.md b/docs/get-started/quick-start-guide.md index 7a04b3615..3a545c37d 100644 --- a/docs/get-started/quick-start-guide.md +++ b/docs/get-started/quick-start-guide.md @@ -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 @@ -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 [developers@planet.com](mailto:developers@planet.com) diff --git a/docs/python/sdk-guide.md b/docs/python/sdk-guide.md index e8c00a49e..2dd7984f4 100644 --- a/docs/python/sdk-guide.md +++ b/docs/python/sdk-guide.md @@ -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 [developers@planet.com](mailto:developers@planet.com) diff --git a/docs/resources/index.md b/docs/resources/index.md index 1d61eab24..838b6513e 100644 --- a/docs/resources/index.md +++ b/docs/resources/index.md @@ -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 developers@planet.com. ## Contribute to this open source project To contribute or develop with this library, see diff --git a/mkdocs.yml b/mkdocs.yml index 1c2dac744..540bf459f 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -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 @@ -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