July 24, 2013
3:37 p.m.
On Jul 24, 2013, at 10:33 AM, Pauli Virtanen <pav@iki.fi> wrote:
Hi,
How about splitting doc/sphinxext out from the main Numpy repository to a separate `numpydoc` repo under Numpy project?
It's a separate Python package, after all. Moreover, this would make it easier to use it as a git submodule (e.g. in Scipy). Moreover, its release cycle is not in any way tied to that of Numpy.
Pauli
_______________________________________________ NumPy-Discussion mailing list NumPy-Discussion@scipy.org http://mail.scipy.org/mailman/listinfo/numpy-discussion
I'm a big +1 on this idea. I've used the numpydoc sphinx extensions in a number of package I've worked on, having them as a separate git repo would make these even easier to use. - Jonathan Helmus