From d08da200d4b57c0b953ca4454d5079660d2fedbb Mon Sep 17 00:00:00 2001 From: Nathan Lovato Date: Tue, 6 Oct 2020 21:10:49 -0600 Subject: [PATCH] Add rendering section pre-requisite for multiple PRs and changes I need to make in parallel --- index.rst | 1 + tutorials/rendering/index.rst | 6 ++++++ 2 files changed, 7 insertions(+) create mode 100644 tutorials/rendering/index.rst diff --git a/index.rst b/index.rst index 5ce1a8f57..0fd23096e 100644 --- a/index.rst +++ b/index.rst @@ -97,6 +97,7 @@ The main documentation for the site is organized into the following sections: tutorials/i18n/index tutorials/gui/index tutorials/viewports/index + tutorials/rendering/index tutorials/shading/index tutorials/networking/index tutorials/navigation/index diff --git a/tutorials/rendering/index.rst b/tutorials/rendering/index.rst new file mode 100644 index 000000000..cea6b3333 --- /dev/null +++ b/tutorials/rendering/index.rst @@ -0,0 +1,6 @@ +Rendering +========= + +.. toctree:: + :maxdepth: 1 + :name: toc-learn-features-rendering