quantumjot / btrack

Bayesian multi-object tracking
https://btrack.readthedocs.io
MIT License
311 stars 50 forks source link

Rename repo to `btrack` #203

Closed paddyroddy closed 1 year ago

paddyroddy commented 1 year ago

Avoids user confusion and links should redirect

quantumjot commented 1 year ago

LMK if you want me to do this

paddyroddy commented 1 year ago

I think we should, but it isn't strictly necessary and entirely up to you

p-j-smith commented 1 year ago

it would probably make sense to rename to btrack. Links will redirect but we should probably still update them in e.g. the README

p-j-smith commented 1 year ago

Here's a grep of all files in this repository containing the string github.com/quantumjot/BayesianTracker

README.md
3:[![Tests](https://github.com/quantumjot/BayesianTracker/actions/workflows/test.yml/badge.svg)](https://github.com/quantumjot/BayesianTracker/actions/workflows/test.yml)

docs/dev_guide/index.rst
15:   git clone https://github.com/quantumjot/BayesianTracker.git

docs/user_guide/simple_example.rst
4:A simple pipeline is shown below. Others can be found in the `examples folder of the repository <https://github.com/quantumjot/BayesianTracker/tree/master/examples>`_.

pyproject.toml
48:urls.bugtracker = "https://github.com/quantumjot/BayesianTracker/issues"
50:urls.homepage = "https://github.com/quantumjot/BayesianTracker"
51:urls.usersupport = "https://github.com/quantumjot/BayesianTracker/discussions"

.napari-hub/DESCRIPTION.md
5:[![Tests](https://github.com/quantumjot/BayesianTracker/actions/workflows/test.yml/badge.svg)](https://github.com/quantumjot/BayesianTracker/actions/workflows/test.yml)