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
when restructured text includes inline colon directives like :ref: or sphinx-specific elements like :meth:, :class:, etc. , wrap plus thinks these are beginning an indented section:
# works:
The change includes that we have modified
the
thing :meth:`_schema.Table.tometadata` to now
read as :meth:`_schema.Table.to_metadata`.
# result:
The change includes that we have modified the thing
:meth:`_schema.Table.tometadata` to now read as
:meth:`_schema.Table.to_metadata`.
# doesn't work:
The change includes that we have modified
the thing
:meth:`_schema.Table.tometadata` to now
read as :meth:`_schema.Table.to_metadata`.
# result:
The change includes that we have modified the thing
:meth:`_schema.Table.tometadata` to now read as
:meth:`_schema.Table.to_metadata`.
The text was updated successfully, but these errors were encountered:
when restructured text includes inline colon directives like
:ref:
or sphinx-specific elements like:meth:
,:class:
, etc. , wrap plus thinks these are beginning an indented section:The text was updated successfully, but these errors were encountered: