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
block directive syntax technically does not have space before the
double-colon.
While this seem to be accepted by docutils – but not documented,
this can throw off other RST parser/syntax highlighter.
Sometime they can see that as comments, sometime they give garbage out.
Plus this is really uncommon with 3 occurrences in pandas codebase with
space and 4800 without:
pandas[master] $ rg '\.\. \w+::' | wc -l
4853
Numpy and scipy used to have a few space in their block directive, but
current master/main branch of both should also be free of directive with
space before the double colon.
0 commit comments