shamansir / rpd

:ok_hand: A Minimal Engine for creating Node-Based Visual Programming User Interfaces
http://shamansir.github.io/rpd
442 stars 48 forks source link

Current Issues with Docs #389

Open shamansir opened 7 years ago

shamansir commented 7 years ago

Links in Docs API section point to wrong URLs

here: http://shamansir.github.io/rpd/sections/api.html

For example, "Network" links point to http://shamansir.github.io/rpd/network.html instead of http://shamansir.github.io/rpd/sections/network.html, "Style" links point to http://shamansir.github.io/rpd/style.html instead of http://shamansir.github.io/rpd/sections/style.html, etc.

shamansir commented 7 years ago

This text also leads to nothing:

You may set a patch title here and, also optionally, define handlers for the events happening inside, this way:

shamansir commented 7 years ago

Also, Patch Definition object is not described.

shamansir commented 7 years ago

In this section: http://shamansir.github.io/rpd/sections/api.html#rpd-noderenderer

docs/random-on-click node renderer returns:

{ 'click': Kefir.fromEvents(...) }

, while it should be:

{ 'click': 
  {  'valueOut': Kefir.fromEvents(...)  } 
}

and several errors like this one, are below