-
Notifications
You must be signed in to change notification settings - Fork 206
Help to Sphinx #2145
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: develop
Are you sure you want to change the base?
Help to Sphinx #2145
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. |
brtietz
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the fixes!
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