Skip to content

Commit 7835d47

Browse files
committed
Tweak docs introduction
1 parent 4ce7b5f commit 7835d47

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/source/introduction.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,19 +53,19 @@ gives interactive controls to the user for controlling a `threejs animation`_.
5353
Other notable deviations from the threejs API are listed below:
5454

5555
- Buffers are based on `numpy arrays`_, with their inbuilt knowledge of shape and dtype.
56-
As such, most threejs APIs that take a buffer is slightly modified (fewer options need
56+
As such, most threejs APIs that take a buffer are slightly modified (fewer options need
5757
to be specified explicitly).
5858

5959
- The generative geometry objects (e.g. :py:class:`~pythreejs.SphereGeometry` and
6060
:py:class:`~pythreejs.BoxBufferGeometry`) do not sync their vertices or similar data
6161
by default. To gain acess to the generated data, convert them to either the
6262
:py:class:`~pythreejs.Geometry` or :py:class:`~pythreejs.BufferGeometry` type with
63-
the :py:meth:`~pythreejs.BufferGeometry.from_ref` factory method. See the method
64-
documentation for further details.
63+
the :py:meth:`~pythreejs.BufferGeometry.from_geometry` factory method.
6564

6665
- Methods are often not mirrored to the Python side. However, they can be
6766
executed with the :py:meth:`~pythreejs.ThreeWidget.exec_three_obj_method` method.
68-
Consider contributing
67+
Consider contributing to make methods directly available. Possibly, these can
68+
be auto-generated as well.
6969

7070

7171

0 commit comments

Comments
 (0)