Skip to content

Commit f0c77b6

Browse files
HaSH147restyled-commits
authored andcommittedMar 4, 2025
Fix broken doc links and resolve dependency conflicts (project-chip#37694)
* Fix broken doc links and resolve dependency conflicts * Fix MyST cross-reference error in vs_code_development.md * Restyled by prettier-markdown * Delete docs/examples/chef/README_DEVICE.md * Delete docs/examples/chef/README_OTCLI.md * Delete docs/examples/chef/README_SHELL.md --------- Co-authored-by: Restyled.io <commits@restyled.io>
1 parent c2e075d commit f0c77b6

File tree

5 files changed

+15
-13
lines changed

5 files changed

+15
-13
lines changed
 

‎docs/development_controllers/chip-repl/index.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
```
1010

1111
- [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)

‎docs/development_controllers/index.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ chip-repl/index
99
chip-tool/index
1010
```
1111

12-
- [chip-tool](./chip-tool)
13-
- [chip-repl](./chip-repl)
12+
- [chip-tool](./chip-tool/index.md)
13+
- [chip-repl](./chip-repl/index.md)

‎docs/platforms/esp32/vs_code_development.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@ Follow
1818
[these](https://github.com/project-chip/connectedhomeip/edit/master/docs/VSCODE_DEVELOPMENT.md)
1919
steps to set up Visual Studio Code for Matter development.
2020

21-
### Linux <a name="linux">
21+
(linux)=
22+
23+
### Linux
2224

2325
For Espressif esp32 devices:
2426

@@ -68,4 +70,4 @@ For Espressif esp32 devices:
6870

6971
1. Open connectedhomeip within WSL on Visual Studio Code.
7072

71-
1. Perform step 2 onwards from [Linux](#linux) guide.
73+
1. Perform step 2 onwards from {ref}`linux` guide.

‎docs/requirements.txt

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
docutils==0.17.1
2-
Sphinx>=4.5
1+
docutils==0.21.2
2+
Sphinx==8.2.0
33
sphinx-book-theme
4-
myst-parser
4+
myst-parser>=2.0.0
55
breathe>=4.34
6-
pydata-sphinx-theme==0.14.4
6+
pydata-sphinx-theme==0.16.1

‎examples/energy-management-app/linux/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ data (e.g. fabric info).
241241

242242
- See chip-repl documentation in:
243243
- [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)
245245

246246
### Building chip-repl:
247247

0 commit comments

Comments
 (0)