Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Yu HU
hdf-viewer
Commits
7baaf51f
Commit
7baaf51f
authored
Feb 15, 2019
by
eric pellegrini
Browse files
added docstring to HDFViewer.info method
parent
544ae3d8
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/hdfviewer/widgets/HDFViewer.py
View file @
7baaf51f
...
...
@@ -138,7 +138,12 @@ class HDFViewer(widgets.Accordion):
@
staticmethod
def
info
(
release
=
None
):
"""Open the url of the package documentation.
"""Open the url of a given release of the package documentation.
:param release: the release of the package.
If None, the current release will be selected.
:type release: str
"""
release
=
release
if
release
else
hdfviewer
.
__release__
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment