Skip to content

Commit e2fcf7f

Browse files
authored
Update README.md (#25)
Improve Project Structure's code block formatting.
1 parent 717c38c commit e2fcf7f

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

β€ŽREADME.mdβ€Ž

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -172,22 +172,22 @@ chartConfigs.yourMetric = { type: 'line', ... };
172172

173173
```
174174
gpu-hot/
175-
β”œβ”€β”€ app.py # Flask + WebSocket server
175+
β”œβ”€β”€ app.py # Flask + WebSocket server
176176
β”œβ”€β”€ core/
177-
β”‚ β”œβ”€β”€ config.py # Configuration
178-
β”‚ β”œβ”€β”€ monitor.py # NVML GPU monitoring
179-
β”‚ β”œβ”€β”€ handlers.py # WebSocket handlers
180-
β”‚ β”œβ”€β”€ routes.py # HTTP routes
177+
β”‚ β”œβ”€β”€ config.py # Configuration
178+
β”‚ β”œβ”€β”€ monitor.py # NVML GPU monitoring
179+
β”‚ β”œβ”€β”€ handlers.py # WebSocket handlers
180+
β”‚ β”œβ”€β”€ routes.py # HTTP routes
181181
β”‚ └── metrics/
182-
β”‚ β”œβ”€β”€ collector.py # Metrics collection
183-
β”‚ └── utils.py # Metric utilities
182+
β”‚ β”œβ”€β”€ collector.py # Metrics collection
183+
β”‚ └── utils.py # Metric utilities
184184
β”œβ”€β”€ static/
185185
β”‚ β”œβ”€β”€ js/
186-
β”‚ β”‚ β”œβ”€β”€ charts.js # Chart configs
187-
β”‚ β”‚ β”œβ”€β”€ gpu-cards.js # UI components
188-
β”‚ β”‚ β”œβ”€β”€ socket-handlers.js # WebSocket + rendering
189-
β”‚ β”‚ β”œβ”€β”€ ui.js # View management
190-
β”‚ β”‚ └── app.js # Init
186+
β”‚ β”‚ β”œβ”€β”€ charts.js # Chart configs
187+
β”‚ β”‚ β”œβ”€β”€ gpu-cards.js # UI components
188+
β”‚ β”‚ β”œβ”€β”€ socket-handlers.js # WebSocket + rendering
189+
β”‚ β”‚ β”œβ”€β”€ ui.js # View management
190+
β”‚ β”‚ └── app.js # Init
191191
β”‚ └── css/styles.css
192192
β”œβ”€β”€ templates/index.html
193193
β”œβ”€β”€ Dockerfile

0 commit comments

Comments
Β (0)