We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 717909e commit 6a5a466Copy full SHA for 6a5a466
docs/src/using-turing/guide.md
@@ -357,9 +357,9 @@ You can access the values inside a chain several ways:
357
3. Create a three-dimensional `Array` object
358
359
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`.
+1. `DataFrame(c)` converts `c` to a `DataFrame`,
+2. `c.value` retrieves the values inside `c` as an `AxisArray`, and
+3. `c.value.data` retrieves the values inside `c` as a 3D `Array`.
363
364
365
#### Variable Types and Type Parameters
0 commit comments