docs: expand tutorials Quick Start with docs and Core Concepts links#2097
Open
lbliii wants to merge 2 commits into
Open
docs: expand tutorials Quick Start with docs and Core Concepts links#2097lbliii wants to merge 2 commits into
lbliii wants to merge 2 commits into
Conversation
…heading Removed link to the Getting Started Guide in favor of quickstart example. Co-authored-by: Cursor <cursoragent@cursor.com>
Builds on the prior commit by replacing the quickstart-only CTA with a clear sequence: install via docs, read Core Concepts, then run quickstart.py. Co-authored-by: Cursor <cursoragent@cursor.com>
3 tasks
Contributor
| **New to NeMo Curator?** | ||
|
|
||
| 1. [Install and run a modality quickstart](https://docs.nvidia.com/nemo/curator/latest/get-started/) from the [documentation](https://docs.nvidia.com/nemo/curator/latest/) | ||
| 2. Read [Core Concepts](https://docs.nvidia.com/nemo/curator/latest/about/concepts) to learn the pipeline architecture |
Contributor
There was a problem hiding this comment.
The Core Concepts URL here uses the path without
index.html, while the Documentation Links table lower in the same file uses /about/concepts/index.html. Both likely resolve correctly via redirect, but aligning the format avoids a subtle inconsistency for anyone copying links from the README.
Suggested change
| 2. Read [Core Concepts](https://docs.nvidia.com/nemo/curator/latest/about/concepts) to learn the pipeline architecture | |
| 2. Read [Core Concepts](https://docs.nvidia.com/nemo/curator/latest/about/concepts/index.html) to learn the pipeline architecture |
Note: If this suggestion doesn't match your team's coding style, reply to this and let me know. I'll remember it for next time!
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Builds on #1802 with a content-strategy fix for the tutorials README Quick Start section.
quickstart.pyTest plan
Made with Cursor