Skip to content
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

Merged

Conversation

phargogh
Copy link
Member

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

  • Updated HISTORY.rst (if these changes are user-facing)

dcdenu4 and others added 6 commits October 15, 2020 10:18
@phargogh phargogh requested review from dcdenu4 and emlys November 23, 2020 23:19
@phargogh phargogh linked an issue Nov 23, 2020 that may be closed by this pull request
Copy link
Member

@dcdenu4 dcdenu4 left a 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.

@emlys
Copy link
Member

emlys commented Nov 24, 2020

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.

@@ -31,4 +31,5 @@ def get_size(start_path = '.'):
#background = 'builtin-arrow'
default_view = 'icon-view'


format = 'UDZO'
license = {'licenses': {'en_US': 'LICENSE.txt'}}
Copy link
Member

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.

@phargogh phargogh marked this pull request as ready for review December 3, 2020 22:00
@emlys emlys merged commit 5fc0829 into natcap:release/3.9 Dec 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

SDR UI documentation link broken
3 participants