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

ENH: Quick access to online documentation #1937

Merged
merged 3 commits into from Sep 18, 2014

Commits on Aug 28, 2014

  1. ENH: Quick access to online documentation

    Adds a simple function to the api which allows the online documentation to be
    accessed in the default browser.  Has three modes:
    
    * Default: open the documentation page
    * String: search for the input
    * Function or class: go directly to the generated documentation
    bashtage committed Aug 28, 2014
    Configuration menu
    Copy the full SHA
    ac42588 View commit details
    Browse the repository at this point in the history
  2. Changed name of doc to open_doc

    Rewrote to be testable
    Added method to choose stable or devel, with default to look at version
    Added tests
    Added compatibility code for Python2/3 urlencode
    bashtage committed Aug 28, 2014
    Configuration menu
    Copy the full SHA
    f2f5e5a View commit details
    Browse the repository at this point in the history
  3. Renamed open_doc to webdoc

    bashtage committed Aug 28, 2014
    Configuration menu
    Copy the full SHA
    0a7eea0 View commit details
    Browse the repository at this point in the history