mirror of
https://github.com/PixarAnimationStudios/OpenSubdiv
synced 2024-11-09 13:50:05 +00:00
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.
This commit is contained in:
parent
3f30b34de2
commit
3957da8e9c
@ -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
|
||||
|
@ -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">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>
|
||||
|
51
documentation/release_31.rst
Normal file
51
documentation/release_31.rst
Normal 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
|
||||
*******************************************
|
||||
|
@ -22,7 +22,7 @@
|
||||
language governing permissions and limitations under the Apache License.
|
||||
|
||||
|
||||
3.0 Release Notes
|
||||
3.0 - 3.1 Release Notes
|
||||
-----------------
|
||||
|
||||
.. contents::
|
||||
|
Loading…
Reference in New Issue
Block a user