Skip to content

Commit 91a08f3

Browse files
Adjust documentation script name and images. (project-chip#37584)
This fixes some copy & paste typos from temporary development of size scripts. Also fixes the display of images for the tool examples (the gh pages upload did not have the corresponding png). Co-authored-by: Andrei Litvin <andreilitvin@google.com>
1 parent 9e94a9f commit 91a08f3

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

docs/conf.py

+1
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@
7272
(MATTER_BASE, "examples/**/*.JPG"),
7373
(MATTER_BASE, "src/tools/**/*.md"),
7474
(MATTER_BASE, "scripts/tools/**/*.md"),
75+
(MATTER_BASE, "scripts/tools/**/*.png"),
7576
]
7677
external_content_link_prefixes = [
7778
"src/",

scripts/tools/ELF_SIZE_TOOLING.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ you can build the master branch of a binary and save it somewhere like
2626
Example runs:
2727

2828
```
29-
> ~/devel/chip-scripts/bindiff.py \
29+
> ./scripts/tools/binary_elf_size_diff.py \
3030
./out/qpg-qpg6105-light/chip-qpg6105-lighting-example.out \
3131
./out/qpg-master.out
3232
@@ -46,7 +46,7 @@ TOTAL -34
4646
```
4747

4848
```
49-
> ~/devel/chip-scripts/bindiff.py \
49+
> ./scripts/tools/binary_elf_size_diff.py \
5050
--output csv --skip-total \
5151
./out/qpg-qpg6105-light/chip-qpg6105-lighting-example.out ./out/qpg-master.out
5252

0 commit comments

Comments
 (0)