-
-
Notifications
You must be signed in to change notification settings - Fork 11.9k
Closed
Labels
Description
Documentation
Now that https://numpy.org/numpy-tutorials/ is deployed, we need to decide how to organize our internal documentation.
Currently, this page is also called NumPy Tutorials. The two tutorials listed there are also available as Jupyter Notebooks from the separate numpy-tutorials repo.
In our docs team meetings, we have discussed two possibilities:
- Keeping two sets of tutorials. This would allow us to separate the contents into in-depth guides about NumPy features (in the main sphinx docs) and general tutorials with applications of NumPy in other domains (in the numpy-tutorials repo). In this case, the tutorials section in the main docs would have to be renamed; one suggestion is "NumPy Guides" or similar.
- Only keeping the numpy-tutorials repo, making the sphinx tutorials page point to the rendered numpy-tutorials site and adding any new content there.
It would be nice to have further input from the community so we can reach a solution. If you have other ideas, please feel free to let us know!
astrojuanlu