Conversation
* Use native web browser to display Help * Use `wxHtmlWindow` to display version information regardless of platform
* Move old files from `doc` folder to `SAM-documentation` repo. These are developer notes on old issues before we had the SAM Documentation repo. * Add new .rst source files for Sphinx-generated Help to `doc` folder. * Delete old HTML help files generated by Help & Manual from `runtime` folder.
Help ID is path to HTML file with no extension <folder>/<filename>. For example Help ID "battery-storage/battery_dispatch_fom" points to battery_dispatch_fom.html in "/help/html/battery-storage" folder.
|
Edit: I was able to debug the issue I posted previously. The path sent to window.cpp is: The actual path is: I was able to re-run xcopy to get it to work with |
|
Appears to be a path error with incentives and depreciation: Actual folder name is |
Yes. That should be fixed now. |
Should be fixed with 15e9f28. |
mjprilliman
left a comment
There was a problem hiding this comment.
Not sure if we are still looking for review on this, but I just used this branch and the included instructions to update a marine energy cc page and everything worked well.
|
I think with two reviews we should consider this good to go! @cpaulgilman please feel free to merge in, or we can discuss on Wednesday if it needs to be coordinated with the whole team (i.e. everyone needs to update their build process). |
Description
This is a major reworking of SAM's Help system to migrate from proprietary Help & Manual to open source Sphinx documentation.
For high-level build instructions for Windows, see https://github.com/NatLabRockies/SAM/wiki/Windows-Build-Instructions#9-build-help-optional (also on Mac and Linux build instructions).
For detailed build instructions and information, see https://github.com/NatLabRockies/SAM/blob/help-to-sphinx/README.md.
Fixes #2110
Corresponding branches and PRs:
Build from Develop branches of SSC, WEX, LK and SAM-private.
Unit Test Impact:
None.
Checklist