stumpy icon indicating copy to clipboard operation
stumpy copied to clipboard

Inline Code in Docstrings

Open seanlaw opened this issue 1 year ago • 0 comments

Currently, the docstring found in the STUMPY API page uses single backticks to denote inline code (e.g., `m`). However, this is incorrect and should be changed to double backticks so that things like variables can be rendered as inline code (e.g., ``m``).

Note that this should be done AFTER #986 is merged for fixing #772!

seanlaw avatar Jun 19 '24 21:06 seanlaw