schrodinger.utils.documentation module

schrodinger.utils.documentation.show_topic(topic_name)

Opens a window to display the help topic. :param topic_name Name of help topic :type topic_name str

schrodinger.utils.documentation.show_python_api()

Opens a browser to display local python API.

schrodinger.utils.documentation.show_python_overview()
schrodinger.utils.documentation.show_contact_info()
schrodinger.utils.documentation.show_manuals_index()
schrodinger.utils.documentation.show_knowledge_base(context='')
schrodinger.utils.documentation.show_new_features(context='')
schrodinger.utils.documentation.show_new_maestro_features(context='')
schrodinger.utils.documentation.show_known_issues(context='')
schrodinger.utils.documentation.show_canvas_user_manual()
schrodinger.utils.documentation.show_elements_visualization_tutorial()
schrodinger.utils.documentation.show_elements_task_tutorial()
schrodinger.utils.documentation.show_about_utilities()
schrodinger.utils.documentation.show_maestro_training_videos(context='')
schrodinger.utils.documentation.show_knime_workflows()
schrodinger.utils.documentation.show_script_center()
schrodinger.utils.documentation.open_url(url, show_warning=True, fragment=None)
schrodinger.utils.documentation.openTempURL(qurl)

Create a temporary file containing HTML and open it in browser

The HTML redirects the browser to the appropriate url. This circumvents a bug in Windows and MacOS that chops off the anchor of a URL if the URL points to a local file.

Parameters:qurl (QtCore.QUrl) – The QUrl to redirect to
Returns:Success of opening the temp URL
Return type:bool
schrodinger.utils.documentation.show_message(message)