diff options
author | Robert Ly <robertly@google.com> | 2012-06-17 18:22:17 -0700 |
---|---|---|
committer | Robert Ly <robertly@google.com> | 2012-06-26 17:51:19 -0700 |
commit | 864090eeaa5241f9fcf17420a3d0123c95052b96 (patch) | |
tree | 6d43bd4e7e496e62fcc8c4beab9fb43e2d7c60c2 /docs/html/guide/guide_toc.cs | |
parent | 95bb409981496b23448f02df34faaf384ca28a9f (diff) |
docs: remove graphics rs docs and restructure existing docs
Change-Id: I8603c827095143327053e8eba855177ec466a948
Diffstat (limited to 'docs/html/guide/guide_toc.cs')
-rw-r--r-- | docs/html/guide/guide_toc.cs | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/docs/html/guide/guide_toc.cs b/docs/html/guide/guide_toc.cs index fee1f3580ccb..8e3fea60e7c0 100644 --- a/docs/html/guide/guide_toc.cs +++ b/docs/html/guide/guide_toc.cs @@ -311,26 +311,26 @@ <li><a href="<?cs var:toroot ?>guide/topics/graphics/hardware-accel.html"> <span class="en">Hardware Acceleration</span> </a></li> - <li class="nav-section"> - <div class="nav-section-header"><a href="<?cs var:toroot ?>guide/topics/graphics/renderscript/index.html"> - <span class="en">Renderscript</span> + </ul> + </li><!-- end of graphics and animation--> + + <li class="nav-section"> + <div class="nav-section-header"><a href="<?cs var:toroot ?>guide/topics/renderscript/index.html"> + <span class="en">Computation</span> </a></div> <ul> - <li><a href="<?cs var:toroot ?>guide/topics/graphics/renderscript/graphics.html"> - <span class="en">Graphics</span></a> + <li><a href="<?cs var:toroot ?>guide/topics/renderscript/compute.html"> + <span class="en">Renderscript</span></a> </li> - <li><a href="<?cs var:toroot ?>guide/topics/graphics/renderscript/compute.html"> - <span class="en">Compute</span></a> + + <li><a href="<?cs var:toroot ?>guide/topics/renderscript/advanced.html"> + <span class="en">Advanced Renderscript</span></a> </li> - <li><a href="<?cs var:toroot ?>guide/topics/graphics/renderscript/reference.html"> + <li><a href="<?cs var:toroot ?>guide/topics/renderscript/reference.html"> <span class="en">Runtime API Reference</span></a> - </li> + </li> </ul> - </li> - </ul> - </li><!-- end of graphics and animation--> - - + </li> <li class="nav-section"> <div class="nav-section-header"><a href="<?cs var:toroot ?>guide/topics/media/index.html"> <span class="en">Media and Camera</span> |