Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
payno
id06workflow
Commits
5787dc81
Commit
5787dc81
authored
Nov 20, 2018
by
payno
Browse files
[doc] rename several doc extension to *.rst to use the qt_snapshot sphinx directive
parent
79db161d
Changes
9
Hide whitespace changes
Inline
Side-by-side
doc/widgets/dataselection.
md
→
doc/widgets/dataselection.
rst
View file @
5787dc81
File moved
doc/widgets/geometry.
md
→
doc/widgets/geometry.
rst
View file @
5787dc81
File moved
doc/widgets/mapping.
md
→
doc/widgets/mapping.
rst
View file @
5787dc81
Mapping
=======

.. snapshotqt:: orangecontrib/id06workflow/widgets/screenshots/mapping.py
Signals
...
...
doc/widgets/noisereduction.
md
→
doc/widgets/noisereduction.
rst
View file @
5787dc81
File moved
doc/widgets/roiselection.
md
→
doc/widgets/roiselection.
rst
View file @
5787dc81
File moved
doc/widgets/saveexperiment.
md
→
doc/widgets/saveexperiment.
rst
View file @
5787dc81
File moved
doc/widgets/saveimage.
md
→
doc/widgets/saveimage.
rst
View file @
5787dc81
File moved
doc/widgets/shiftcorrection.
md
→
doc/widgets/shiftcorrection.
rst
View file @
5787dc81
Shift Correction
================

.. snapshotqt:: orangecontrib/id06workflow/widgets/screenshots/shift.py
Signals
...
...
orangecontrib/id06workflow/widgets/screenshots/com.py
View file @
5787dc81
from
silx.gui
import
qt
from
orangecontrib.id06workflow.widgets.com
import
ComOW
from
id06workflow.test
import
utils
app
=
qt
.
QApplication
([])
widget
=
ComOW
()
# TODO: create a more realsitic dataset or store one on edna-site
_map
=
utils
.
createRandomMap
((
200
,
200
))
widget
.
_process
(
_map
)
widget
.
show
()
app
.
exec_
()
def
screenshot
():
from
orangecontrib.id06workflow.widgets.com
import
ComOW
from
id06workflow.test
import
utils
app
=
qt
.
QApplication
.
instance
()
or
qt
.
QApplication
([])
widget
=
ComOW
()
# TODO: create a more realsitic dataset or store one on edna-site
_map
=
utils
.
createRandomMap
((
200
,
200
))
widget
.
_process
(
_map
)
widget
.
show
()
app
.
exec_
()
if
__name__
==
'__main__'
:
screenshot
()
Write
Preview
Supports
Markdown
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