-
Notifications
You must be signed in to change notification settings - Fork 903
Creating Developer Documentation
Ahdra Merali edited this page Jan 21, 2024
·
1 revision
Note
This document is not complete. Feel free to add, edit, and suggest changes.
Developer documentation serves to function as a means of knowledge sharing. As we iterate on this process, we will learn better ways to ensure we accurately capture the necessary information.
As a starting point, here are some things to keep in mind:
- Document the implementation in the context of its functionality
- Document how the execution is triggered
- Capture the flow of execution, not the layout of the file(s)
- Include any design decisions that inspired discussion / is not intuitive
- Contribute to Kedro
- Guidelines for contributing developers
- Contribute changes to Kedro that are tested on Databricks
- Backwards compatibility and breaking changes
- Contribute to the Kedro documentation
- Kedro documentation style guide
- Creating developer documentation
- Kedro new project creation - how it works
- The CI Setup: GitHub Actions
- The Performance Test Setup: Airspeed Velocity
- Kedro Framework team norms & ways of working ⭐️
- Kedro Framework Pull Request and Review team norms ✍️