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
We could also try to group any non spaced string that includes :code:, but it's unclear if that heuristic is true. The following is technically not accurate to the original description:
:code:`<MajorVersion>.<MinorVersion>.<Patch>`
The text was updated successfully, but these errors were encountered:
See this link for why:
https://www.sphinx-doc.org/en/master/usage/restructuredtext/basics.html#gotchas
In practice, see this Markdown:
https://github.com/Azure/azure-rest-api-specs/blob/495c99982b1231e229c9f6309602d0f10d35730d/specification/compute/resource-manager/Microsoft.Compute/GalleryRP/preview/2020-09-30/gallery.json#L546C13-L546C273
We get today in RST:
https://github.com/Azure/azure-sdk-for-python/blob/f9e8d676f6cc8b75eb1b1e31455bc3057ad5a1c1/sdk/compute/azure-mgmt-compute/azure/mgmt/compute/v2020_09_30/operations/_operations.py#L8121C10-L8121C71
Note that this is incorrect and a M2R bug, this should have been:
We could also try to group any non spaced string that includes
:code:
, but it's unclear if that heuristic is true. The following is technically not accurate to the original description:The text was updated successfully, but these errors were encountered: