From 3b25f0cc18b778bbeac568641b825b8425a9cc94 Mon Sep 17 00:00:00 2001 From: Tiago Ferreira Date: Wed, 8 Mar 2023 23:05:43 -0500 Subject: [PATCH] Fix layout of TypeIDs table MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It is currently being displayed as inline text: TypeID | Description — | — 0 | undefined 1 | soma 2 | axon 3 | (basal) dendrite 4 | apical dendrite 5 | custom 6 | unspecified neurite 7 | glia processes --- docs/source/swc.rst | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) diff --git a/docs/source/swc.rst b/docs/source/swc.rst index c941d1b..98de022 100644 --- a/docs/source/swc.rst +++ b/docs/source/swc.rst @@ -28,10 +28,20 @@ Column index Field Description 7 Parent Parent sample identifier. ============ ====== ================================================= -The basic set of types used in NeuroMorpho.org SWC files are: TypeID \| -Description — \| — 0 \| undefined 1 \| soma 2 \| axon 3 \| (basal) -dendrite 4 \| apical dendrite 5 \| custom 6 \| unspecified neurite 7 \| -glia processes +The basic set of types used in NeuroMorpho.org SWC files are: + ++--------+---------------------+ +| TypeID | Description | ++========+=====================+ +| 0 | undefined | +| 1 | soma | +| 2 | axon | +| 3 | (basal) dendrite | +| 4 | dendrite | +| 5 | custom | +| 6 | unspecified neurite | +| 7 | glia processes | ++--------+---------------------+ Parent defines how points are connected to each other. In a tree, multiple points can have the same ParentID. The first point in the file