Skip to content

Commit 6a5a466

Browse files
authored
Fix documentation formatting (#1440)
Fix indentation so that each element in the numbered list appears in a new line for readability
1 parent 717909e commit 6a5a466

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/src/using-turing/guide.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -357,9 +357,9 @@ You can access the values inside a chain several ways:
357357
3. Create a three-dimensional `Array` object
358358

359359
For example, let `c` be a `Chain`:
360-
1. `DataFrame(c)` converts `c` to a `DataFrame`,
361-
2. `c.value` retrieves the values inside `c` as an `AxisArray`, and
362-
3. `c.value.data` retrieves the values inside `c` as a 3D `Array`.
360+
1. `DataFrame(c)` converts `c` to a `DataFrame`,
361+
2. `c.value` retrieves the values inside `c` as an `AxisArray`, and
362+
3. `c.value.data` retrieves the values inside `c` as a 3D `Array`.
363363

364364

365365
#### Variable Types and Type Parameters

0 commit comments

Comments
 (0)