-
Notifications
You must be signed in to change notification settings - Fork 75
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
Fix local documentation links #396
Fix local documentation links #396
Conversation
Fixed a couple models that were pointing to the wrong html name.
…com/dcdenu4/invest into bugfix/319-local-docs-link-broken RE:natcap#319 Conflicts: HISTORY.rst
…local-docs-link-broken Merging the big sur branch into this one so that I can test it on my local dev computer. RE:natcap#319 Conflicts: HISTORY.rst
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.
I know this is pending as a draft, but it looks good to me. Thanks for doing this James, I appreciate it.
Looks good to me! I downloaded the dmg, the license appears as expected, and the model documentation links are working. Since this is a superset of the changes in #392, I'll just copy my one minor comment over to here. |
installer/darwin/dmgconf.py
Outdated
@@ -31,4 +31,5 @@ def get_size(start_path = '.'): | |||
#background = 'builtin-arrow' | |||
default_view = 'icon-view' | |||
|
|||
|
|||
format = 'UDZO' | |||
license = {'licenses': {'en_US': 'LICENSE.txt'}} |
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.
Clearly it's not a serious issue, but the dmgbuild docs say that a 'default-language' key is also required in the license dictionary.
…local-docs-link-broken
Description
This PR addresses the broken documentation link issue by including @dcdenu4 's changes to the local paths defined in ARGS_SPEC objects, and also fixes the issue on Mac by including the documentation files within the
.app
bundle (surprisingly, this actually works well, at least on Big Sur).Fixes #319
NOTE
I'm marking this as a draft for now until we can finish addressing #392
Checklist