Remove unneeded toctree:: statements in non-index pages

This commit is contained in:
baldurk
2016-05-16 18:35:39 +02:00
parent 4691972148
commit 3146b905b5
8 changed files with 0 additions and 22 deletions
-2
View File
@@ -1,8 +1,6 @@
Credits & Acknowledgements
==========================
.. toctree::
RenderDoc wouldn't have been possible without both the tools and libraries that were used in its construction, as well as the many people who helped and contributed to make it the program it is today.
3rd Party Credits
-2
View File
@@ -1,8 +1,6 @@
FAQ
===
.. toctree::
Here is a list of commonly asked questions about RenderDoc. Feel free to contact me if you have another question that isn't covered here or in this document.
How do I do some particular task?
@@ -1,8 +1,6 @@
Gotchas & Known Issues
======================
.. toctree::
This page (hopefully) keeps up to date with any known issues, bugs, unimplemented or partially unimplemented features.
Things to Note
-2
View File
@@ -1,8 +1,6 @@
Quick Start
===========
.. toctree::
This document serves as a brief introduction to how to use RenderDoc to capture and analyse your application. It doesn't go into much detail about exactly what functionality is available for digging into things, as this can be found elsewhere. Instead it focuses on just the workflow from start to finish and roughly where to look for different things.
For this tutorial we will be using a slightly modified version of the CascadedShadowMaps sample from the Microsoft DirectX SDK (June 2010).
-4
View File
@@ -1,10 +1,6 @@
How do I view details of an object?
===================================
.. toctree::
.. |goarrow| image:: ../imgs/icons/GoArrow.png
The pipeline state viewer allows you to view more details of given resources that are bound to the pipeline. The go arrow |goarrow| is a sign that more details for this resource are available.
-3
View File
@@ -1,9 +1,6 @@
API Inspector
=============
.. toctree::
Although not the most complex part of the RenderDoc's UI, this page details the features and functionality of the API Inspector.
UI Elements
-3
View File
@@ -1,9 +1,6 @@
Capture Connection
==================
.. toctree::
The Live capture window opens up when you launch a capture of a program, as well as when you attach to an existing program.
Attaching to an existing instance
-4
View File
@@ -1,10 +1,6 @@
Timeline Bar
============
.. toctree::
The timeline bar shows an alternate view of the scene to the :doc:`event_browser`. Displaying the scene with time running as the horizontal axis, although it does not show each section in size relative to its timing.
Introduction