Skip to content

Commit 4bc42df

Browse files
Merge pull request #346 from bluesky/343-diffract.forward-not-a-list
diffract.forward() example shows a position, not a list
2 parents 9206e67 + 03c1bb7 commit 4bc42df

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-4
lines changed

docs/source/examples/notebooks/geo_e4cv.ipynb

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -600,7 +600,9 @@
600600
"function | returns\n",
601601
"--- | ---\n",
602602
"`fourc.forward()` | The *default* solution\n",
603-
"`fourc.calc.forward()` | List of all allowed solutions."
603+
"`fourc.calc.forward()` | List of all allowed solutions.\n",
604+
"\n",
605+
"Here we print the *default* solution (the one returned by calling `fourc.forward()`)."
604606
]
605607
},
606608
{

docs/source/examples/notebooks/geo_e6c.ipynb

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -627,7 +627,9 @@
627627
"function | returns\n",
628628
"--- | ---\n",
629629
"`sixc.forward()` | The *default* solution\n",
630-
"`sixc.calc.forward()` | List of all allowed solutions."
630+
"`sixc.calc.forward()` | List of all allowed solutions.\n",
631+
"\n",
632+
"Here we print the *default* solution (the one returned by calling `sixc.forward()`)."
631633
]
632634
},
633635
{

docs/source/examples/notebooks/geo_k4cv.ipynb

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -614,7 +614,9 @@
614614
"function | returns\n",
615615
"--- | ---\n",
616616
"`k4cv.forward()` | The *default* solution\n",
617-
"`k4cv.calc.forward()` | List of all allowed solutions."
617+
"`k4cv.calc.forward()` | List of all allowed solutions.\n",
618+
"\n",
619+
"Here we print the *default* solution (the one returned by calling `k4cv.forward()`)."
618620
]
619621
},
620622
{

env-dev.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
# Developer's environment for hklpy
44

55
# conda env create -f env-dev.yml
6-
# micromamba create -n dev-hklpy -f env-dev.yml
76

87
name: dev-hklpy
98

0 commit comments

Comments
 (0)