File tree Expand file tree Collapse file tree 4 files changed +9
-4
lines changed
docs/source/examples/notebooks Expand file tree Collapse file tree 4 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 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 {
Original file line number Diff line number Diff line change 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 {
Original file line number Diff line number Diff line change 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 {
Original file line number Diff line number Diff line change 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
87name : dev-hklpy
98
You can’t perform that action at this time.
0 commit comments