Is there any API Document Browser like Dash on Ubuntu?

19,246

Solution 1

You might want to check out Zeal. I just started implementing it this weekend. It's intended to be a documentation browser like Dash, working on Linux.

Here is a screenshot:

Zeal Screenshot

Solution 2

Perhaps devdocs.io would be an option. It is also available as app extension for google chrome.

enter image description here

Solution 3

devhelp Install devhelp may help you

Devhelp is an API documentation browser for GTK+ and GNOME. It works natively with gtk-doc (the API reference framework developed for GTK+ and used throughout GNOME for API documentation). If you use gtk-doc with your project, you can use Devhelp to browse the documentation.

website

screenshot

enter image description here

Solution 4

For JQuery there is JQAPI. You can even install it as package!

$ sudo apt-get install jquery-alternative-doc

Then browse to this file in your browser.

file:///usr/share/doc/jquery-alternative-doc/index.html
Share:
19,246

Related videos on Youtube

Robert
Author by

Robert

Updated on September 18, 2022

Comments

  • Robert
    Robert almost 2 years

    I've seen my friend enjoy using Dash, in which you could look up all kinds of language document, Java, c#, Android, Javascript, JQuery, etc. That makes life much much more easier!! Does Anyone knows if there's alternative on Ubuntu? I search desperately but no

    Dash: Code snippet manager and Cocoa documentation browser.

  • jrhorn424
    jrhorn424 almost 11 years
    This doesn't really answer the OP. Dash is a native desktop client that provides useful search features, and it downloads docsets or uses local docsets.
  • ccamara
    ccamara over 10 years
    Didn't know Zeal. Looks promising, very dash-like, although it lacks the snippets functionallity.
  • web.learner
    web.learner about 10 years
    You could at least provide a link ;)
  • Robert
    Robert over 8 years
    like it! but my chrome just get fatter & fatter. LOL
  • virushuo
    virushuo almost 8 years
    It's really cool, has even an offline feature.