Skip to content

Commit b2ea40d

Browse files
authored
Merge pull request #569 from planetlabs/docs-readme-updates
Updates for new docs location
2 parents cbd203a + faf9214 commit b2ea40d

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,23 +26,24 @@ Planet API's ([analytics](https://developers.planet.com/docs/analytics/),
2626

2727
## Documentation
2828

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.
3233

3334
## Quick Start
3435

3536
The Planet SDK includes both a Python API and a command-line interface (CLI)
3637
to make use of the following Planet APIs:
3738

3839
* [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)
4041
* [subscriptions](https://developers.planet.com/docs/subscriptions/) (not
4142
yet implemented)
4243

4344
This quickstart focuses on getting started with the CLI to place an order.
4445
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/))
4647

4748
After you've installed the client, as explained in the [installation](#installation)
4849
section below, you first must initialize the client with your Planet

0 commit comments

Comments
 (0)