Skip to content

Commit

Permalink
[Pxr] Fix broken anchors to build documentation. This fixes github
Browse files Browse the repository at this point in the history
issue #10. It turns out that github markdown changes all anchors to
lowercase during html generation. So a heading like # Foo Bar becomes
somePage.html#foo-bar.

(Internal change: 1640808)
  • Loading branch information
superfunc authored and pixar-oss committed Aug 15, 2016
1 parent 577af95 commit d15a2e8
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions BUILDING.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ Advanced Build Configuration
============================

## Table of Contents
- [Optional Components](#Optional-Components)
- [Third Party Plugins](#Plugins)
- [Other Build Options](#Other-Build-Options)
- [USD Developer Options](#USD-Developer-Options)
- [Optimization Options](#Optimization-Options)
- [Optional Components](#optional-components)
- [Third Party Plugins](#third-party-plugins)
- [Other Build Options](#other-build-options)
- [USD Developer Options](#usd-developer-options)
- [Optimization Options](#optimization-options)

## Optional Components

Expand All @@ -31,7 +31,7 @@ Disable this component by specifying the cmake flag ```PXR_BUILD_USD_IMAGING=FAL
invoking cmake. Enabling this component will enable the [Imaging](#Imaging)
component.

## Plugins
## Third Party Plugins

USD provides several plugins for integration with third-party software packages,
including Maya, Katana, and Alembic. There is additional documentation on each plugin
Expand Down

0 comments on commit d15a2e8

Please sign in to comment.