Skip to content

Commit

Permalink
Add another function to changes page in Python doc. Refs #7102
Browse files Browse the repository at this point in the history
  • Loading branch information
martyngigg authored and OwenArnold committed May 29, 2013
1 parent 5448cbc commit f391622
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Code/Mantid/MantidPlot/docs/python/source/changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ Changes
* *mtd.sendLogMessage("msg")* -> *logger.information("msg")*
* *mtd.deleteWorkspace(ws)* -> *DeleteWorkspace(ws)*
* *mtd.settings* -> *config*
* *mtd.getSettings* -> *config*
* *mtd.workspaceExists("ws")* -> *mtd.doesExist("ws")*
* *mtd.settings.facility* -> *config.getFacility*
* *mtd.getConfigProperty* -> *config.getString*
Expand Down

0 comments on commit f391622

Please sign in to comment.