Splitting numpydoc to a separate repo
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
On Wed, Jul 24, 2013 at 4:33 PM, 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.
Works for me. -- Robert Kern
On Wed, 24 Jul 2013, Pauli Virtanen wrote:
How about splitting doc/sphinxext out from the main Numpy repository to a separate `numpydoc` repo under Numpy project?
+1
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.
yeap -- it has a life of its own -- Yaroslav O. Halchenko, Ph.D. http://neuro.debian.net http://www.pymvpa.org http://www.fail2ban.org Senior Research Associate, Psychological and Brain Sciences Dept. Dartmouth College, 419 Moore Hall, Hinman Box 6207, Hanover, NH 03755 Phone: +1 (603) 646-9834 Fax: +1 (603) 646-1419 WWW: http://www.linkedin.com/in/yarik
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
24.07.2013 18:33, Pauli Virtanen kirjoitti:
How about splitting doc/sphinxext out from the main Numpy repository to a separate `numpydoc` repo under Numpy project?
Done: https://github.com/numpy/numpydoc https://github.com/numpy/numpy/pull/3547 https://github.com/scipy/scipy/pull/2657
participants (6)
-
Andreas Hilboll -
Jonathan J. Helmus -
Pauli Virtanen -
Robert Kern -
Stéfan van der Walt -
Yaroslav Halchenko