-
Notifications
You must be signed in to change notification settings - Fork 95
prerelease pipeline work #1123
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
prerelease pipeline work #1123
Changes from all commits
Commits
Show all changes
8 commits
Select commit
Hold shift + click to select a range
31b68f3
add step to releas to check doc status.
carl-adams-planet 1f92569
Add the version to the docs homepage so a document bundle is self ide…
carl-adams-planet eb1aeea
update doc about docs
carl-adams-planet f5507e5
cleaning up the docs.
carl-adams-planet 7bf6304
grammar fix
carl-adams-planet e6a4d84
as a placeholder for a literal, make 'version' both italic and monospace
carl-adams-planet 6905a50
clearifying versioning on readthedocs
carl-adams-planet 7eee077
make 'default' italic, since it is not a literal literal.
carl-adams-planet File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
# _ReadTheDocs.io_ Content Management | ||
|
||
## Overview | ||
Pursuant to the [Content Plan](./content-plan.md) developed as part of the | ||
v2.0 release of the SDK, [_ReadTheDocs.io_](https://planet-sdk-for-python.readthedocs.io/) | ||
is used to host the single source of truth for SDK documentation. SDK documentation | ||
is largely confined to the specifics of using the SDK. More general Planet Platform | ||
narrative and HTTP API documentation should be hosted on the Planet documentation site | ||
at [docs.planet.com](https://docs.planet.com/). | ||
carl-adams-planet marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
||
## Version Management | ||
_ReadTheDocs.io_ hosts multiple versions of the documentation simultaneously. | ||
All versions of the documentation will be published under a _ReadTheDocs.io_ | ||
URL that explicitly includes the SDK version so that PyPi published packages | ||
will always have corresponding _ReadTheDocs.io_ documentation for users. | ||
|
||
Additionally, the following symbolic names are maintained: | ||
* [**default**](https://planet-sdk-for-python.readthedocs.io/) - Should point to same version as `stable`. | ||
* [**stable**](https://planet-sdk-for-python.readthedocs.io/en/stable/) - Should point to the highest stable release version. | ||
* [**latest**](https://planet-sdk-for-python.readthedocs.io/en/latest/) - Should point to the most recent build from the current mainline major version branch. | ||
asonnenschein marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
||
Version management is handled by _ReadTheDocs.io_ [automation rules](https://app.readthedocs.org/dashboard/planet-sdk-for-python/rules/). | ||
|
||
## _ReadTheDocs.io_ Planet PBC Account | ||
Planet currently publishes to _ReadTheDocs.io_ as a [community](https://about.readthedocs.com/pricing/#/community) | ||
project. It is understood that this means that ads may be displayed on hosted documentation. (Ref: cleared | ||
with Planet Engineering Management in April 2025.) | ||
|
||
---- |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
from planet import __version__ as _pl_sdk_version | ||
|
||
def on_config(config): | ||
""" | ||
This is for injecting the package version into mkdocs | ||
config so it can be used in templates. | ||
""" | ||
config["extra"]["planet_sdk_version"] = _pl_sdk_version | ||
return config |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.