|
1 | 1 | # -*- coding: utf-8 -*- |
2 | | -'''Classes in :mod:`G2export_CIF` follow: |
| 2 | +'''Classes in :mod:`~GSASII.exports.G2export_CIF` follow: |
3 | 3 | ''' |
4 | 4 | # note documentation in docs/source/exports.rst |
5 | 5 | # |
@@ -84,13 +84,13 @@ def getCellwStrain(phasedict,seqData,pId,histname): |
84 | 84 |
|
85 | 85 | def mkSeqResTable(mode,seqHistList,seqData,Phases,Histograms,Controls): |
86 | 86 | '''Setup sequential results table (based on code from |
87 | | - GSASIIseqGUI.UpdateSeqResults) |
| 87 | + :func:`GSASII.GSASIIseqGUI.UpdateSeqResults`) |
88 | 88 |
|
89 | 89 | TODO: This should be merged with the table build code in |
90 | | - GSASIIseqGUI.UpdateSeqResults and moved to somewhere non-GUI |
91 | | - like GSASIIstrIO to create a single routine that can be used |
| 90 | + :func:`GSASII.GSASIIseqGUI.UpdateSeqResults` and moved to somewhere non-GUI |
| 91 | + like :mod:`~GSASII.GSASIIstrIO` to create a single routine that can be used |
92 | 92 | in both places, but this means returning some |
93 | | - of the code that has been removed from there |
| 93 | + of the code that has been removed from there. |
94 | 94 | ''' |
95 | 95 |
|
96 | 96 | newAtomDict = seqData[seqHistList[0]].get('newAtomDict',{}) # dict with atom positions; relative & absolute |
@@ -4657,7 +4657,9 @@ def SelectDisAglFlags(event): |
4657 | 4657 | class ExportProjectCIF(ExportCIF): |
4658 | 4658 | '''Used to create a CIF of an entire project |
4659 | 4659 |
|
4660 | | - also called directly in :func:`GSASIImiscGUI.ExportSequentialFullCIF` |
| 4660 | + also called directly in |
| 4661 | + :func:`~GSASII.GSASIImiscGUI.ExportSequentialFullCIF` |
| 4662 | + in :mod:`~GSASII.GSASIImiscGUI` |
4661 | 4663 |
|
4662 | 4664 | :param wx.Frame G2frame: reference to main GSAS-II frame |
4663 | 4665 | ''' |
|
0 commit comments