Ask HN: Show Code with Notes Alongside
Tell me about projects that allow code to be displayed on the left and notes about that code to be displayed on the right ?
I've seen this in the past but I can't find an implementation now.
Thanks.
EDIT: I should have said that the 'code on the left, notes on right thing' was overly prescriptive, as long as the notes and code are in columns and the notes sit alongside the relevant part of the code that's good as far as I'm concerned.
5 comments
[ 3.0 ms ] story [ 22.2 ms ] threadhttp://worrydream.com/#!/LearnableProgramming
[0]: https://github.com/jashkenas/docco
[1]: https://underscorejs.org/docs/underscore-esm.html
While digging around with your references I came across Pycco [1] which is a python optimized version of docco and as it's Python I'm trying to document that's a very useful thing to find. Thanks.
[1] https://pycco-docs.github.io/pycco/