Re: [Numpy-discussion] Beginner Help: Generating HTML using Sphinx

2019-03-31 Thread Matti Picus
On 31/3/19 10:56 pm, Mbeng Tanyi wrote: Hello I also got an error the first time I tried $ make file as follows: mkdir -p build/html build/doctrees LANG=C sphinx-build -b html -WT --keep-going -d build/doctrees source build/html /bin/sh: 1: sphinx-build: not found

Re: [Numpy-discussion] Beginner Help: Generating HTML using Sphinx

2019-03-31 Thread Mbeng Tanyi
Hello I also got an error the first time I tried $ make file as follows: > mkdir -p build/html build/doctrees > LANG=C sphinx-build -b html -WT --keep-going -d build/doctrees source > build/html > /bin/sh: 1: sphinx-build: not found > Makefile:123: recipe for target 'html' failed > make: ***

Re: [Numpy-discussion] Complex Normal Generator in NEP-19 extension

2019-03-31 Thread Marten van Kerkwijk
Certainly have done `np.random.normal(2*n).view('c16')` very often. Makes sense to just allow it to be generated directly. -- Marten On Sat, Mar 30, 2019 at 6:24 PM Hameer Abbasi wrote: > On Friday, Mar 29, 2019 at 6:03 PM, Hameer Abbasi < > einstein.edi...@gmail.com> wrote: > > On Friday, Mar