Originally raised in #54, I have created a separate issue due to the scope of the solution. There are two parts to this issue: * **`intersphix-mapping` failures** * [`PySAL weights object`](https://github.com/pysal/spreg/blob/4e3732e474234eaefbb1824397e7ade401e862b0/spreg/robust.py#L22) vs. [`libpysal.weights.W`](https://github.com/pysal/spaghetti/blob/44eaf387dfd9dee3e0715b493a67bcc5f2a98114/spaghetti/network.py#L841) * `PySAL weights object` fails to create a link because it is not the actual `class` name * **overhaul of the doctrings** * general overhaul of the doctrings for format, grammar, punctuation, etc. similar to ongoing project in [`libpysal`](https://github.com/pysal/libpysal/issues/290) * this is also would incorporate fixing docstring test failures (see #57)