Skip to content

Commit

Permalink
update glossary links to openusd.org
Browse files Browse the repository at this point in the history
  • Loading branch information
chrizzFTD committed Mar 3, 2024
1 parent e85141e commit 161e83c
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion docs/source/connections_viewer.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ Outputs are marked as red. Inputs are blue (light for non connected inputs, dark
.. image:: images/connections_viewer_maya.jpg

.. _UsdShade.ConnectableAPI: https://openusd.org/release/api/class_usd_shade_connectable_a_p_i.html
.. _prim: https://graphics.pixar.com/usd/docs/USD-Glossary.html#USDGlossary-Prim
.. _prim: https://openusd.org/release/glossary.html#usdglossary-prim

2 changes: 1 addition & 1 deletion docs/source/end_to_end.rst
Original file line number Diff line number Diff line change
Expand Up @@ -105,4 +105,4 @@ Following the above, both a new ``taxon`` and new ``asset units`` are created, t
Note how same rules apply (e.g. the ``Repository`` path must be set before any creation action).

.. _taxonomy: https://en.wikipedia.org/wiki/Taxonomy
.. _stage: https://graphics.pixar.com/usd/docs/USD-Glossary.html#USDGlossary-Stage
.. _stage: https://openusd.org/release/glossary.html#usdglossary-stage
2 changes: 1 addition & 1 deletion docs/source/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Extra Dependencies
The following optional dependencies should be installed separately.

- `graphviz <http://graphviz.org/>`_ and `pygraphviz`_ for graph widgets. See conda example below for instructions.
- `usdview <https://graphics.pixar.com/usd/docs/USD-Toolset.html#USDToolset-usdview>`_
- `usdview <https://openusd.org/release/toolset.html#usdview>`_
(hopefully will be available soon via `pypi <https://pypi.org/>`_). In the meantime, it can be built from USD source
(`conda recipe <https://github.com/PixarAnimationStudios/USD/issues/1260#issuecomment-656985888>`_).

Expand Down
10 changes: 5 additions & 5 deletions docs/source/layerstack_composition.rst
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ In the above example, we're inspecting `Animal Logic's USD ALab`_.
.. image:: https://user-images.githubusercontent.com/8294116/131242428-7b06729d-f96e-4b92-b02f-1608e99859bd.gif

.. _Animal Logic's USD ALab: https://animallogic.com/usd-alab
.. _layerStacks: https://graphics.pixar.com/usd/docs/USD-Glossary.html#USDGlossary-LayerStack
.. _layers: https://graphics.pixar.com/usd/docs/USD-Glossary.html#USDGlossary-Layer
.. _stage: https://graphics.pixar.com/usd/docs/USD-Glossary.html#USDGlossary-Stage
.. _prims: https://graphics.pixar.com/usd/docs/USD-Glossary.html#USDGlossary-Prim
.. _composition arcs: https://graphics.pixar.com/usd/docs/USD-Glossary.html#USDGlossary-CompositionArcs
.. _layerStacks: https://openusd.org/release/glossary.html#usdglossary-layerstack
.. _layers: https://openusd.org/release/glossary.html#usdglossary-layer
.. _stage: https://openusd.org/release/glossary.html#usdglossary-stage
.. _prims: https://openusd.org/release/glossary.html#usdglossary-prim
.. _composition arcs: https://openusd.org/release/glossary.html#usdglossary-compositionarcs

6 changes: 3 additions & 3 deletions docs/source/prim_composition.rst
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ In the examples below, prims under ``ChairB_2`` and ``CheerioA_164`` have their
.. _Usd.PrimCompositionQuery: https://openusd.org/release/api/class_usd_prim_composition_query.html
.. _PrimIndex.DumpToDotGraph: https://openusd.org/release/api/class_pcp_prim_index.html#a354744c0f0132f3be40ba4d0b85c966d
.. _PrimIndex.DumpToString: https://openusd.org/release/api/class_pcp_prim_index.html#a04007d783df319a8101b20e99bbdddd5
.. _USD Prim: https://graphics.pixar.com/usd/docs/USD-Glossary.html#USDGlossary-Prim
.. _composition arc details: https://graphics.pixar.com/usd/docs/USD-Glossary.html#USDGlossary-CompositionArcs
.. _Edit Target: https://graphics.pixar.com/usd/release/api/class_usd_edit_target.html
.. _USD Prim: https://openusd.org/release/glossary.html#usdglossary-prim
.. _composition arc details: https://openusd.org/release/glossary.html#usdglossary-compositionarcs
.. _Edit Target: https://openusd.org/release/glossary.html#edittarget
.. _displayColor: https://graphics.pixar.com/usd/release/api/class_usd_geom_gprim.html#a0f8310a9dbe0bfc4be2bf4aa32e4a3e4
.. _Mesh: https://graphics.pixar.com/usd/release/api/class_usd_geom_mesh.html
4 changes: 2 additions & 2 deletions docs/source/spreadsheet_editor.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ Copy pasting functionality like in other spreadsheet applications should be poss

.. image:: https://user-images.githubusercontent.com/8294116/115137690-e0987f00-a06a-11eb-9ba3-1e7df3c0163c.gif

.. _USD stage: https://graphics.pixar.com/usd/docs/USD-Glossary.html#USDGlossary-Stage
.. _prims: https://graphics.pixar.com/usd/docs/USD-Glossary.html#USDGlossary-Prim
.. _USD stage: https://openusd.org/release/glossary.html#usdglossary-stage
.. _prims: https://openusd.org/release/glossary.html#usdglossary-prim

0 comments on commit 161e83c

Please sign in to comment.