You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unify docs build into a single build, support proper multiversion links (#81)
* docs: unify sphinx build, fix multiversion links
* Unify Sphinx build to build as one project instead
of separate User Guide and Deployment Guide builds
* Change hard-coded URLs to use Sphinx roles so
the correct multiversion link can be interpolated
at build time
The goal of this change is to make the links in our docs
version-aware after moving to multiversion docs in
#40. Normally the
way to do this is to reference roles like `:doc:` and
`:ref:` instead of hard-coding URLs, but since we have
cross-guide links we also have to unify the Sphinx build
to make the builds aware of roles across all our docs.
Co-authored-by: RyaliNvidia <[email protected]>
---------
Co-authored-by: RyaliNvidia <[email protected]>
@@ -116,13 +116,13 @@ OSMO solves this [Three Computer Problem](https://blogs.nvidia.com/blog/three-co
116
116
117
117
| **What You Can Do** | **Example** |
118
118
|---------------------|----------------------|
119
-
| **Interactively develop** on remote GPU nodes with VSCode, SSH, or Jupyter notebooks | [Interactive Workflows](https://nvidia.github.io/OSMO/user_guide/main/workflows/interactive/index.html) |
120
-
| **Generate synthetic data** at scale using Isaac Sim or custom simulation environments | [Isaac Sim SDG](https://nvidia.github.io/OSMO/user_guide/main/how_to/isaac_sim_sdg.html) |
121
-
| **Train models** with diverse datasets across distributed GPU clusters | [Model Training](https://nvidia.github.io/OSMO/user_guide/main/how_to/training.html) |
122
-
| **Train policies** for robots using data-parallel reinforcement learning | [Reinforcement Learning](https://nvidia.github.io/OSMO/user_guide/main/how_to/reinforcement_learning.html) |
123
-
| **Validate models** in simulation with hardware-in-the-loop testing | [Hardware In The Loop](https://nvidia.github.io/OSMO/user_guide/main/tutorials/hardware_in_the_loop/index.html) |
124
-
| **Transform and post-process data** for iterative improvement | [Working with Data](https://nvidia.github.io/OSMO/user_guide/main/tutorials/data/index.html) |
125
-
| **Benchmark system software** on actual robot hardware (NVIDIA Jetson, custom platforms) | [Hardware Testing](https://nvidia.github.io/OSMO/user_guide/main/how_to/hil.html) |
119
+
| **Interactively develop** on remote GPU nodes with VSCode, SSH, or Jupyter notebooks | [Interactive Workflows](https://nvidia.github.io/OSMO/main/user_guide/workflows/interactive/index.html) |
120
+
| **Generate synthetic data** at scale using Isaac Sim or custom simulation environments | [Isaac Sim SDG](https://nvidia.github.io/OSMO/main/user_guide/how_to/isaac_sim_sdg.html) |
121
+
| **Train models** with diverse datasets across distributed GPU clusters | [Model Training](https://nvidia.github.io/OSMO/main/user_guide/how_to/training.html) |
122
+
| **Train policies** for robots using data-parallel reinforcement learning | [Reinforcement Learning](https://nvidia.github.io/OSMO/main/user_guide/how_to/reinforcement_learning.html) |
123
+
| **Validate models** in simulation with hardware-in-the-loop testing | [Hardware In The Loop](https://nvidia.github.io/OSMO/main/user_guide/tutorials/hardware_in_the_loop/index.html) |
124
+
| **Transform and post-process data** for iterative improvement | [Working with Data](https://nvidia.github.io/OSMO/main/user_guide/tutorials/data/index.html) |
125
+
| **Benchmark system software** on actual robot hardware (NVIDIA Jetson, custom platforms) | [Hardware Testing](https://nvidia.github.io/OSMO/main/user_guide/how_to/hil.html) |
126
126
127
127
### Battle-Tested in Production
128
128
@@ -135,7 +135,7 @@ OSMO is production-grade and proven at scale. Originally developed to power Phys
135
135
Select one of the deployment options below depending on your needs and environment to get started
@@ -146,11 +146,11 @@ Select one of the deployment options below depending on your needs and environme
146
146
147
147
| Resource | Description |
148
148
|:---------|:------------|
149
-
| 🚀 [**Local Deployment**](https://nvidia.github.io/OSMO/deployment_guide/main/appendix/deploy_local.html) | Run it locally on your workstation in 10 minutes |
150
-
| 🛠️ [**Cloud Deployment**](https://nvidia.github.io/OSMO/deployment_guide/) | Deploy production grade on cloud providers |
151
-
| 📘 [**User Guide**](https://nvidia.github.io/OSMO/user_guide/) | Tutorials, workflows, and how-to guides for developers |
149
+
| 🚀 [**Local Deployment**](https://nvidia.github.io/OSMO/main/deployment_guide/appendix/deploy_local.html) | Run it locally on your workstation in 10 minutes |
150
+
| 🛠️ [**Cloud Deployment**](https://nvidia.github.io/OSMO/main/deployment_guide/) | Deploy production grade on cloud providers |
151
+
| 📘 [**User Guide**](https://nvidia.github.io/OSMO/main/user_guide/) | Tutorials, workflows, and how-to guides for developers |
| 💻 [**Getting Started**](https://nvidia.github.io/OSMO/user_guide/main/getting_started/install/index.html) | Install command-line interface to get started |
153
+
| 💻 [**Getting Started**](https://nvidia.github.io/OSMO/main/user_guide/getting_started/install/index.html) | Install command-line interface to get started |
Copy file name to clipboardExpand all lines: deployments/charts/web-ui/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,7 +53,7 @@ This Helm chart deploys the OSMO UI service along with its required sidecars and
53
53
|`services.ui.hostAliases`| Host aliases for custom DNS resolution |`[]`|
54
54
|`services.ui.tolerations`| Tolerations for pod scheduling on tainted nodes |`[]`|
55
55
|`services.ui.resources`| Resource limits and requests for the UI container |`{}`|
56
-
|`services.ui.docsBaseUrl`| Documentation base URL users will see from the UI |`"https://nvidia.github.io/OSMO/user_guide/"`|
56
+
|`services.ui.docsBaseUrl`| Documentation base URL users will see from the UI |`"https://nvidia.github.io/OSMO/main/user_guide/"`|
57
57
|`services.ui.cliInstallScriptUrl`| CLI Installation Script URL displayed in the UI |`"https://raw.githubusercontent.com/NVIDIA/OSMO/refs/heads/main/install.sh"`|
NVIDIA CORPORATION, its affiliates and licensors retain all intellectual
6
+
property and proprietary rights in and to this material, related
7
+
documentation and any modifications thereto. Any use, reproduction,
8
+
disclosure or distribution of this material and related documentation
9
+
without an express license agreement from NVIDIA CORPORATION or
10
+
its affiliates is strictly prohibited.
11
+
#}
12
+
{# modified from https://github.com/pydata/pydata-sphinx-theme/blob/v0.16.1/src/pydata_sphinx_theme/theme/pydata_sphinx_theme/components/sidebar-nav-bs.html #}
13
+
{# see "PyData Sphinx Theme License" in the README #}
14
+
{# further modified from nvidia-sphinx-theme==0.0.8 to remove startdepth=0 hardcode #}
15
+
{# Displays the TOC-tree for all pages. #}
16
+
<navclass="bd-docs-nav bd-links"
17
+
aria-label="{{ _('Table of Contents') }}">
18
+
<pclass="bd-links__title" role="heading" aria-level="1">{{ _("Table of Contents") }}</p>
0 commit comments