From a717276a6440083b146073285002d8ce8bbf9ae9 Mon Sep 17 00:00:00 2001 From: George ElKoura Date: Mon, 22 Jun 2015 19:53:52 -0700 Subject: [PATCH] More small tweaks to the docs. - Removed out-of-place one-liners that remained at the top of some of the pages. - Fixed formatting of an "important" note in cmake_build. - Add table of contents for consistency to the contributing page. --- documentation/cmake_build.rst | 6 ++---- documentation/contributing.rst | 5 +++++ documentation/getting_started.rst | 3 --- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/documentation/cmake_build.rst b/documentation/cmake_build.rst index 2a71e43a..57043200 100644 --- a/documentation/cmake_build.rst +++ b/documentation/cmake_build.rst @@ -30,8 +30,6 @@ Building with CMake :backlinks: none -Information on how to build OpenSubdiv - ---- Overview @@ -185,7 +183,7 @@ build that can be run in GitShell : .. container:: impnotip - * **Important** + **Important** Notice that the following scripts start by **recursively removing** the *../build/* and *../inst/* directories. Make sure you modify them to suit your build workflow. @@ -259,7 +257,7 @@ CMake provides a cross-platform command-line build: cmake --build . --target install --config Release -Alternatively, you can native toolkits to launch the build. The steps differ for each OS: +Alternatively, you can use native toolkits to launch the build. The steps differ for each OS: * *Windows* : launch VC++ with the solution generated by cmake in your build directory. diff --git a/documentation/contributing.rst b/documentation/contributing.rst index 69a25f59..f97ecc0b 100644 --- a/documentation/contributing.rst +++ b/documentation/contributing.rst @@ -24,6 +24,11 @@ Contributing to OpenSubdiv -------------------------- +.. contents:: + :local: + :backlinks: none + + ---- Contributor License Agreement diff --git a/documentation/getting_started.rst b/documentation/getting_started.rst index 08b2a7e9..1cfb5e1d 100644 --- a/documentation/getting_started.rst +++ b/documentation/getting_started.rst @@ -30,9 +30,6 @@ Getting Started :backlinks: none -Getting started with Git and accessing the source code. - - Downloading the code ====================