Skip to content

Commit ea26784

Browse files
Added RPE logo and updated help with readthedocs link (#272)
* Updated help menu to use readthedocs link * Added RPE logo and updated help with readthedocs link * Resize the logo
1 parent 40dad14 commit ea26784

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44

55
# Rapid Power Estimator
66

7+
![RPE Logo](imgs/rpelogo.png)
8+
79
Rapid Power Estimation Tool allows you to estimate power consumption at various stages of your design cycle. It simplifies the input of design information through intuitive wizards and delivers comprehensive power and thermal data analysis.
810

911
## Pre-requisite

imgs/rpelogo.png

22.1 KB
Loading

main.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -212,9 +212,10 @@ const template = [
212212
label: 'Help',
213213
submenu: [
214214
{
215+
label: 'User Guide',
215216
role: 'help',
216217
click: async () => {
217-
await shell.openExternal('https://github.com/os-fpga/rapid_power_estimator/blob/main/README.md');
218+
await shell.openExternal('https://rapidpowerestimator.readthedocs.io/en/latest/');
218219
},
219220
},
220221
],

0 commit comments

Comments
 (0)