Skip to content

Commit

Permalink
pw_rpc: Update docs
Browse files Browse the repository at this point in the history
Bug: 349832019
Change-Id: Ibd2ac6842d27fa6e58161561074bd9b762f3ca55
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/219392
Reviewed-by: Aaron Green <[email protected]>
Reviewed-by: Taylor Cramer <[email protected]>
Lint: Lint 🤖 <[email protected]>
Reviewed-by: Keir Mierle <[email protected]>
Reviewed-by: Alexei Frolov <[email protected]>
Presubmit-Verified: CQ Bot Account <[email protected]>
Commit-Queue: Kayce Basques <[email protected]>
  • Loading branch information
Kayce Basques authored and CQ Bot Account committed Jul 3, 2024
1 parent 1643306 commit d4308f7
Show file tree
Hide file tree
Showing 12 changed files with 2,282 additions and 1,953 deletions.
2 changes: 1 addition & 1 deletion docs/module_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -439,7 +439,7 @@
]
},
"pw_rpc": {
"tagline": "Efficient, low-code-size, higher-level RPC system for embedded devices",
"tagline": "Efficient, low-code-size RPC system for embedded devices",
"status": "stable",
"languages": [
"C++",
Expand Down
6 changes: 5 additions & 1 deletion pw_rpc/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -406,8 +406,12 @@ pw_proto_library("protos") {

pw_doc_group("docs") {
sources = [
"benchmark.rst",
"cpp.rst",
"design.rst",
"docs.rst",
"guides.rst",
"libraries.rst",
"protocol.rst",
]
inputs = [
"benchmark.proto",
Expand Down
74 changes: 0 additions & 74 deletions pw_rpc/benchmark.rst

This file was deleted.

Loading

0 comments on commit d4308f7

Please sign in to comment.