Why
The SDK was renamed in tracebloc-py-package#135 — PyPI distribution and import path are now tracebloc (was tracebloc_package). tracebloc==0.8.1 is live on PyPI. Docs still reference the old name.
What
- Rename page
tools-help/tracebloc-package.mdx → tools-help/tracebloc.mdx and update its content.
- Update
docs.json:
- Nav entry
tools-help/tracebloc-package → tools-help/tracebloc.
- Existing redirects with destination
/tools-help/tracebloc-package → /tools-help/tracebloc.
- Add a new redirect:
/tools-help/tracebloc-package → /tools-help/tracebloc (preserve old inbound links).
- Internal links:
/tools-help/tracebloc-package → /tools-help/tracebloc in tools-help/faqs.mdx and tools-help/key-terms.mdx.
- Install snippets:
pip install tracebloc_package → pip install "tracebloc[pytorch]>=0.8.0" in tools-help/tracebloc.mdx and join-use-case/start-training.mdx.
- Import snippets:
from tracebloc_package import X → from tracebloc import X.
Acceptance
Why
The SDK was renamed in tracebloc-py-package#135 — PyPI distribution and import path are now
tracebloc(wastracebloc_package).tracebloc==0.8.1is live on PyPI. Docs still reference the old name.What
tools-help/tracebloc-package.mdx→tools-help/tracebloc.mdxand update its content.docs.json:tools-help/tracebloc-package→tools-help/tracebloc./tools-help/tracebloc-package→/tools-help/tracebloc./tools-help/tracebloc-package→/tools-help/tracebloc(preserve old inbound links)./tools-help/tracebloc-package→/tools-help/traceblocintools-help/faqs.mdxandtools-help/key-terms.mdx.pip install tracebloc_package→pip install "tracebloc[pytorch]>=0.8.0"intools-help/tracebloc.mdxandjoin-use-case/start-training.mdx.from tracebloc_package import X→from tracebloc import X.Acceptance
tracebloc_packagereferences in user-facing docs (except a historical note on the rename)./tools-help/tracebloc-packageredirects to/tools-help/tracebloc(no broken inbound links).