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
The In [{num:d}]: + ...: formatting should easy enough to parse out given the docstring. Once it is parsed into a doctest_example.Doctest object, there should be no more issues.
We could extend our allowed parsing formats to include an IPython-like syntax. For example:
The
In [{num:d}]:
+...:
formatting should easy enough to parse out given the docstring. Once it is parsed into adoctest_example.Doctest object
, there should be no more issues.Original idea from discussions around networkx/networkx#4295
The text was updated successfully, but these errors were encountered: