You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trying to open documentation for a particular symbol returns a 'file not found' in firefox however.
This was the url helm-dash produced: file:////{home directory}/Library/Application%20Support/Dash/DocSets/Python_3/Python%203.docset/Contents/Resources/Documents/doc/library/enum.html#//apple_ref/Module/enum
browsing this path in finder, I found that the file with the desired contents in fact had the location:
The difference in the paths (besides from the html anchor) is "Python_3" subdirectory in Dash/DocSets/.
The file .../Dash/DocSets/Python_3/Python%203.docsetdoes exist though, but it doesn't actually contain the docset - the package with the right docs is in the parent directory.
(package with correct docs circled in green, package helm-dash generated a link for circled in red)
It looks like either the documentation package was installed in the wrong location, or helm-dash is generating the wrong path to browse to it.
As a workaround for now I have moved the docset with the correct contents into the Python_3 subdirectory, overwriting the other one, and now the plugin is working as expected.
The text was updated successfully, but these errors were encountered:
I have installed the plugin, downloaded the docs I needed, and (snippet from the FAQ) configured the plugin to open docs in firefox like so:
Trying to open documentation for a particular symbol returns a 'file not found' in firefox however.
This was the url helm-dash produced:
file:////{home directory}/Library/Application%20Support/Dash/DocSets/Python_3/Python%203.docset/Contents/Resources/Documents/doc/library/enum.html#//apple_ref/Module/enum
browsing this path in finder, I found that the file with the desired contents in fact had the location:
file:///{home directory}/Library/Application%20Support/Dash/DocSets/Python%203.docset/Contents/Resources/Documents/doc/library/enum.html
The difference in the paths (besides from the html anchor) is "Python_3" subdirectory in
Dash/DocSets/
.The file
.../Dash/DocSets/Python_3/Python%203.docset
does exist though, but it doesn't actually contain the docset - the package with the right docs is in the parent directory.(package with correct docs circled in green, package helm-dash generated a link for circled in red)
It looks like either the documentation package was installed in the wrong location, or helm-dash is generating the wrong path to browse to it.
As a workaround for now I have moved the docset with the correct contents into the
Python_3
subdirectory, overwriting the other one, and now the plugin is working as expected.The text was updated successfully, but these errors were encountered: