Ross Barnowski

Results 471 comments of Ross Barnowski

It'd be nice not to have to annotate the rst file in the project with metadata in order to prevent the extra whitespace, so a solution within the theme itself...

> If you can point me to where this html is generated, I would be happy to make a PR The html is not directly generated by numpydoc - rather,...

There's a lot here so it's difficult to say anything concrete. Given the build warnings you've posted at the top and the fact that your problem is platform specific, my...

> What are the limitations on making them executable? Too many dependencies/resource requirements for being practical, or some other reasons? For the reinforcement learning tutorial, it's a dependency issue -...

@melissawm just a quick ping here if you have any thoughts on this reorganization proposal!

> We should have a nice curated set of tutorials somewhere though. Yes, this is what I was thinking of as the eventual goal - a collection of curated (i.e....

> Add myst_footnote_transition = False to your conf.py to remove the transition and the warning should dissapear smile Thanks for the explanation :) > I think just noting this in...

Just a couple points I thought were relevant to the discussion: As mentioned [here](https://github.com/numpy/numpy/issues/5543#issuecomment-73611167), Python doesn't support this type of format string for sequences; for example: ```python >>> l =...

This does seem like a bug, the memory layout seems to be respected when the data is *only* f-contiguous, but not when it is both F & C contiguous (i.e....

> can you suggest an alternative to using suppress_warnings()? Perhaps taking a closer look at `__floordiv__`? The warning is being raised in the branch of `_div` where the remainder is...