-
Notifications
You must be signed in to change notification settings - Fork 188
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
Versioning for Python docs #1375
Labels
documentation
Everything related to documentation
enhancement
New feature or request
python
Pull requests that update Python code
Milestone
Comments
bossenti
added
enhancement
New feature or request
good first issue
Good for newcomers
python
Pull requests that update Python code
documentation
Everything related to documentation
labels
Mar 2, 2023
bossenti
added a commit
that referenced
this issue
Mar 6, 2023
Signed-off-by: bossenti <[email protected]>
bossenti
added a commit
that referenced
this issue
Mar 6, 2023
bossenti
added a commit
that referenced
this issue
Mar 7, 2023
bossenti
added a commit
that referenced
this issue
Mar 7, 2023
1 task
bossenti
added a commit
that referenced
this issue
Mar 8, 2023
bossenti
added a commit
that referenced
this issue
Mar 10, 2023
* add mike as versioning provider for python docs (#1375) Signed-off-by: bossenti <[email protected]> * adapt GitHub workflow for python docs creation (#1375) * add doc releasing to python deployment (#1375) * retrieve release version from branch name (#1375) --------- Signed-off-by: bossenti <[email protected]>
bossenti
added a commit
that referenced
this issue
Mar 10, 2023
* add mike as versioning provider for python docs (#1375) Signed-off-by: bossenti <[email protected]> * adapt GitHub workflow for python docs creation (#1375) * add doc releasing to python deployment (#1375) * retrieve release version from branch name (#1375) --------- Signed-off-by: bossenti <[email protected]> [#1375] add versioning to python docs (#1397)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
documentation
Everything related to documentation
enhancement
New feature or request
python
Pull requests that update Python code
Body
Currently, our documentation for the Python lib is unversioned.
This should be changed to be able to differentiate between the currently released version and the development state at least (ideally also for all hostoric releases). Therefore, our Mkdocs setup should be configured accordingly.
Here are some information about it from the official documentation:
https://squidfunk.github.io/mkdocs-material/setup/setting-up-versioning/
As a first step it would be great to have it running with some sample commands.
Ideally, this would already be integrated with our GitHub workflow.
Mentoring
As this issue is marked as good first issue: one of @dominikriemer, @tenthe, or @bossenti are happy to provide help for getting started, just tag (one of) them if you want to start working on this issue and need some help.
This issue is ideal for people that are interested in getting started with StreamPipes and already have some experience with Mkdocs.
StreamPipes Committer
I acknowledge that I am a maintainer/committer of the Apache StreamPipes project.
The text was updated successfully, but these errors were encountered: