summaryrefslogtreecommitdiff
path: root/classes/index.html
diff options
context:
space:
mode:
authorJohn Hubbard <jhubbard@nvidia.com>2019-06-13 21:04:49 -0700
committerJohn Hubbard <jhubbard@nvidia.com>2019-06-14 11:06:14 -0700
commit09307cb4f9b0352b3045fde1d3f058197b01d018 (patch)
treea244a3ade1b8c1b4d49ef4e8da5f7d657c2f8977 /classes/index.html
parentf9e4e0e07fd5a6a7757db977f69c8e91a0ae283f (diff)
downloadopen-gpu-doc-09307cb4f9b0352b3045fde1d3f058197b01d018.tar.xz
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/<category>/<files> 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
Diffstat (limited to 'classes/index.html')
-rw-r--r--classes/index.html8
1 files changed, 8 insertions, 0 deletions
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 @@
+<html>
+ <head><title>classes</title></head>
+ <body>
+ <h1>classes</h1>
+ <a href="compute">compute</a><br/>
+ <a href="display">display</a><br/>
+ </body>
+</html>