You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After #1894 has landed, I'd like to take locks and revise the eDSL docs. Here is a non-exhaustive list:
I'm finding the introductory example a little confusing. I think it should be smaller and should also show the .futil code it generates.
I think we should advertise the "grab a handle as you define it" style upfront instead of leaving it as a "trick + tip". Consequently, get_cell, get_group, and get_component can be pushed down to the tricks and tips section.
Some other tricks and tips are lacking motivation and examples.
The docs have nothing about the new static stuff!
The docs are far behind when it comes to the new higher-level constructs, like <op>_use, if_with, and while_with.
After #1894 has landed, I'd like to take locks and revise the eDSL docs. Here is a non-exhaustive list:
get_cell,get_group, andget_componentcan be pushed down to the tricks and tips section.<op>_use,if_with, andwhile_with.