Skip to content

Commit 2c2d0d7

Browse files
committed
Remove references to former package name
1 parent 4554040 commit 2c2d0d7

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
[![contraqctor](./assets/logo-letter.svg)](https://allenneuraldynamics.github.io/contraqctor/)
22

3-
[![Documentation](https://tinyurl.com/zf46ufwa)](https://allenneuraldynamics.github.io/Aind.Behavior.CoreAnalysis/)
4-
![CI](https://github.com/AllenNeuralDynamics/Aind.Behavior.CoreAnalysis/actions/workflows/ci.yml/badge.svg)
3+
[![contraqctor](https://tinyurl.com/zf46ufwa)](https://allenneuraldynamics.github.io/contraqctor/)
4+
![CI](https://github.com/AllenNeuralDynamics/contraqctor/actions/workflows/ci.yml/badge.svg)
55
[![PyPI - Version](https://img.shields.io/pypi/v/contraqctor)](https://pypi.org/project/contraqctor/)
66
[![License](https://img.shields.io/badge/license-MIT-brightgreen)](LICENSE)
77
[![ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff)
88
[![uv](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/uv/main/assets/badge/v0.json)](https://github.com/astral-sh/uv)
99

1010
# contraqctor
1111

12-
A repository for managing data contracts and quality control in behavioral datasets.
12+
A library for managing data contracts and quality control in behavioral datasets.
1313

1414
> ⚠️ **Caution:**
1515
> This repository is currently under active development and is subject to frequent changes. Features and APIs may evolve without prior notice.

mkdocs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ site_name: contraqctor
22
site_description: Documentation for the contraqctor python package.
33
site_author: Bruno F. Cruz
44
copyright: 2025, Allen Institute for Neural Dynamics
5-
repo_url: https://github.com/AllenNeuralDynamics/Aind.Behavior.CoreAnalysis
5+
repo_url: https://github.com/AllenNeuralDynamics/contraqctor
66
repo_name: GitHub
77
theme:
88
name: material
@@ -110,7 +110,7 @@ nav:
110110
- core: api/qc/core.md
111111
- csv: api/qc/csv.md
112112
- harp: api/qc/harp.md
113-
- Issues: https://github.com/AllenNeuralDynamics/Aind.Behavior.CoreAnalysis/issues
113+
- Issues: https://github.com/AllenNeuralDynamics/contraqctor/issues
114114
- Examples:
115115
- Contract: doc_examples/contract.md
116116
- Quality Control: doc_examples/qc.md

pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "contraqctor"
7-
description = "A library with core primitives for analysis shared across all `Aind.Behavior` tasks"
7+
description = "A library for managing data contracts and quality control in behavioral datasets."
88
authors = [
99
{ name = "Bruno Cruz", email = "bruno.cruz@alleninstitute.org" },
1010
]
@@ -33,10 +33,10 @@ dependencies = [
3333
]
3434

3535
[project.urls]
36-
Documentation = "https://allenneuraldynamics.github.io/Aind.Behavior.CoreAnalysis/"
37-
Repository = "https://github.com/AllenNeuralDynamics/Aind.Behavior.CoreAnalysis/"
38-
Issues = "https://github.com/AllenNeuralDynamics/Aind.Behavior.CoreAnalysis/issues"
39-
Changelog = "https://github.com/AllenNeuralDynamics/Aind.Behavior.CoreAnalysis/releases"
36+
Documentation = "https://allenneuraldynamics.github.io/contraqctor/"
37+
Repository = "https://github.com/AllenNeuralDynamics/contraqctor/"
38+
Issues = "https://github.com/AllenNeuralDynamics/contraqctor/issues"
39+
Changelog = "https://github.com/AllenNeuralDynamics/contraqctor/releases"
4040

4141

4242
[project.optional-dependencies]

0 commit comments

Comments
 (0)