Changeset 3272
- Timestamp:
- Feb 10, 2018 5:46:56 PM (5 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIplot.py
r3271 r3272 62 62 class method description 63 63 ============================================ ======================================================== 64 :meth:` ~G2PlotNoteBook.RegisterRedrawRoutine`This specifies a function64 :meth:`G2PlotNoteBook.RegisterRedrawRoutine` This specifies a function 65 65 to redraw the plot after the data tree has been 66 66 reloaded. Be sure this updates data 67 67 objects with new values from the tree, when needed. 68 68 69 :meth:` ~G2PlotNoteBook.SetNoDelete`Use this to indicate that a plot does not need to be69 :meth:`G2PlotNoteBook.SetNoDelete` Use this to indicate that a plot does not need to be 70 70 updated after a refinement and should not be closed. 71 71 ============================================ ======================================================== -
trunk/docs/ReadTheDocs_build.sh
r3217 r3272 1 1 curl -X POST https://readthedocs.org/build/gsas-ii 2 echo "Build started"
Note: See TracChangeset
for help on using the changeset viewer.