Adding additional doc sources
jaredtconnor opened this issue · 2 comments
jaredtconnor commented
Would it be possible to add additional sources? For example, I was attempting to use scikit-learn docs, which are hosted on Devdocs here.
yar85 commented
While it's not possible to add sources in the package settings, you can do this manually:
- In "Packages / Api Docs" press the "View source" button
- Open "src/library.js" file and navigate to the "Library" class declaration
- Add a new item into the "DEFAULT_DOCSETS_" set ('scikit_learn' or another one)
- Save and restart Atom
SafetyFast commented
I tried to add some PHP docs from Devdocs, but without success. When I highlight something and press Ctrl-d the text appears in a search box with the message 'No matches found.' I have no option on the settings page to add/manage doc sources, even after reinstalling the plugin. Suggestions?