-
Notifications
You must be signed in to change notification settings - Fork 915
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 <[email protected]> * add release note Signed-off-by: Nok Lam Chan <[email protected]> * rename node->node_name Signed-off-by: Nok Lam Chan <[email protected]> * Intrdouce NodeBoundArguments for refactoring - introduce a proper object instead of generate string for cells directly Signed-off-by: Nok Lam Chan <[email protected]> * revert accidental chagnes of notebook docs Signed-off-by: Nok Lam Chan <[email protected]> * revert notes Signed-off-by: Nok Lam Chan <[email protected]> * rename variables Signed-off-by: Nok Lam Chan <[email protected]> * refactor function call to use the new arg list Signed-off-by: Nok Lam Chan <[email protected]> * bug fix, should iterate through *args because it can be more than one element Signed-off-by: Nok Lam Chan <[email protected]> * merge with main Signed-off-by: Nok Lam Chan <[email protected]> * Lint Signed-off-by: lrcouto <[email protected]> * Add some tests Signed-off-by: lrcouto <[email protected]> * Add another test Signed-off-by: lrcouto <[email protected]> * Tests for format_node_inputs_text Signed-off-by: lrcouto <[email protected]> * Lint Signed-off-by: lrcouto <[email protected]> * Lint Signed-off-by: lrcouto <[email protected]> * Attempt to suppress sphinx warning Signed-off-by: lrcouto <[email protected]> * Attempt to suppress sphinx warning Signed-off-by: lrcouto <[email protected]> * Make NodeBoundArguments private Signed-off-by: lrcouto <[email protected]> --------- Signed-off-by: Nok Lam Chan <[email protected]> Signed-off-by: lrcouto <[email protected]> Co-authored-by: L. R. Couto <[email protected]> Co-authored-by: lrcouto <[email protected]>
- 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