From 3146b905b524b405404aed56ca50fdc95bc22fd3 Mon Sep 17 00:00:00 2001 From: baldurk Date: Mon, 16 May 2016 18:35:39 +0200 Subject: [PATCH] Remove unneeded toctree:: statements in non-index pages --- docs/credits_acknowledgements.rst | 2 -- docs/getting_started/faq.rst | 2 -- docs/getting_started/gotchas_known_issues.rst | 2 -- docs/getting_started/quick_start.rst | 2 -- docs/how/how_object_details.rst | 4 ---- docs/window/api_inspector.rst | 3 --- docs/window/capture_connection.rst | 3 --- docs/window/timeline_bar.rst | 4 ---- 8 files changed, 22 deletions(-) diff --git a/docs/credits_acknowledgements.rst b/docs/credits_acknowledgements.rst index b1507b644..3142fd151 100644 --- a/docs/credits_acknowledgements.rst +++ b/docs/credits_acknowledgements.rst @@ -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 diff --git a/docs/getting_started/faq.rst b/docs/getting_started/faq.rst index 1a868b738..889b0a391 100644 --- a/docs/getting_started/faq.rst +++ b/docs/getting_started/faq.rst @@ -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? diff --git a/docs/getting_started/gotchas_known_issues.rst b/docs/getting_started/gotchas_known_issues.rst index 3cb7c6122..d227f4c20 100644 --- a/docs/getting_started/gotchas_known_issues.rst +++ b/docs/getting_started/gotchas_known_issues.rst @@ -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 diff --git a/docs/getting_started/quick_start.rst b/docs/getting_started/quick_start.rst index 2014d765b..89daa0910 100644 --- a/docs/getting_started/quick_start.rst +++ b/docs/getting_started/quick_start.rst @@ -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). diff --git a/docs/how/how_object_details.rst b/docs/how/how_object_details.rst index 21d1dda46..fd57fd310 100644 --- a/docs/how/how_object_details.rst +++ b/docs/how/how_object_details.rst @@ -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. diff --git a/docs/window/api_inspector.rst b/docs/window/api_inspector.rst index 5e6905e94..a971e5be0 100644 --- a/docs/window/api_inspector.rst +++ b/docs/window/api_inspector.rst @@ -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 diff --git a/docs/window/capture_connection.rst b/docs/window/capture_connection.rst index da3c5e9cb..5bb65ca58 100644 --- a/docs/window/capture_connection.rst +++ b/docs/window/capture_connection.rst @@ -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 diff --git a/docs/window/timeline_bar.rst b/docs/window/timeline_bar.rst index a3a7e4371..970bda813 100644 --- a/docs/window/timeline_bar.rst +++ b/docs/window/timeline_bar.rst @@ -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