# ktch/doc
poetry run make html
environment.yml
はconda向けの環境設定ファイル.
poetry2conda
を使って,pyproject.toml
から生成する方針にする.
# 出力を確認するとき
poetry run poetry2conda pyproject.toml -
# 生成するとき
poetry run poetry2conda pyproject.toml environment.yml
liccheckを使っておこなう.
poetry export > requirements.txt
poetry run liccheck -s pyproject.toml
- fix: which represents bug fixes, and correlates to a SemVer patch.
- feat: which represents a new feature, and correlates to a SemVer minor.
- feat!:, or fix!:, refactor!:, etc., which represent a breaking change (indicated by the !) and will result in a SemVer major.
gitのcommit bodyにRelease-As: x.x.x
(x.x.x
は指定したいバージョン)と記載することで,そのバージョンのPRが作成される.
git commit --allow-empty -m "chore: 🔧 release x.x.x" -m "Release-As: x.x.x"
The documentations are licensed under a Creative Commons Attribution 4.0 International (CC BY 4.0) License.
The documentation system may also include some components licensed under open source licenses.
The following items forked from scikit-learn are licensed under the BSD 3-Clause License.
- shinxext/override_pst_pagetoc.py
- _templates/base.rst