File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -35,13 +35,14 @@ count can be used to easily convert the event data to a multi-column NumPy array
3535 npy_data = numpy.reshape(fcs_data.events, (- 1 , fcs_data.channel_count))
3636
3737 For higher level interaction with flow cytometry data, including GatingML and
38- FlowJo 10 support, see the related [FlowKit](https://github.com/whitews/FlowKit)
39- project.
38+ FlowJo 10 support, see the related FlowKit _ project.
39+
40+ .. _FlowKit : https://github.com/whitews/FlowKit
4041
4142Changelogs
4243__________
4344
44- [ Changelogs for versions are available here]( https://github.com/whitews/FlowIO/releases)
45+ ` Changelogs for versions are available here < https://github.com/whitews/FlowIO/releases >`_
4546
4647Installation
4748------------
You can’t perform that action at this time.
0 commit comments