Contribution#
Development#
git clone https://github.com/shenmishajing/lightning_template.git
cd lightning_template
pip install -e ".[all]"
pre-commit install
Build Documents#
sphinx-autobuild docs docs/_build
Build Package#
python -m build
See the github action workflow file python-publish.yml for details.
Code Style#
The code is formatted using black.