-
Notifications
You must be signed in to change notification settings - Fork 113
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
Document python version policies and other small doc updates. #2139
Conversation
Signed-off-by: rashidakanchwala <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
hey @rashidakanchwala the content looks good to me, just left 2 small comments about the styling for note block. Let me know what you think?
pip install kedro-viz | ||
``` | ||
|
||
```{note} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it doesn't render correctly there but it does here - https://kedro--2139.org.readthedocs.build/projects/kedro-viz/en/2139/kedro-viz_visualisation.html
|
||
These stats are generated by hooks. If you have Kedro-Viz installed and execute `kedro run`, the hooks will generate the stats by default. To disable this, you can disable Kedro-Viz hooks in the settings file of your project. | ||
|
||
```{note} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The former `kedro viz` command used here is now deprecated with the release of Kedro-Viz 7.0.0. | ||
`kedro viz run` is now the new way to run the tool. | ||
``` | ||
Please note you can also type `kedro viz` to start Kedro-viz |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[nit] May be we can keep this under a note block ?
Signed-off-by: rashidakanchwala <[email protected]>
Description
This PR updates the README and Kedro-Viz documentation to include our Python version policies. It also includes a few minor updates to the documentation and README that were made while reviewing these files.
Development notes
QA notes
Checklist
RELEASE.md
file