Skip to content

Commit 7b29ec2

Browse files
committed
readoc.
1 parent 2bdabe9 commit 7b29ec2

2 files changed

Lines changed: 11 additions & 9 deletions

File tree

docs/conf.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -57,13 +57,13 @@
5757
# the built documents.
5858
#
5959
# # The short X.Y version.
60-
# version = patchview.__version__
61-
# # The full version, including alpha/beta/rc tags.
62-
# release = patchview.__version__
63-
64-
version = "0.2.9"
60+
version = patchview.__version__
6561
# The full version, including alpha/beta/rc tags.
66-
release = "0.2.9"
62+
release = patchview.__version__
63+
64+
# version = "0.2.9"
65+
# # The full version, including alpha/beta/rc tags.
66+
# release = "0.2.9"
6767

6868

6969
# The language for content autogenerated by Sphinx. Refer to documentation

docs/tutorials.rst

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -137,22 +137,24 @@ Dependent on the content of the file, Patchview can perform:
137137

138138
* **pairwise distance of multiple somas**: this is automatically done if the reconstruction has multiple somas in it (check the test file: `test_multiSoma.ASC`)
139139

140-
* **Update cell names**: this can be done for a multi-soma file. The `Name` column in the `Summary` table can be edited. After the editing, clicking `Update cell names` will update the Pair names in the pairwise distance table in `Distance (um)` tab.
140+
* **Update cell names**: this can be done for a multi-soma file. The `Name` column in the `Summary` table can be edited. After the editing, clicking `Update cell names` will update the Pair names in the pairwise distance table in `Distance (um)` tab.
141141

142142
* **Sholl analysis**: if the reconstruction has at least one neurite, this will perform Sholl analysis (counting neurite numbers in a ring from certain soma distance). A line plot (count vs distance) is shown in the `Figures` tab. Try `test.ASC`.
143143

144144
.. image:: resources/images/morphor_tree.png
145145
:width: 800
146146
:alt: Alternative text
147147

148-
* **Density analysis**: Visualizing neurites density in either Cartesian or polar coordinates
148+
* **Density analysis**: Visualizing neurites density in either Cartesian or polar coordinates.
149+
149150
.. image:: resources/images/density.png
150151
:width: 800
151-
:alt: Alternative text
152+
:alt: Alternative tex
152153

153154
.. image:: resources/images/morphor_polar.png
154155
:width: 400
155156
:alt: Alternative text
157+
156158
* **Distance to Pia**: if the reconstruction contains a entry labeled "Pia" (check the test file: `test_multiSoma.ASC`), this will measure Euclidean distance from the center of a soma to the Pia. Measured results are shown in the `Distance to Pia` column in `Summary` table.
157159

158160
.. image:: resources/images/measurePiaToSomas.png

0 commit comments

Comments
 (0)