# Google Season of Docs 2023 Ideas
## Areas for improvement
- Addition of examples
- Ref: [NumPy 2020 survey results](https://numpy.org/user-survey-2020-details/content/2021/priorities.html#documentation)
- Relevant and comprehensive examples can be added to docstrings or in the form of how-to guides.
- Maybe figure out a standardized way of writing examples to best showcase a function.
- Restructuring [Gitwash](https://numpy.org/devdocs/dev/gitwash/index.html) docs
- Since these docs were written, the GitHub docs have been much improved and we don't need to seperately maintain these pages in NumPy anymore.
- New tutorials
- Focus on native usage of NumPy by the scientific community apart from the data scientists.
- NumPy Comics
- https://github.com/numpy/numpy.org/pull/600
- The technical writer should be able to write a good script.
- How-to-guide about the usage of `concatenate`, `stack`, and `block`. (Refer to https://github.com/numpy/numpy/issues/21916.)
## Deliverables