[Documentation]: Images object not present in the pynwb.image
API #2022
Open
Description
What would you like changed or added to the documentation and why?
This works on my system:
from pynwb.image import Images
But the object is not found in the images API:
https://pynwb.readthedocs.io/en/stable/pynwb.image.html
Instead, it is found on base:
https://pynwb.readthedocs.io/en/stable/pynwb.base.html#pynwb.base.Images
It makes sense to me that it should be on Images as I would look for that but maybe it should be duplicated to be here and in base?
Should pynwb.base be internal?
I guess slightly related to #1686
Do you have any interest in helping write or edit the documentation?
No.
Code of Conduct
- I agree to follow this project's Code of Conduct
- Have you checked the Contributing document?
- Have you ensured this change was not already requested?