Skip to content

fix docs tutorial links and add intro to guides/index.md#285

Merged
hemildesai merged 3 commits into
mainfrom
hemil/fix-docs-order
Jul 15, 2025
Merged

fix docs tutorial links and add intro to guides/index.md#285
hemildesai merged 3 commits into
mainfrom
hemil/fix-docs-order

Conversation

@hemildesai

Copy link
Copy Markdown
Contributor

No description provided.

Signed-off-by: Hemil Desai <hemild@nvidia.com>
Signed-off-by: Andrew Schilling <aschilling@nvidia.com>
aschilling-nv
aschilling-nv previously approved these changes Jul 9, 2025

@jgerh jgerh left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Completed tech pubs review and provided a few copyedits and suggested revisions to headings and text.

Comment thread docs/source/guides/index.md Outdated
If you're new to NeMo-Run, we recommend starting with:

- **[Why Use NeMo-Run?](why-use-nemo-run.md)** - Understand the benefits and philosophy behind NeMo-Run
- **[Configuration](configuration.md)** - Learn how to configure your ML tasks and experiments

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- **[Configuration](configuration.md)** - Learn how to configure your ML tasks and experiments
- **[Configuration](configuration.md)** - Learn how to configure your ML tasks and experiments.

Comment thread docs/source/guides/index.md Outdated

- **[Why Use NeMo-Run?](why-use-nemo-run.md)** - Understand the benefits and philosophy behind NeMo-Run
- **[Configuration](configuration.md)** - Learn how to configure your ML tasks and experiments
- **[Execution](execution.md)** - Discover how to run your experiments across different computing environments

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- **[Execution](execution.md)** - Discover how to run your experiments across different computing environments
- **[Execution](execution.md)** - Discover how to run your experiments across different computing environments.

Comment thread docs/source/guides/index.md Outdated
- **[Why Use NeMo-Run?](why-use-nemo-run.md)** - Understand the benefits and philosophy behind NeMo-Run
- **[Configuration](configuration.md)** - Learn how to configure your ML tasks and experiments
- **[Execution](execution.md)** - Discover how to run your experiments across different computing environments
- **[Management](management.md)** - Master experiment tracking, reproducibility, and organization

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- **[Management](management.md)** - Master experiment tracking, reproducibility, and organization
- **[Management](management.md)** - Master experiment tracking, reproducibility, and organization.

Comment thread docs/source/guides/index.md Outdated

NeMo-Run is built around three core responsibilities:

1. **Configuration** - Define your ML experiments using a flexible, pythonic configuration system

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
1. **Configuration** - Define your ML experiments using a flexible, pythonic configuration system
1. **Configuration** - Define your ML experiments using a flexible, Pythonic configuration system.

Comment thread docs/source/guides/index.md Outdated
NeMo-Run is built around three core responsibilities:

1. **Configuration** - Define your ML experiments using a flexible, pythonic configuration system
2. **Execution** - Run your experiments seamlessly across local machines, Slurm clusters, cloud providers, and more

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
2. **Execution** - Run your experiments seamlessly across local machines, Slurm clusters, cloud providers, and more
2. **Execution** - Run your experiments seamlessly across local machines, Slurm clusters, cloud providers, and more.

Comment thread docs/source/guides/management.md Outdated
```

## **Canceling a Task**
## Canceling a Task

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
## Canceling a Task
## Cancel a Task

Comment thread docs/source/guides/management.md Outdated
```

## **Viewing Logs**
## Viewing Logs

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
## Viewing Logs
## View Logs

Comment thread docs/source/guides/management.md Outdated
```

## **Experiment output**
## Experiment output

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
## Experiment output
## Review Experiment Output

Comment thread docs/source/index.rst
guides/index
API Reference <api/nemo_run/index>
faqs

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Line 6, capitalize title
NeMo-Run Documentation

Line 25 revise heading
Install the Project

Line 31 to 37 suggested revision

To install Skypilot with optional features, use one of the following commands:

  • To install Skypilot with Kubernetes support:

    pip install git+https://github.com/NVIDIA-NeMo/Run.git[skypilot]

  • To install Skypilot with support for all cloud platforms:

    pip install git+https://github.com/NVIDIA-NeMo/Run.git[skypilot-all]

Line 53 use NeMo-Run to be consistent

The hello_world tutorial series provides a comprehensive introduction to NeMo-Run, demonstrating its capabilities through a simple example. The tutorial covers:

Comment thread docs/source/index.rst Outdated
Comment on lines +62 to +64
1. `Part 1 <../../../examples/hello-world/hello_world.ipynb>`_
2. `Part 2 <../../../examples/hello-world/hello_experiments.ipynb>`_
3. `Part 3 <../../../examples/hello-world/hello_scripts.py>`_

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

suggest adding the name of the experiments to the link. For example:

  1. Part 1 Hello World <../../../examples/hello-world/hello_world.ipynb>_
  2. Part 2 Hello Experiments <../../../examples/hello-world/hello_experiments.ipynb>_
  3. Part 3 Hello Scripts <../../../examples/hello-world/hello_scripts.py>_

Signed-off-by: Hemil Desai <hemild@nvidia.com>
@hemildesai hemildesai merged commit 8f11183 into main Jul 15, 2025
21 checks passed
zoeyz101 pushed a commit to zoeyz101/NeMo-Run that referenced this pull request Nov 12, 2025
…#285)

* fix docs tutorial links and add intro to guides/index.md

Signed-off-by: Hemil Desai <hemild@nvidia.com>

* Adding project.json/versions1.json, and update conf.py

Signed-off-by: Andrew Schilling <aschilling@nvidia.com>

* fixes

Signed-off-by: Hemil Desai <hemild@nvidia.com>

---------

Signed-off-by: Hemil Desai <hemild@nvidia.com>
Signed-off-by: Andrew Schilling <aschilling@nvidia.com>
Co-authored-by: Andrew Schilling <aschilling@nvidia.com>
Signed-off-by: Zoey Zhang <zozhang@nvidia.com>
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.

3 participants