Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
dynamo
Commits
c142eacf
Unverified
Commit
c142eacf
authored
Oct 01, 2025
by
Anant Sharma
Committed by
GitHub
Oct 01, 2025
Browse files
docs: fail build on warnings and fix existing warns (#3342)
Signed-off-by:
Anant Sharma
<
anants@nvidia.com
>
parent
23e79552
Changes
5
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
7 additions
and
7 deletions
+7
-7
docs/Makefile
docs/Makefile
+1
-1
docs/_includes/dive_in_examples.rst
docs/_includes/dive_in_examples.rst
+2
-2
docs/examples/runtime/hello_world/README.md
docs/examples/runtime/hello_world/README.md
+1
-1
docs/hidden_toctree.rst
docs/hidden_toctree.rst
+1
-1
docs/kubernetes/metrics.md
docs/kubernetes/metrics.md
+2
-2
No files found.
docs/Makefile
View file @
c142eacf
...
@@ -18,7 +18,7 @@
...
@@ -18,7 +18,7 @@
# You can set these variables from the command line, and also
# You can set these variables from the command line, and also
# from the environment for the first two.
# from the environment for the first two.
SPHINXOPTS
?=
SPHINXOPTS
?=
-W
SPHINXBUILD
?=
sphinx-build
SPHINXBUILD
?=
sphinx-build
SOURCEDIR
=
.
SOURCEDIR
=
.
BUILDDIR
=
build
BUILDDIR
=
build
...
...
docs/_includes/dive_in_examples.rst
View file @
c142eacf
...
@@ -5,8 +5,8 @@ The examples below assume you build the latest image yourself from source. If us
...
@@ -5,8 +5,8 @@ The examples below assume you build the latest image yourself from source. If us
:margin: 0
:margin: 0
:padding: 3 4 0 0
:padding: 3 4 0 0
.. grid-item-card:: :doc:`Hello World <../examples/
custom_backend
/hello_world/README>`
.. grid-item-card:: :doc:`Hello World <../examples/
runtime
/hello_world/README>`
:link: ../examples/
custom_backend
/hello_world/README
:link: ../examples/
runtime
/hello_world/README
:link-type: doc
:link-type: doc
Demonstrates the basic concepts of Dynamo by creating a simple GPU-unaware graph
Demonstrates the basic concepts of Dynamo by creating a simple GPU-unaware graph
...
...
docs/examples/runtime/hello_world/README.md
View file @
c142eacf
../../../../examples/runtime/hello_world/README.md
../../../../examples/custom_backend/hello_world/README.md
\ No newline at end of file
\ No newline at end of file
docs/hidden_toctree.rst
View file @
c142eacf
...
@@ -47,7 +47,7 @@
...
@@ -47,7 +47,7 @@
components/backends/sglang/docs/multinode-examples.md
components/backends/sglang/docs/multinode-examples.md
examples/README.md
examples/README.md
examples/
custom_backend
/hello_world/README.md
examples/
runtime
/hello_world/README.md
architecture/distributed_runtime.md
architecture/distributed_runtime.md
architecture/dynamo_flow.md
architecture/dynamo_flow.md
...
...
docs/kubernetes/metrics.md
View file @
c142eacf
...
@@ -137,7 +137,7 @@ Visit http://localhost:9090 and try these example queries:
...
@@ -137,7 +137,7 @@ Visit http://localhost:9090 and try these example queries:
-
`dynamo_frontend_requests_total`
-
`dynamo_frontend_requests_total`
-
`dynamo_frontend_time_to_first_token_seconds_bucket`
-
`dynamo_frontend_time_to_first_token_seconds_bucket`


### In Grafana
### In Grafana
```
bash
```
bash
...
@@ -155,4 +155,4 @@ Visit http://localhost:3000 and log in with the credentials captured above.
...
@@ -155,4 +155,4 @@ Visit http://localhost:3000 and log in with the credentials captured above.
Once logged in, find the Dynamo dashboard under General.
Once logged in, find the Dynamo dashboard under General.


Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment