evothings / evothings-doc

Documentation for Evothings Studio
http://www.evothings.com/
Apache License 2.0
6 stars 13 forks source link

Dialog Semiconductor example and library documentation #108

Closed nbezembinder1 closed 8 years ago

nbezembinder1 commented 8 years ago

See commit comments

gokr commented 8 years ago

I am wondering about the jsdoc stuff, seems there is something that caused your commit to use different filenames, like evothings-libraries_libs_evothings_easyble_easyble.js.html being renamed to easyble_easyble.js.html. No idea where the "evothings-libraries_libsevothings"-prefix comes from.

nbezembinder1 commented 8 years ago

That's weird, didn't notice that before, I'll try to generate the documentation again using jsdoc

nbezembinder1 commented 8 years ago

Hmm, seems like there is something wrong with the jsdoc-baseline package. Running npm install on a new clone returns a 404 ERROR: jsdoc-baseline is not in the npm registry. Could you try to generate the docs?

I'm on a Windows 7 machine by the way, running npm version 2.14.20

gokr commented 8 years ago

I have cherry picked https://github.com/evothings/evothings-doc/pull/108/commits/403cb2f6f17247fe982de0a1eadd7a4e08efc40d

Then I generated lib-doc myself, that should be it, right? If so, we can close this one.

nbezembinder1 commented 8 years ago

That's right, thanks!

I will look into the whole jsdoc thing to see what's the problem, not sure why I'm getting this error.

gokr commented 8 years ago

If you do "npm install" now I think it will work - I had to change the package.json to point elsewhere for jsdoc-baseline.