Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
DOC: Do not use unfinished double backticks
Do not use unfinished double backticks: Sphinx interprets them as unfinished inline literals. Change them to quotes in third-party licence documentation. Fixes: ``` /dipy/segment/mask.py:docstring of dipy.segment.mask.median_otsu:65: WARNING: Inline literal start-string without end-string. ``` and ``` /dipy/workflows/docstring_parser.py:docstring of dipy.workflows.docstring_parser:17: WARNING: Inline literal start-string without end-string. ``` raised for example at: https://github.com/dipy/dipy/actions/runs/10472634043/job/29002561651#step:5:1146 and https://github.com/dipy/dipy/actions/runs/10472634043/job/29002561651#step:5:1145
- Loading branch information