dash-apidoc is a docset for Dash.app containing the latest apiDoc documentation.
Install by opening Dash.app preferences, switch to Downloads
, click +
, and enter the feed URL
https://raw.githubusercontent.com/pfefferle/dash-apidoc/master/apiDoc.xml
.
To rebuild or update this docset run the following commands in the following order:
$ sh sync.sh
to grab the newest version of the documentation$ python rebuild.py
to generate the docset from the grabbed sources$ sh pack.sh
to build the tgz file for a new release
- updated docs
- removed JavaScripts
- initial
The sync.sh
and rebuild.py
scripts are based on @willnorris' awesome RFCDash Docset versions.