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 committed May 15, 2013
1 parent f961e6a commit 1e54083
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 1e54083

Please sign in to comment.