Skip to content

Commit

Permalink
Merge pull request #346 from bluesky/343-diffract.forward-not-a-list
Browse files Browse the repository at this point in the history
diffract.forward() example shows a position, not a list
  • Loading branch information
padraic-shafer authored Jan 31, 2025
2 parents 9206e67 + 03c1bb7 commit 4bc42df
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
4 changes: 3 additions & 1 deletion docs/source/examples/notebooks/geo_e4cv.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -600,7 +600,9 @@
"function | returns\n",
"--- | ---\n",
"`fourc.forward()` | The *default* solution\n",
"`fourc.calc.forward()` | List of all allowed solutions."
"`fourc.calc.forward()` | List of all allowed solutions.\n",
"\n",
"Here we print the *default* solution (the one returned by calling `fourc.forward()`)."
]
},
{
Expand Down
4 changes: 3 additions & 1 deletion docs/source/examples/notebooks/geo_e6c.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -627,7 +627,9 @@
"function | returns\n",
"--- | ---\n",
"`sixc.forward()` | The *default* solution\n",
"`sixc.calc.forward()` | List of all allowed solutions."
"`sixc.calc.forward()` | List of all allowed solutions.\n",
"\n",
"Here we print the *default* solution (the one returned by calling `sixc.forward()`)."
]
},
{
Expand Down
4 changes: 3 additions & 1 deletion docs/source/examples/notebooks/geo_k4cv.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -614,7 +614,9 @@
"function | returns\n",
"--- | ---\n",
"`k4cv.forward()` | The *default* solution\n",
"`k4cv.calc.forward()` | List of all allowed solutions."
"`k4cv.calc.forward()` | List of all allowed solutions.\n",
"\n",
"Here we print the *default* solution (the one returned by calling `k4cv.forward()`)."
]
},
{
Expand Down
1 change: 0 additions & 1 deletion env-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
# Developer's environment for hklpy

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

name: dev-hklpy

Expand Down

0 comments on commit 4bc42df

Please sign in to comment.