Dependencies for each feature should be listed in the docs
davemerrill opened this issue · 3 comments
That can be an up-front gating concern, so you shouldn't have to examine the source to find out what other libraries are needed. Some are obvious if you know enough about, say, CodeMirror, but not if you don't, and which ones require jQuery isn't stated.
Since this is in the dependencies.json file, we should be simply pulling
this into the documentation automatically.
On 17 February 2013 14:18, Dave Merrill notifications@github.com wrote:
That can be an up-front gating concern, so you shouldn't have to examine
the source to find out what other libraries are needed. Some are obvious if
you know enough about, say, CodeMirror, but not if you don't, and which
ones require jQuery isn't stated.—
Reply to this email directly or view it on GitHubhttps://github.com//issues/55.
Hmmm, I looked at the two I found (/templates/ and /directives/mask/), and unless I don't understand something, they don't contain that info.
The only place I see it is in the README files for each module. Is it right that modules without one are self-contained? The codemirror module doesn't have one that lists codemirror itself, but I guess that's obvious.
BTW, the filename /sortable/REDME.md is misspelled.
We need to convert the UI docs to be similar to the BS docs that autogenerate from each module.