schrodinger.utils.documentation module¶
- schrodinger.utils.documentation.show_topic(topic_name)[source]¶
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()[source]¶
Opens a browser to display local python API.
- schrodinger.utils.documentation.openTempURL(qurl)[source]¶
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