@@ -209,49 +209,46 @@ print(f"Found {walls.GetElementCount()} walls")
209209
210210---
211211
212- ## 📖 Documentation
212+ ## 📖 Examples
213213
214214<table >
215215<tr >
216- <td style = " vertical-align : top ; width : 50 % ; " >
216+ <td valign = " top " >
217217
218- ## 🎓 Python Scripts
219- ** [ source/RevitDevTool.PythonDemo/commands/ ] ( source/RevitDevTool.PythonDemo/commands ) **
218+ ## Python
219+ ** [ source/RevitDevTool.PythonDemo/] ( source/RevitDevTool.PythonDemo ) **
220220
221221- ` dashboard_script.py ` - Production BIM dashboard
222222- ` data_analysis_script.py ` - Polars data analysis
223- - ` debugpy_script.py ` - VSCode debugger integration
224223- ` visualization_curve_script.py ` - 3D geometry rendering
225224- ` logging_format_script.py ` - Log formatting examples
226225- ` sklearn_script.py ` - ML with scikit-learn
227226- ` shapely_script.py ` - Geometric operations
228227- ` trimesh_script.py ` - 3D mesh processing
229228
230- ** [ → All Examples] ( https://github.com/trgiangv/RevitDevTool/wiki/Examples-Overview ) **
231229
232230</td >
233- <td style = " vertical-align : top ; width : 50 % ; " >
231+ <td valign = " top " >
234232
235- ## 🛠️ .NET Commands
233+ ## .NET
236234** [ source/RevitDevTool.DotnetDemo/] ( source/RevitDevTool.DotnetDemo ) **
237235
238- - ** Basic IExternalCommand** : Các ví dụ cơ bản về thực thi lệnh.
239- - ** Logging** : Trình diễn hệ thống ghi log.
240- - ** Geometry** : Các pattern hiển thị hình học trực quan.
236+ - ** Logging** : logging sample with stack trace and JSON formatting.
237+ - ** Geometry** : visualized geometry sample.
241238
242239</td >
243- </tr >
240+ </tr >
244241</table >
245242
243+ ** [ → All Examples] ( https://github.com/trgiangv/RevitDevTool/wiki/Examples-Overview ) **
244+
246245---
247246
248247## 🛠️ Building from Source
249248
250249### Prerequisites
251250
252- - .NET 8.0 SDK
253- - Visual Studio 2022 or Rider
254- - Git with Git LFS
251+ - .NET 10.0 SDK
255252
256253### Build Steps
257254
@@ -266,8 +263,6 @@ dotnet build RevitDevTool.sln -c "Release R25"
266263
267264** Available configurations:** ` Release R22 ` , ` Release R23 ` , ` Release R24 ` , ` Release R25 ` , ` Release R26 `
268265
269- ** [ → Build Guide] (docs/README.md#🤝 Contributing)**
270-
271266---
272267
273268## 🤝 Contributing
0 commit comments