-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
edu redesign #20
Comments
I like the idea - however docco does not provide a hierarchical order of the source files which makes it a bit complicated for larger components to read the doc.
Do you want to provide code snippets about the use of components or the actual component itself? BTW this is related to bionode/bionode#10 |
@daviddao @greenify In the process of working on documentation guidelines, Could you please let me know any specific points you want me to address (specific components already created using BioJS2 new framework, edu redesign etc.)? Also, could you please let me know the reason of shifting to docco as a documentation generator? |
We never decided to shift to docco. @daviddao just suggested it. |
Thanks @greenify . I am currently working on
|
On 09/12/2014 10:06, Devasena Inupakutika (di1c13) wrote:
Not sure if useful but just in case I will share some of my experience I use Windows and some npm modules can be tricky, d3 is one of them. I http://edu.biojs.net/series/101/22_headstart.html was fine, it is pretty Then, in the same tutorial you have some available commands, but what is I did not go through the rest of the tutorial, I started playing by own Regards, |
@ljgarcia This is really useful in terms of user experience and yes, probably a QuickStart Guide would be good. |
@ljgarcia Thanks a lot for sharing your experiences. D3 has problems with npm (due to its inherently different development style) which makes it not so straight forward to install. I started creating a minimal biojs package, which doesn't require to install biojs-slush as global variable, allowing a free folder structure but comes with the essentials (browserify and biojs-sniper) |
@greenify @daviddao In the process of working on notes for documentation guidelines, I would need clarification on certain terms to be used. One or two examples for these would help in this case.
|
Sorry for the late response.
Biojs-vis-msa, biojs-io-fasta
Yes. Basically a npm package is a biojs package. However at least I differentiate between visualization components and non visualization - maybe we could define a component as a package with visualization?
services: workmen.biojs.net, proxy.biojs.net On January 19, 2015 2:43:06 PM CET, "Devasena Inupakutika (di1c13)" [email protected] wrote:
|
I still think embrace and improve the best way. Most people contributing
What is specific to bio visual components? On Tue, Jan 20, 2015 at 5:41 AM, Seb [email protected] wrote:
|
@greenify @timruffles Thanks very much! maybe we could define a component as a package with visualisation?This may cause confusion? From FAQ and tutorials, component is a sub-set of package. Hence, how about just using Package for everything? |
Hi, On 2015-01-20 16:22, Devasena Inupakutika (di1c13) wrote:
I would say "component" is a BioJS concept. A BioJS component is (right Now, I have mentioned also "module", well, modules are small pieces of In any case, wait for Seb and Tim to see what they say.
|
I really do like your explanation :) |
BioJS Edu was very useful in the beginning of BioJS 2.0. Right now, it has to be updated and rewritten. Some code examples are already out of date. How about we use docco for documented code and redesign BioJS Edu in that way, that we provide a lot of code snippets for smaller BioJS Components which are well documented. Code explains itself. It also could be used as a library/collection of documentations for all BioJS components.
I would also like to add this point to the monthly BioJS Call as "Documentation of BioJS Components"
The text was updated successfully, but these errors were encountered: