datavis-tech / topologica

Minimal library for reactive dataflow programming. Based on topological sort.
MIT License
50 stars 1 forks source link

API Reference Docs #38

Closed curran closed 5 years ago

curran commented 5 years ago

As a user of Topologica, I want to see concise documentation for the API, so that can use it as a reference.

The current style of documentation is more like a tutorial, with facts about the API strewn about.

Proposal: make it more like the D3 documentation, for example https://github.com/d3/d3-selection#selectAll

curran commented 5 years ago

Closed by #41