From 3957da8e9c6130cf2a9b3438858c29b430899354 Mon Sep 17 00:00:00 2001 From: David G Yu Date: Thu, 13 Oct 2016 17:38:08 -0700 Subject: [PATCH] Reorganized release specific documentation With our second substantial release in the 3.x series we've reorganized the documentation links a bit. This establishes a more consistent arrangement for release specific documentation pages. --- documentation/CMakeLists.txt | 3 +- documentation/nav_template.txt | 19 ++++--- .../{intro_30.rst => release_30.rst} | 0 documentation/release_31.rst | 51 +++++++++++++++++++ documentation/release_notes.rst | 2 +- 5 files changed, 65 insertions(+), 10 deletions(-) rename documentation/{intro_30.rst => release_30.rst} (100%) create mode 100644 documentation/release_31.rst diff --git a/documentation/CMakeLists.txt b/documentation/CMakeLists.txt index 1993b4a7..bd4ca1ac 100644 --- a/documentation/CMakeLists.txt +++ b/documentation/CMakeLists.txt @@ -85,13 +85,14 @@ if (DOCUTILS_FOUND AND PYTHONINTERP_FOUND) hedits.rst hbr_overview.rst intro.rst - intro_30.rst license.rst mod_notes.rst osd_overview.rst osd_shader_interface.rst porting.rst references.rst + release_30.rst + release_31.rst release_notes.rst release_notes_2x.rst sdc_overview.rst diff --git a/documentation/nav_template.txt b/documentation/nav_template.txt index 1143bed1..6efb9218 100644 --- a/documentation/nav_template.txt +++ b/documentation/nav_template.txt @@ -42,13 +42,6 @@
  • References
  • -
  • Release 3.0
  • - -

  • Subdivision Surfaces

    -
  • Release Notes
  • +
  • Releases +

  • Doxygen
  • diff --git a/documentation/intro_30.rst b/documentation/release_30.rst similarity index 100% rename from documentation/intro_30.rst rename to documentation/release_30.rst diff --git a/documentation/release_31.rst b/documentation/release_31.rst new file mode 100644 index 00000000..421e6e9c --- /dev/null +++ b/documentation/release_31.rst @@ -0,0 +1,51 @@ +.. + Copyright 2013 Pixar + + Licensed under the Apache License, Version 2.0 (the "Apache License") + with the following modification; you may not use this file except in + compliance with the Apache License and the following modification to it: + Section 6. Trademarks. is deleted and replaced with: + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor + and its affiliates, except as required to comply with Section 4(c) of + the License and to reproduce the content of the NOTICE file. + + You may obtain a copy of the Apache License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the Apache License with the above modification is + distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + KIND, either express or implied. See the Apache License for the specific + language governing permissions and limitations under the Apache License. + + +Overview of Release 3.1 +----------------------- + +.. contents:: + :local: + :backlinks: none + +---- + +Release 3.1 +=========== + +Face-Varying Patches +******************** + +Varying and Face-Varying Evaluation +*********************************** + +2nd Order Derivative Evaluation +******************************* + +Separate Levels of Feature Isolation +************************************ + +Sharp Patches for Infinitely Sharp Features +******************************************* + diff --git a/documentation/release_notes.rst b/documentation/release_notes.rst index 1c3d6394..db68a3a4 100644 --- a/documentation/release_notes.rst +++ b/documentation/release_notes.rst @@ -22,7 +22,7 @@ language governing permissions and limitations under the Apache License. -3.0 Release Notes +3.0 - 3.1 Release Notes ----------------- .. contents::