-
Notifications
You must be signed in to change notification settings - Fork 906
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
improve
%load_node
support full node syntax (#3633)
* add docs for line magic Signed-off-by: Nok Lam Chan <nok.lam.chan@quantumblack.com> * add release note Signed-off-by: Nok Lam Chan <nok.lam.chan@quantumblack.com> * rename node->node_name Signed-off-by: Nok Lam Chan <nok.lam.chan@quantumblack.com> * Intrdouce NodeBoundArguments for refactoring - introduce a proper object instead of generate string for cells directly Signed-off-by: Nok Lam Chan <nok.lam.chan@quantumblack.com> * revert accidental chagnes of notebook docs Signed-off-by: Nok Lam Chan <nok.lam.chan@quantumblack.com> * revert notes Signed-off-by: Nok Lam Chan <nok.lam.chan@quantumblack.com> * rename variables Signed-off-by: Nok Lam Chan <nok.lam.chan@quantumblack.com> * refactor function call to use the new arg list Signed-off-by: Nok Lam Chan <nok.lam.chan@quantumblack.com> * bug fix, should iterate through *args because it can be more than one element Signed-off-by: Nok Lam Chan <nok.lam.chan@quantumblack.com> * merge with main Signed-off-by: Nok Lam Chan <nok.lam.chan@quantumblack.com> * Lint Signed-off-by: lrcouto <laurarccouto@gmail.com> * Add some tests Signed-off-by: lrcouto <laurarccouto@gmail.com> * Add another test Signed-off-by: lrcouto <laurarccouto@gmail.com> * Tests for format_node_inputs_text Signed-off-by: lrcouto <laurarccouto@gmail.com> * Lint Signed-off-by: lrcouto <laurarccouto@gmail.com> * Lint Signed-off-by: lrcouto <laurarccouto@gmail.com> * Attempt to suppress sphinx warning Signed-off-by: lrcouto <laurarccouto@gmail.com> * Attempt to suppress sphinx warning Signed-off-by: lrcouto <laurarccouto@gmail.com> * Make NodeBoundArguments private Signed-off-by: lrcouto <laurarccouto@gmail.com> --------- Signed-off-by: Nok Lam Chan <nok.lam.chan@quantumblack.com> Signed-off-by: lrcouto <laurarccouto@gmail.com> Co-authored-by: L. R. Couto <57910428+lrcouto@users.noreply.github.com> Co-authored-by: lrcouto <laurarccouto@gmail.com>
- Loading branch information
1 parent
527108c
commit ffc2683
Showing
6 changed files
with
203 additions
and
31 deletions.
There are no files selected for viewing
This file contains 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 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 |
---|---|---|
|
@@ -106,7 +106,6 @@ | |
"kedro_docs_style_guide.md", | ||
] | ||
|
||
|
||
type_targets = { | ||
"py:class": ( | ||
"object", | ||
|
This file contains 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 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 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 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