"...python_rs/git@developer.sourcefind.cn:OpenDAS/dynamo.git" did not exist on "11e3e1885dfa80a16bb4ab389cad44093160b7b7"
Commit c70de37f authored by Neelay Shah's avatar Neelay Shah Committed by GitHub
Browse files

chore: updating docs after restructure

parent b760c569
...@@ -65,7 +65,7 @@ The run script offers a few common workflows: ...@@ -65,7 +65,7 @@ The run script offers a few common workflows:
1. Running a command in a container and exiting. 1. Running a command in a container and exiting.
``` ```
./container/run.sh -- python3 -c "import triton_distributed.icp.protos.icp_pb2 as icp_proto; print(icp_proto); print(dir(icp_proto));" ./container/run.sh -- python3 -c "import triton_distributed.runtime; help(triton_distributed.runtime)"
``` ```
2. Starting an interactive shell. 2. Starting an interactive shell.
......
...@@ -50,7 +50,7 @@ maturin develop --uv ...@@ -50,7 +50,7 @@ maturin develop --uv
## Pre-requisite ## Pre-requisite
See [README.md](../README.md). See [README.md](/lib/runtime/README.md).
## Hello World Example ## Hello World Example
......
...@@ -110,7 +110,7 @@ Annotated { data: Some("d"), id: None, event: None, comment: None } ...@@ -110,7 +110,7 @@ Annotated { data: Some("d"), id: None, event: None, comment: None }
#### Python #### Python
See the [README.md](./python-wheel/README.md) for details See the [README.md](/lib/bindings/python/README.md) for details
The Python and Rust `hello_world` client and server examples are interchangeable, The Python and Rust `hello_world` client and server examples are interchangeable,
so you can start the Python `server.py` and talk to it from the Rust `client`. so you can start the Python `server.py` and talk to it from the Rust `client`.
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