Skip to content

Commit a2b0930

Browse files
authored
Merge pull request #1185 from tbarsballe/v3-doclinks
Update doc links, including new 'maint' link and removing -v2 links
2 parents 23f4226 + f257fb8 commit a2b0930

File tree

2 files changed

+13
-9
lines changed

2 files changed

+13
-9
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -82,11 +82,11 @@ See [CONTRIBUTING.md](CONTRIBUTING.md#branches) for more information on branches
8282

8383
##### Current Mainline Versions and Branches
8484

85-
| Version | Status | Branch | Documentation | Initial Release | End of Active Development | End of Maintenance | Notes |
86-
|---------|---------------|----------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------|-----------------|---------------------------|--------------------|------------------------------------------------------------------------------------------------------------------------------|
87-
| 3.x | `active` | [`main`](https://github.com/planetlabs/planet-client-python/tree/main) | TBD | TBD | TBD | TBD | See [RELEASE-PLANNING-X.0.md](https://github.com/planetlabs/planet-client-python/tree/main-3.0-dev/RELEASE-PLANNING-3.0.md). |
88-
| 2.x | `maintenance` | [`maint-2.x`](https://github.com/planetlabs/planet-client-python/tree/maint-2.x) | [Planet Labs Python Client v2 on Readthedocs.io](https://planet-sdk-for-python-v2.readthedocs.io/en/latest/) | April 2023 | TBD | TBD | |
89-
| 1.x | `end-of-life` | [`v1`](https://github.com/planetlabs/planet-client-python/tree/v1) | [Planet Labs Python Client v1 on Github.io](https://planetlabs.github.io/planet-client-python/) | April 2017 | April 2023 | TBD | |
85+
| Version | Status | Branch | Documentation | Initial Release | End of Active Development | End of Maintenance | Notes |
86+
|---------|---------------|----------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------|-----------------|---------------------------|--------------------|-------|
87+
| 3.x | `active` | [`main`](https://github.com/planetlabs/planet-client-python/tree/main) | [Planet Labs Python Client on Readthedocs.io](https://planet-sdk-for-python.readthedocs.io/en/stable/) | August 2025 | TBD | TBD | |
88+
| 2.x | `maintenance` | [`maint-2.x`](https://github.com/planetlabs/planet-client-python/tree/maint-2.x) | [Planet Labs Python Client 2.23.1 on Readthedocs.io](https://planet-sdk-for-python.readthedocs.io/en/maint/) | April 2023 | August 2025 | TBD | |
89+
| 1.x | `end-of-life` | [`v1`](https://github.com/planetlabs/planet-client-python/tree/v1) | [Planet Labs Python Client v1 on Github.io](https://planetlabs.github.io/planet-client-python/) | April 2017 | April 2023 | TBD | |
9090

9191
## Installation and Quick Start
9292

design-docs/content-plan.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ The SDK and CLI are low-level interfaces mirroring much of the API, itself. Whil
1717

1818
## SSoT
1919

20-
We are currently publishing documentation on [planet.com](https://docs.planet.com/develop/sdks/#planet-sdk-for-python-and-cli), [github.com](https://github.com/planetlabs/planet-client-python), and on [readthedocs.com](https://planet-sdk-for-python-v2.readthedocs.io). Providing a single source of truth (SSoT) ensures one definitive source of documentation, reducing the dilution of information, errors, and maintenance efforts.
20+
We are currently publishing documentation on [planet.com](https://docs.planet.com/develop/sdks/#planet-sdk-for-python-and-cli), [github.com](https://github.com/planetlabs/planet-client-python), and on [readthedocs.com](https://planet-sdk-for-python.readthedocs.io). Providing a single source of truth (SSoT) ensures one definitive source of documentation, reducing the dilution of information, errors, and maintenance efforts.
2121

2222
### Tickets to be filed
2323

@@ -213,10 +213,14 @@ Investigate using MkDocs plugin to derive changes.txt items.
213213

214214
[https://github.com/planetlabs/planet-client-python/](https://github.com/planetlabs/planet-client-python/)
215215

216-
#### Current V2 docs
216+
#### Current V3 docs
217+
[https://planet-sdk-for-python.readthedocs.io/](https://planet-sdk-for-python.readthedocs.io/)
218+
#### Current V2 (maintenance) docs
219+
[https://planet-sdk-for-python.readthedocs.io/en/maint](https://planet-sdk-for-python.readthedocs.io/en/maint)
220+
#### Former (deprecated) V2 docs
217221
[https://planet-sdk-for-python-v2.readthedocs.io/](https://planet-sdk-for-python-v2.readthedocs.io/)
218-
#### V1.4.9 docs
219-
[https://planet-sdk-for-python.readthedocs.io/en/latest/](https://planet-sdk-for-python.readthedocs.io)
222+
#### V1.5.2 docs
223+
[https://planet-sdk-for-python.readthedocs.io/en/1.5.2/](https://planet-sdk-for-python.readthedocs.io/en/1.5.2/)
220224

221225
and
222226

0 commit comments

Comments
 (0)