Merge pull request #888 from davidgyu/release_docs2

Reorganized release specific documentation
This commit is contained in:
barfowl 2016-10-13 18:38:54 -07:00 committed by GitHub
commit b5d7e28aad
5 changed files with 65 additions and 10 deletions

View File

@ -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

View File

@ -42,13 +42,6 @@
<li><a href="references.html">References</a></li>
</ul>
<p></p>
<li><a href="intro_30.html">Release 3.0</a></li>
<ul>
<li><a href="intro_30.html">Overview</a></li>
<li><a href="porting.html">Porting Guide: 2.0 to 3.0</a></li>
<li><a href="compatibility.html">Subdivision Compatibility</a></li>
</ul>
<p></p>
<li><a href="subdivision_surfaces.html">Subdivision Surfaces</a>
<ul>
<li><a href="subdivision_surfaces.html#introduction">Introduction</a></li>
@ -101,7 +94,17 @@
<li><a href="additional_resources.html#videos">Videos</a>
</ul>
<p></p>
<li><a href="release_notes.html">Release Notes</a></li>
<li><a href="release_notes.html">Releases</a>
<ul>
<li><a href="release_31.html">Release 3.1</a></li>
<li><a href="release_30.html">Release 3.0</a></li>
<ul>
<li><a href="intro_30.html">Overview</a></li>
<li><a href="porting.html">Porting Guide: 2.0 to 3.0</a></li>
<li><a href="compatibility.html">Subdivision Compatibility</a></li>
</ul>
<li><a href="release_notes.html">Release Notes</a></li>
</ul>
<p></p>
<li><a href="doxy_html/index.html" target="_blank">Doxygen</a></li>
</ul>

View File

@ -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
*******************************************

View File

@ -22,7 +22,7 @@
language governing permissions and limitations under the Apache License.
3.0 Release Notes
3.0 - 3.1 Release Notes
-----------------
.. contents::