Skip to content

Commit

Permalink
Tweaked contents of index page. (#1567)
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Habel <19556655+StefanHabel@users.noreply.github.com>
  • Loading branch information
StefanHabel committed Oct 31, 2023
1 parent f7bea44 commit e66a3f5
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions documents/DeveloperGuide/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,11 @@ The `MaterialX` Python package is typically imported aliased as `mx`:
import MaterialX as mx
All functions and classes from the `PyMaterialXCore` and `PyMaterialXFormat`
modules are available in the top-level `MaterialX` namespace.
modules are available in the top-level `MaterialX` namespace, and, by aliasing,
the `mx` namespace.

For example, the `PyMaterialXCore.Matrix44` class is available as
`MaterialX.Matrix44`:
For example, the `PyMaterialXCore.Matrix44` class is typically used as
`mx.Matrix44`:

.. code:: python
Expand All @@ -56,8 +57,8 @@ For example, the `PyMaterialXCore.Matrix44` class is available as
<class 'MaterialX.PyMaterialXCore.Matrix44'>
You can use the *Quick search* box in the sidebar on the left to quickly find
documentation for a particular function or class of interest, for example
`getUdimCoordinates <search.html?q=getUdimCoordinates>`_
documentation for a particular module, function, class, method, or attribute of
interest, for example `getUdimCoordinates <search.html?q=getUdimCoordinates>`_
or `MeshPartition <search.html?q=MeshPartition>`_.


Expand Down

0 comments on commit e66a3f5

Please sign in to comment.