Skip to content

Instantly share code, notes, and snippets.

View jantman's full-sized avatar
💭
I have a status.

Jason Antman jantman

💭
I have a status.
View GitHub Profile
#!/usr/bin/env python
"""
Process URL for intersphinx targets and emit html or text
originally retrieved from:
https://gist.github.com/gmr/11359058
fixed for python3 and pep8 compliance by jantman
"""