PyDoc is a docset browser written in python for Pythonista.
To get started download this code to Pythonista:
- Copy the following line in to the interactive console in pythonista and run it.
import requests as r; exec(r.get('https://goo.gl/giwri9').text)
- Once the installer has installed PyDoc restart Pythonista and run PyDoc.py in the PyDoc folder and this will start the application.
This project is licensed under the MIT License - see the LICENSE file for details
Docsets are provided by Dash the MacOS docset browser. Please checkout Dash please by clicking the link below.
Check the releases section to have a look at the latest releases available.
- Live updating for theme change (no restart required)
- Implement better error handling currently all errors are treated like they are fatal