Skip to content

Doc: Add spaces to make links clickable#23028

Merged
opencv-pushbot merged 1 commit intoopencv:4.xfrom
zihaomu:update_doc_nanotrack
Dec 24, 2022
Merged

Doc: Add spaces to make links clickable#23028
opencv-pushbot merged 1 commit intoopencv:4.xfrom
zihaomu:update_doc_nanotrack

Conversation

@zihaomu
Copy link
Copy Markdown
Member

@zihaomu zihaomu commented Dec 24, 2022

The download link of Doc lacked a space at the beginning, which prevented Doxygen from parsing it as a link.

Related Link: https://docs.opencv.org/4.x/d8/d69/classcv_1_1TrackerNano.html
Before this patch, the link is parsed as plain text:
image

With this patch:
image

Pull Request Readiness Checklist

See details at https://github.com/opencv/opencv/wiki/How_to_contribute#making-a-good-pull-request

  • I agree to contribute to the project under Apache 2 License.
  • To the best of my knowledge, the proposed patch is not based on a code under GPL or another license that is incompatible with OpenCV
  • The PR is proposed to the proper branch
  • There is a reference to the original bug report and related work
  • There is accuracy test, performance test and test data in opencv_extra repository, if applicable
    Patch to opencv_extra has the same branch name.
  • The feature is well documented and sample code can be built with the project CMake

* Original repo is here: https://github.com/HonglinChu/NanoTrack
* Author:HongLinChu, 1628464345@qq.com
* Please download these two onnx models at: https://github.com/HonglinChu/SiamTrackers/tree/master/NanoTrack/models/nanotrackv2.
* Original repo is here: https://github.com/HonglinChu/NanoTrack.
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Dots are part of URL?

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for your reviewing, removed the final Dots.

@zihaomu zihaomu force-pushed the update_doc_nanotrack branch from 9b0dbf0 to 8e6aae0 Compare December 24, 2022 07:27
@opencv-pushbot opencv-pushbot merged commit 5247237 into opencv:4.x Dec 24, 2022
@alalek alalek mentioned this pull request Jan 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants