Tags: Bayaola/axispy
Tags
docs: add contributing guidelines and code of conduct - Add CODE_OF_CONDUCT.md with community standards, enforcement guidelines, and reporting procedures - Add docs/source/contributing.rst covering development setup, code standards, commit conventions, PR process, and issue tracking - Add Contributing section to docs/index.rst table of contents - Include branch naming conventions (feature/, fix/, docs/, refactor/, test/) - Document conventional commit format with types (feat, fix, docs, style, refactor, test, chore)
feat: add GitHub Actions workflow for automated Sphinx documentation … …deployment to GitHub Pages - Add docs.yml workflow triggered on main branch docs changes and manual dispatch - Configure Pages permissions and concurrency settings - Add build job with Python 3.12, pip caching, and Sphinx HTML generation - Add deploy job to publish built docs to GitHub Pages environment
fix: update mobile build script to use isolated venv and add cython t… …o requirements - Add python3-venv to WSL dependency list in build script comments - Update build instructions to create ~/.buildozer_venv and install tools there - Add venv activation check in build script before running buildozer - Add cython>=3.2.4 to requirements.txt for mobile builds