Results 13 comments of Mukulika

Since `atari-py` has been [deprecated](https://github.com/openai/atari-py#readme), we'll have to switch to [Arcade Learning Environment](https://github.com/mgbellemare/Arcade-Learning-Environment). I think we'll have to import the ROM separately; [it won't be available through `ale-py`](https://github.com/mgbellemare/Arcade-Learning-Environment#rom-management).

Hi @SiddheshBangar, I would suggest you first build the documentation by following [this guide](https://numpy.org/devdocs/dev/howto_build_docs.html); it will help you to see how we use `Sphinx` for our docs. Next, follow the...

Hi, @jon-deng. Did you rebuild NumPy before building the docs again? Just the docs rebuild will only reflect changes in `*.rst` files.

> Could there be a problem in how I'm rebuilding numpy? No, I think you are doing it right. I'll try to recreate this locally and try a few things....

Hi @jwuttke, you are right- some parts of the NumPy C-API section can be classified as "explanations" under the [Diataxis framework](https://diataxis.fr/) we follow. We are working on rearranging parts of...

Hi, @weisscharlesj. Just a gentle ping to see if you have had the time to address the comments on the tutorial.

![IMG_20220117_235904](https://user-images.githubusercontent.com/60316606/149822218-ab0fe7fa-07d5-42c9-8f17-f26d40b60f1b.jpg) [numpy.org/doc](https://numpy.org/doc) on the Chrome app on my phone shows me this logo.

Hey @InessaPawson, actually I already fixed this in numpy/doc#9. 😄

Is there a workaround to this?

> But at the moment, whether to use the built-in document label or a shortened one seems to be left as an option for the author of the document that...