Skip to content

Commit 815d260

Browse files
authored
Merge pull request #1076 from planetlabs/remove-early-access-docs
doc cleanup/updates
2 parents 7863549 + 15aa39e commit 815d260

File tree

3 files changed

+14
-42
lines changed

3 files changed

+14
-42
lines changed

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

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ Take the following steps to install the SDK and connect with the Planet Server.
1111

1212
[TOC]
1313

14-
## Step 1: Install Python 3.8+ and a virtual environment
14+
## Step 1: Install Python 3.9+ and a virtual environment
1515

16-
This is a Python package, so you’ll need to install Python (version 3.8 or greater), and set up and install a virtual environment.
16+
This is a Python package, so you’ll need to install Python (version 3.9 or greater), and set up and install a virtual environment.
1717

1818
Yes. Even if you’re not writing code—and only using the "no code" CLI part of the Planet SDK for Python—you’re using Python to communicate with the Planet Labs PBC servers. If you need help with Python install and setting up a virtual environment, read [Virtual Environments and the Planet SDK for Python](venv-tutorial.md).
1919

@@ -126,3 +126,12 @@ Now that you have the quick setup for the Planet SDK for Python, you have a few
126126
* Continue to explore the [No-Code CLI Guide](../cli/cli-guide.md).
127127
* Start coding with the [Python SDK User Guide](../python/sdk-guide.md).
128128
* Check out some of the [examples in our GitHub repo](https://github.com/planetlabs/planet-client-python/tree/main/examples).
129+
130+
## How to Get Help
131+
132+
As The Planet SDK (V2) is in active development, features & functionality will continue to be added.
133+
134+
If there's something you're missing or are stuck, the development team would love to hear from you.
135+
136+
- To report a bug or suggest a feature, [raise an issue on GitHub](https://github.com/planetlabs/planet-client-python/issues/new)
137+
- To get in touch with the development team, email [developers@planet.com](mailto:developers@planet.com)

docs/get-started/v2_earlyaccess.md

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

mkdocs.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ theme:
2525
- search.suggest
2626
- search.highlight
2727
- toc.follow
28-
- toc.integrate
28+
- toc.integrate
2929
palette:
3030
- scheme: default
3131
primary: #007f99
@@ -34,7 +34,7 @@ theme:
3434
name: Switch to dark mode
3535
- scheme: slate
3636
primary: #004352
37-
toggle:
37+
toggle:
3838
icon: octicons/sun-24
3939
name: Switch to light mode
4040

@@ -46,7 +46,7 @@ extra:
4646

4747
extra_css:
4848
- stylesheets/extra.css
49-
49+
5050
plugins:
5151
- search
5252
- mkdocstrings:
@@ -69,7 +69,6 @@ nav:
6969
- get-started/quick-start-guide.md
7070
- get-started/get-your-planet-account.md
7171
- get-started/venv-tutorial.md
72-
- get-started/v2_earlyaccess.md
7372
- get-started/upgrading.md
7473
- "No Code CLI":
7574
- cli/cli-guide.md

0 commit comments

Comments
 (0)