-
Notifications
You must be signed in to change notification settings - Fork 794
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
To be able to fully document the behavior of `when`, I made a few organizational changes: - Split "Conditions" and "Filter" since these are two different concept anyways. - I also renamed the first heading to illustratet that the three big concepts are "Parameter", "Conditions", and "Filters". - Named the main new "when" section "Understanding when()" and included an example of conditional branches in pseudocode early on and a runnable example later. - I also added an additional subheading for "Linking across charts" - Included mention of the use of `empty=False` inside `when` together with a short pseudocode example. - Creating a new section at the end about combining parameters, which contains both the previous section on parameter composition, but also two new subsection on multiple conditions and conditional when branches. - I expanded on the parameter composition examples as well.
- Loading branch information
1 parent
df5555c
commit e363abd
Showing
2 changed files
with
194 additions
and
69 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