File tree 5 files changed +15
-13
lines changed
examples/energy-management-app/linux
5 files changed +15
-13
lines changed Original file line number Diff line number Diff line change 9
9
```
10
10
11
11
- [ Matter REPL] ( ./matter-repl.md )
12
- - [ Intro] ( . /Matter_REPL_Intro.ipynb)
13
- - [ Access Control ] ( ./Matter_Access_Control .ipynb)
14
- - [ Basic interactions ] ( ./Matter_Basic_Interactions .ipynb)
15
- - [ Fabric Commissioning] ( . /Matter_Multi_Fabric_Commissioning.ipynb)
12
+ - [ Intro] ( https://github.com/project-chip/connectedhomeip/blob/master/docs/development_controllers/chip-repl /Matter_REPL_Intro.ipynb)
13
+ - [ Basic interactions ] ( https://github.com/project-chip/connectedhomeip/blob/master/docs/development_controllers/chip-repl/Matter_Basic_Interactions .ipynb)
14
+ - [ Access Control ] ( https://github.com/project-chip/connectedhomeip/blob/master/docs/development_controllers/chip-repl/Matter_Access_Control .ipynb)
15
+ - [ Multi Fabric Commissioning] ( https://github.com/project-chip/connectedhomeip/blob/master/docs/development_controllers/chip-repl /Matter_Multi_Fabric_Commissioning.ipynb)
Original file line number Diff line number Diff line change @@ -9,5 +9,5 @@ chip-repl/index
9
9
chip-tool/index
10
10
```
11
11
12
- - [ chip-tool] ( ./chip-tool )
13
- - [ chip-repl] ( ./chip-repl )
12
+ - [ chip-tool] ( ./chip-tool/index.md )
13
+ - [ chip-repl] ( ./chip-repl/index.md )
Original file line number Diff line number Diff line change 18
18
[ these] ( https://github.com/project-chip/connectedhomeip/edit/master/docs/VSCODE_DEVELOPMENT.md )
19
19
steps to set up Visual Studio Code for Matter development.
20
20
21
- ### Linux <a name =" linux " >
21
+ (linux)=
22
+
23
+ ### Linux
22
24
23
25
For Espressif esp32 devices:
24
26
@@ -68,4 +70,4 @@ For Espressif esp32 devices:
68
70
69
71
1 . Open connectedhomeip within WSL on Visual Studio Code.
70
72
71
- 1 . Perform step 2 onwards from [ Linux ] ( # linux) guide.
73
+ 1 . Perform step 2 onwards from {ref} ` linux ` guide.
Original file line number Diff line number Diff line change 1
- docutils == 0.17.1
2
- Sphinx >= 4.5
1
+ docutils == 0.21.2
2
+ Sphinx == 8.2.0
3
3
sphinx-book-theme
4
- myst-parser
4
+ myst-parser >= 2.0.0
5
5
breathe >= 4.34
6
- pydata-sphinx-theme == 0.14.4
6
+ pydata-sphinx-theme == 0.16.1
Original file line number Diff line number Diff line change @@ -241,7 +241,7 @@ data (e.g. fabric info).
241
241
242
242
- See chip-repl documentation in:
243
243
- [ Working with Python CHIP Controller] ( ../../../docs/development_controllers/chip-repl/python_chip_controller_building.md )
244
- - [ Matter_REPL_Intro] ( ../../.. /docs/development_controllers/chip-repl/Matter_REPL_Intro.ipynb)
244
+ - [ Matter_REPL_Intro] ( https://github.com/project-chip/connectedhomeip/blob/master /docs/development_controllers/chip-repl/Matter_REPL_Intro.ipynb)
245
245
246
246
### Building chip-repl:
247
247
You can’t perform that action at this time.
0 commit comments