[PYTHON] I made a dash docset for Holoviews
Holoviews?
Python visualization tools may be standardized by HoloViews
Dash?
https://kapeli.com/dash
Since I recently changed jobs as an engineer, I often look at documents.
dash is convenient.
holoviews-docset
https://github.com/tonyjiangh/holoviews-dashdoc
What's in there?
- API only
- No top page
- No source code
Some problem
- I couldn't find the doc on github, so I downloaded holoviews hp with wget. However, when I try to do the whole thing, the layout collapses for some reason (suspicion that there is no style information). (Front end tone deafness)
- Finally, I downloaded only the API part, but since there is no _module part, the [source] part is not a local reference but a net connection.
- The wget command used is as follows
wget --execute="robots = off" --mirror --convert-links --no-parent --wait=5 http://holoviews.org/Reference_Manual/index.html
Anyway, have fun!