File tree Expand file tree Collapse file tree 3 files changed +10
-10
lines changed
Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ site_name: contraqctor
22site_description : Documentation for the contraqctor python package.
33site_author : Bruno F. Cruz
44copyright : 2025, Allen Institute for Neural Dynamics
5- repo_url : https://github.com/AllenNeuralDynamics/Aind.Behavior.CoreAnalysis
5+ repo_url : https://github.com/AllenNeuralDynamics/contraqctor
66repo_name : GitHub
77theme :
88 name : material
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
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " 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. "
88authors = [
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 ]
You can’t perform that action at this time.
0 commit comments