Ticket #9582 (assigned)
Check Documentation and add algorithm usage examples
Reported by: | Nick Draper | Owned by: | Jose Borreguero |
---|---|---|---|
Priority: | critical | Milestone: | Release 3.5 |
Component: | Documentation | Keywords: | |
Cc: | Blocked By: | #9858, #9886, #10080, #10101, #10192 | |
Blocking: | Tester: |
Description (last modified by Nick Draper) (diff)
Please check the documentation for these algorithms (check images, formatting etc) and add testable algorithm usage examples. We have tried to allocate algorithms as fairly and sensibly as possible, but there will be some that you do not consider "yours".
There is help on how to document the algorithms in the following links: http://www.mantidproject.org/Algorithm_Documentation http://www.mantidproject.org/Algorithm_Usage_Examples And there are examples implemented for Fit, Load, LoadISISNexus, DiffractionFocussing and Rebin.
To create workspaces to use in your usages you should try to create the workspace using CreateSampleWorkspace or CreateWorkspace, and only use a file if you really have no other option and the size is small.
In Visual studio you have two targets to create the documentation and run the doc tests (docs-html and docs-test in a documentation subfolder). You will need to update your Third Party Library.
If you are using Linux/Mac look here: https://github.com/mantidproject/mantid/blob/master/Code/Mantid/docs/README.md
- ExtractFFTSpectrum.cpp
- ScaleX.cpp
- FFT.cpp
- DSFinterp.py
- SaveAscii.cpp
- SCDCalibratePanels.cpp
- UnGroupWorkspace.cpp
- RebinToWorkspace.cpp
- SaveVTK.cpp
- CorrectToFile.cpp
- SaveISISNexus.cpp
- EditInstrumentGeometry.cpp
- StripPeaks.cpp
Change History
comment:1 Changed 6 years ago by Nick Draper
- Status changed from new to assigned
- Owner changed from Alex Buts to Jose Borreguero
- Description modified (diff)
- Summary changed from Check Documentation and add algorithm usage examples (cloned) to Check Documentation and add algorithm usage examples
comment:16 Changed 6 years ago by Karl Palmen
SaveISISNexus is also missing a description #9190.
comment:18 Changed 5 years ago by Nick Draper
- Milestone changed from Release 3.4 to Release 3.5
Moved to R3.5 at the end of R3.4
comment:19 Changed 5 years ago by Stuart Campbell
This ticket has been transferred to github issue 10425