[SciPy-Dev] scipep repo
Stefan van der Walt
stefanv at berkeley.edu
Fri Mar 9 03:24:27 EST 2018
On Thu, 08 Mar 2018 23:02:44 -0800, Ralf Gommers wrote:
> > Things are in flux right now: https://github.com/numpy/neps. I'd like to
> > just copy that setup, but it looks like it will take some days to
> > stabilize. @Stefan/Jarrod/Nathaniel: are we now keeping neps sources in [1]
> > and only have autogenerated commits in https://github.com/numpy/neps
> > ?
The NEP sources are stored in the NumPy source repo:
https://github.com/numpy/numpy/tree/master/doc/neps
These Sphinx docs are rendered to https://github.com/numpy/neps, which
is online at:
http://www.numpy.org/neps/
The CircleCI setup for building & deploying the docs is here:
https://github.com/numpy/numpy/pull/10702
(It's very similar to the one used for SciPy except that, because we
have to push to multiple repos, there's some footwork around handling
SSH keys, and a script for pushing and replacing the built NEP webpage.)
Best regards
Stéfan
More information about the SciPy-Dev
mailing list