mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-04 17:10:47 +00:00
Remove unneeded toctree:: statements in non-index pages
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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).
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user