summaryrefslogtreecommitdiff
path: root/Display-Ref-Manuals/index.html
AgeCommit message (Collapse)Author
2019-06-13New ref manuals directory, delete old locationsJohn Hubbard
As decided in a recent OpenSource-Approval meeting, we want the directory structure for reference manuals here to be fairly close to the way they are organized internal to NVIDIA. This CL therefore does the following: Rename from: Host-Fifo/volta/gv100/* Display-Ref-Manuals/gv100/* to: manuals/volta/gv100/* Regenerate index.html files to match (important for the "github pages" site, at https://nvidia.github.io/open-gpu-doc/ . Reviewed by: Maneet Singh
2019-06-10Add index.html to each directoryJohn Hubbard
This is in preparation for publishing the site, via github pages. The index.html files were generated by invoking: //sw/pvt/jhubbard/scripts/gen-index-htmls.sh#3 ...from the top-level directory. Reviewed by: aritger, rmorell