Some scripts to generate dash/zeal docset for torch, including nn, image, optim, paths package.
You can download the latest release here.
- Install dashing, grip
cd THIS_REPO
./mds/gen-html.sh
cd html && dashing build
will give you atorch.docset
folder.
For now it only roughly parses the markdown documentation in torch repo, naively by its header level. Functions might be missing. Please report if you find any issue.
NOTE: sometimes grip
could fail to render htmls due to github API limit. In this case you can pass your github
username/password to the grip
command in mds/gen-html.sh
to avoid this.
See grip issue.