kedro-org / kedro

Kedro is a toolbox for production-ready data science. It uses software engineering best practices to help you create data engineering and data science pipelines that are reproducible, maintainable, and modular.
https://kedro.org
Apache License 2.0
10.02k stars 906 forks source link

Update mermaid entrypoint diagrams with current state #4339

Open merelcht opened 4 days ago

merelcht commented 4 days ago

Description

Follow up on https://github.com/kedro-org/kedro/pull/4013 Changed all diagrams in docs/diagrams to be up to date with the current flows.

Developer Certificate of Origin

We need all contributions to comply with the Developer Certificate of Origin (DCO). All commits must be signed off by including a Signed-off-by line in the commit message. See our wiki for guidance.

If your PR is blocked due to unsigned commits, then you must follow the instructions under "Rebase the branch" on the GitHub Checks page for your PR. This will retroactively add the sign-off to all unsigned commits and allow the DCO check to pass.

Checklist

merelcht commented 2 days ago

We need to re-render them right? https://github.com/kedro-org/kedro/wiki/Render-Mermaid-diagrams

Do we? These are not inside the docs. Last time I also just added them like this. If you open the file you'll see the rendered diagram: https://github.com/kedro-org/kedro/blob/602bc26b98ca03994ce7a85b85ef3a874cc233e5/docs/diagrams/installed-kedro-project.md

astrojuanlu commented 2 days ago

Sorry I got confused 👍🏼 Thanks!