Trrack / trrackjs

A library for history/provenance tracking in web-based visualizations.
https://apps.vdl.sci.utah.edu/trrack
BSD 3-Clause "New" or "Revised" License
17 stars 7 forks source link

Auto generate typedocs #67

Open kirangadhave opened 4 months ago

kirangadhave commented 4 months ago

The TrrackJS docs page has usage examples and some conceptual explanations. We need an API + Types reference auto-generated from the code using typedoc or something similar.

@JackWilb @bbollen23 will appreciate any input on this. I have used typedoc earlier, and most of the code has JSDoc-style comments.