dash icon indicating copy to clipboard operation
dash copied to clipboard

Docs for `dash_duo`

Open janosh opened this issue 2 years ago • 1 comments

dash_duo seems to have a lot of methods like select_dcc_dropdown that I couldn't find any docs for?

https://github.com/plotly/dash/blob/04217e850d86349a7ff0729f15a9ec7eb5289c78/dash/testing/browser.py#L409

The best resource I found is https://dash.plotly.com/testing#browser-apis. Are more comprehensive dash_duo docs on the roadmap or already in existence somewhere?

janosh avatar Aug 11 '22 20:08 janosh

Oh interesting - looks like we documented many of these but the docstrings are copied in, not synced with the current version of Dash. @LiamConnors maybe worth a new markdown directive to create these docs pages from dir(object), like we currently do in code for https://dash.plotly.com/reference?

alexcjohnson avatar Aug 12 '22 01:08 alexcjohnson