"...ssh:/git@developer.sourcefind.cn:2222/OpenDAS/dynamo.git" did not exist on "3057af00b6ceb41e8179c177d5446917a102bdba"
Unverified Commit c142eacf authored by Anant Sharma's avatar Anant Sharma Committed by GitHub
Browse files

docs: fail build on warnings and fix existing warns (#3342)


Signed-off-by: default avatarAnant Sharma <anants@nvidia.com>
parent 23e79552
...@@ -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
......
...@@ -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
......
../../../../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
...@@ -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
......
...@@ -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`
![Prometheus UI showing Dynamo metrics](../../images/prometheus-k8s.png) ![Prometheus UI showing Dynamo metrics](../images/prometheus-k8s.png)
### 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.
![Grafana dashboard showing Dynamo metrics](../../images/grafana-k8s.png) ![Grafana dashboard showing Dynamo metrics](../images/grafana-k8s.png)
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment