Releases: gotoUSA/linecite
Releases · gotoUSA/linecite
Release list
linecite 0.1.1
First release on PyPI: pip install linecite (Python 3.11+, git).
Docs that cite code by line number (orders.py:310) go stale on the next commit that touches the lines above. linecite lets a citation name the code it means — a symbol and a quoted fragment — derives the line number from the source, and tells you which paragraphs to re-read after the code changes.
checkfails on drifted numbers, citations whose code is gone, and number-only citationssyncrewrites drifted numbers in placeaffected <rev>lists the doc lines whose cited code changed — the prose to re-readaudittraces existing number-only citations through git history and reports which already point at the wrong line;adoptconverts them- pre-commit hooks
linecite-checkandlinecite-sync - a GitHub Action that runs
checkand comments on pull requests with the paragraphs to re-read
0.1.1 differs from the v0.1.0 tag only in packaging: PyPI metadata and the release workflow.