Commit 1c2f6bb
committed
Fix RST indentation bug in interactive_plots.rst for PR #480
The CI failure in PR #480 was caused by broken indentation in
interactive_plots.rst. The hd.dynspread(...) block was at column 0
instead of being indented with 4 spaces, placing it outside the
RST code-block directive.
When notebooks are generated from this RST file, the unindented code
becomes markdown text instead of Python code, causing notebook
execution to fail.
This commit applies the PR #480 changes (PeptideIdentificationList,
get2DPeakDataLong 5th arg, refactored opts) with correct indentation.1 parent 5b78484 commit 1c2f6bb
1 file changed
+7
-10
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| |||
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
78 | | - | |
79 | | - | |
80 | | - | |
81 | | - | |
82 | | - | |
83 | | - | |
84 | | - | |
85 | | - | |
86 | 78 | | |
87 | 79 | | |
88 | | - | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
89 | 86 | | |
90 | 87 | | |
91 | 88 | | |
| |||
0 commit comments