Skip to content

Commit f1f60e8

Browse files
committed
Cross-link to FAQ
1 parent f5345af commit f1f60e8

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

doc/faq.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# FAQ
22

3+
(faq-list-from-2d)=
34
## How do I initialize a list property from two-dimensional array?
45

56
```Python Console

doc/usage.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,8 @@ be represented as an `object`-typed field, each of whose values is an
196196
array of type `'i4'` and length 3. The reason is simply that the PLY
197197
format provides no way to find out that each "vertex_indices" field has
198198
length 3 without actually reading all the data, so `plyfile` has to
199-
assume that this is a variable-length property. However, see the FAQ
199+
assume that this is a variable-length property. However, see the
200+
[FAQ](#faq-list-from-2d)
200201
for an easy way to recover a two-dimensional array
201202
from a list property, and also see the notes above about the
202203
`known_list_len` kwarg to speed up the reading of files with lists of

0 commit comments

Comments
 (0)