From 09307cb4f9b0352b3045fde1d3f058197b01d018 Mon Sep 17 00:00:00 2001 From: John Hubbard Date: Thu, 13 Jun 2019 21:04:49 -0700 Subject: New class files directory, delete old locations As decided recently in an OpenSource-Approval discussion, we want the directory structure for GPU classes to have the following structure: classes// This CL does that. It moves these directories: Compute-Class-Methods/* Display-Class-Methods/* to: classes/compute/ classes/display/ Regenerate index.html files to match (important for the "github pages" site, at https://nvidia.github.io/open-gpu-doc/ . Reviewed by: Maneet Singh --- classes/index.html | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 classes/index.html (limited to 'classes/index.html') diff --git a/classes/index.html b/classes/index.html new file mode 100644 index 0000000..7766646 --- /dev/null +++ b/classes/index.html @@ -0,0 +1,8 @@ + + classes + +

classes

+ compute
+ display
+ + -- cgit v1.2.3