Skip to content

fix(steps): point translate/nemo_curator docs reference at existing page#298

Open
andrewwhitecdw wants to merge 1 commit into
NVIDIA-NeMo:mainfrom
andrewwhitecdw:fix-translate-step-docs-ref
Open

fix(steps): point translate/nemo_curator docs reference at existing page#298
andrewwhitecdw wants to merge 1 commit into
NVIDIA-NeMo:mainfrom
andrewwhitecdw:fix-translate-step-docs-ref

Conversation

@andrewwhitecdw

Copy link
Copy Markdown
Contributor

Problem

src/nemotron/steps/translate/nemo_curator/step.toml declares:

[reference]
docs = "docs/customize/steps/translate/nemo-curator.md"

docs/customize/ does not exist in the repo, so the manifest validation test fails on main:

FAILED tests/steps/test_manifests.py::test_reference_paths_point_to_real_files
AssertionError: .../step.toml: missing reference path 'docs/customize/steps/translate/nemo-curator.md'

This is the only docs/customize reference in any step.toml.

Fix

Point docs at docs/translation/getting-started.md — the existing tutorial that walks through running this exact step (nemotron steps run translate/nemo_curator).

Testing

  • pytest tests/steps/test_manifests.py — 6 passed (previously 1 failed)

The step.toml [reference] docs field pointed at
docs/customize/steps/translate/nemo-curator.md, which does not exist,
failing tests/steps/test_manifests.py::test_reference_paths_point_to_real_files.
Point it at docs/translation/getting-started.md, the tutorial for this
exact step.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant