Rebekah-Chuang / VizAble

VizAble is a web-based data visualization tool that generates accessible visualizations for all users, including people with visual impairments (low vision or blind).
MIT License
3 stars 0 forks source link

refactor: change directory name `apps` to `VizAble` #119

Closed Rebekah-Chuang closed 7 months ago

Rebekah-Chuang commented 7 months ago

This PR refactors the directory structure for better packaging, renames the package to VizAble, refactors the code for correct package importing, and update sphinx documentation. I didn't create an src folder outside of the VizAble since if I tried to do so, I wouldn't be able to import VizAble and test the functions in test_functions.py(haven't find the reason right now).

closes #118