Add GPU feature discovery docs
At a quick glance this seems to do alot more than just add GFD docs. It seems to:
- Remove the versioning sections of the top level readme
- Add a new table of contents to the bottom of the README (separate from the one at the top)
- Copy a bunch of the content in the readme out into separate files (and leave the original content in place)
At a quick glance this seems to do alot more than just add GFD docs. It seems to:
- Remove the versioning sections of the top level readme
- Add a new table of contents to the bottom of the README (separate from the one at the top)
- Copy a bunch of the content in the readme out into separate files (and leave the original content in place)
I agree, but the GFD documentation was very extensive, and simply appending GFD README into Device Plugin is not desired. that's why I am creating a docs setup.
This is a first pass of this idea, but I am open to suggestions on how to split this effort
I'm not necessarily opposed to separating the documentation out into separate files, but that's not what this PR is doing.
It's leaving most of the content in place, removing the section on versioning, and then adding a new table of contents at the bottom of the file that links to the new separated-out docs.
This is a first pass of this idea, but I am open to suggestions on how to split this effort
Would splitting out the GFD documentation to separate folder with the links in the top-level documentation be an option?
This is a first pass of this idea, but I am open to suggestions on how to split this effort
Would splitting out the GFD documentation to separate folder with the links in the top-level documentation be an option?
Why not, sure. going to edit this PR
@elezar @klueska PR has been edited as per conversations, PTAL
I have reduced the scope for this PR, changing the name from Adding to Migrating. this way step 1 is to "simply" migrate the documentation, to start then a proper work on enhancing the repo documentation
I have edited the github.com/NVIDIA/gpu-feature-discovery README to reflect up-to-date values and instructions. PR is ready for review
Rebased