You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Okay, I pushed the necessary changes for the first example already. Note on that:
The literalinclude directive can be used with :lines: (line number specifications) or with (:starts-after:/:ends-before:) string sequences. The second one would be much nicer, because we do not have to look at line numbers, but since the literalinclude is in the same file we have some kind of literalincludeception, and that version does not work in this specific setup (https://www.sphinx-doc.org/en/master/usage/restructuredtext/directives.html#directive-literalinclude). The :pyobject: variant would skip imports and call of the main() function, so no option as well.
Thus, we still need to copy and paste/adjust the section to all other examples.
...but should refer to the new integrated examples and give a hint how to download them.
The text was updated successfully, but these errors were encountered: