File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -26,23 +26,24 @@ Planet API's ([analytics](https://developers.planet.com/docs/analytics/),
26
26
27
27
## Documentation
28
28
29
- Full documentation is not yet hosted online but can be built and hosted locally
30
- (see [ CONTRIBUTING.md] ( CONTRIBUTING.md ) ) or can be read from source in the
31
- ` [docs](docs/) ` directory.
29
+ Documentation is currently [ hosted online] ( https://planet-sdk-for-python-v2.readthedocs.io/en/latest/ )
30
+ It should be considered 'in progress', with many updated to come. It can also
31
+ be built and hosted locally (see [ CONTRIBUTING.md] ( CONTRIBUTING.md ) ) or can be
32
+ read from source in the ` [docs](docs/) ` directory.
32
33
33
34
## Quick Start
34
35
35
36
The Planet SDK includes both a Python API and a command-line interface (CLI)
36
37
to make use of the following Planet APIs:
37
38
38
39
* [ orders] ( https://developers.planet.com/docs/orders/ )
39
- * [ data] ( https://developers.planet.com/docs/data/ ) (not yet implemented )
40
+ * [ data] ( https://developers.planet.com/docs/data/ ) (in progress )
40
41
* [ subscriptions] ( https://developers.planet.com/docs/subscriptions/ ) (not
41
42
yet implemented)
42
43
43
44
This quickstart focuses on getting started with the CLI to place an order.
44
45
For information on the Python API see the
45
- [ documentation] ( https://planet-sdk-for-python.readthedocs.io/en/latest/ )
46
+ [ documentation] ( [ https://planet-sdk-for-python.readthedocs.io/en/latest/](https://planet-sdk-for-python-v2.readthedocs.io/en/latest/) )
46
47
47
48
After you've installed the client, as explained in the [ installation] ( #installation )
48
49
section below, you first must initialize the client with your Planet
You can’t perform that action at this time.
0 commit comments