Ticket #9607 (assigned)
Check Documentation and add algorithm usage examples (cloned)
Reported by: | Nick Draper | Owned by: | Owen Arnold |
---|---|---|---|
Priority: | critical | Milestone: | Backlog |
Component: | Documentation | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Tester: |
Description (last modified by Jay Rainey) (diff)
Cloned from #9576:
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 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
- SpecularReflectionCalculateTheta.cpp
- CalculateUMatrix.cpp
- CentroidPeaks.cpp
- FindClusterFaces.cpp
- IntegratePeaksUsingClusters.cpp
- SetSpecialCoordinates.cpp
- SortXAxis.py
- AndMD.cpp
- CloneMDWorkspace.cpp
- CreateMDWorkspace.cpp
- DivideMD.cpp
- EqualToMD.cpp
- LessThanMD.cpp
- MinusMD.cpp
- MultiplyMD.cpp
- NotMD.cpp
- OrMD.cpp
- PlusMD.cpp
- SetMDUsingMask.cpp
- TransformMD.cpp
- WeightedMeanMD.cpp
- XorMD.cpp
- GreaterThanMD.cpp
- SetSpecialCoordinates.cpp