-
-
Save gtrevg/105bfe5d441a074062325da850a4fb8c to your computer and use it in GitHub Desktop.
Creating your own Dash docset from projects using Sphinx documentation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo pip install sphinx # or pydoctor, depending on your project | |
sudo pip install doc2dash | |
git clone https://github.com/n1k0/casperjs.git | |
cd casperjs/docs | |
make | |
doc2dash -n casperjs --icon _static/images/casperjs-rounded.png --add-to-dash -d ~/Library/Application\ Support/Dash/DocSets/casperjs _build/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment