This repository was archived by the owner on Mar 21, 2024. It is now read-only.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This will still be a broken link on the new doc site: https://nvidia.github.io/thrust/contributing/submitting_a_pr.html
The link is generated to point to
.../cmake_options.md
, but the link needs to point at a.../cmake_options.html
: https://nvidia.github.io/thrust/setup/cmake_options.html@brycelelbach Is there some doxybook magic we can use to convert the file extension in the link so that both the markdown and doxy versions will work?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not following. The current formulation
./setup/cmake_options.md
points tocontributing/setup/cmake_options.md
(which doesn't exist).Wouldn't changing the relative path to
../setup
to reference the parent directory correct it?There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There is already something in Doxybook/Jekyll that should do this (rewrite
.md
to.html
). It's one of the Jekyll modules, I think?There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@brycelelbach whatever is supposed to be rewriting
.md
to.html
in URLs is broken, because it's not happening, and the link to CMake Options generates a 404 on thrust.github.io.