Closed lpatiny closed 7 years ago
This should also lead to the suppression of documentation.md
In the dev-dependencies you may use the head of documentation.js
https://github.com/image-js/core/blob/d166bd5a0e6b493097c9feefd1ca7bf3903052c4/package.json#L65
@lpatiny why don't use cheminfo doc
instead for the docs generation?
Indeed it will do the job.
So if you want to build and publish you should simply install the cheminfo-tools npm
npm install cheminfo-tools -g
And then
cheminfo doc -p
However I would expect it is available then on:
https://cheminfo-js.github.io/spectra-data
But this does not work. What I should do more ?
It's better to install the tools as global with npm install cheminfo-tools -g
, but after it's generated the docs dir, you need to enable the pages from settings, I can't do this in this repo for permissions but here you have a post
Thanks Miguel. I updated my comment to add the '-g'. GH-pages Works perfectly. There is just some work to have the correct jsdoc format now ...
Get inspired
https://github.com/image-js/core/blob/d166bd5a0e6b493097c9feefd1ca7bf3903052c4/package.json#L37-L38