Skip to content

Instantly share code, notes, and snippets.

@mearns
mearns / inventory.py
Last active October 22, 2016 22:20 — forked from gmr/inventory.py
#! /usr/bin/env python
# vim: set fileencoding=utf-8:
""" Process URL for intersphinx targets and emit html or text """
def validuri(string):
return string
from sphinx.ext.intersphinx import read_inventory_v2
from posixpath import join
import pprint