Closed OriolAbril closed 2 months ago
We currently have an __init__.py file in backend/ folder which was used for documentation purposes. I think we should remove it and instead use the none backend as the base for the common plotting interface and generic documentation.
__init__.py
backend/
none
closed by https://github.com/arviz-devs/arviz-plots/pull/78
We currently have an
__init__.py
file inbackend/
folder which was used for documentation purposes. I think we should remove it and instead use thenone
backend as the base for the common plotting interface and generic documentation.