From 4f63467c4dcd4690dc1f526ce923b3389870871d Mon Sep 17 00:00:00 2001 From: whitews Date: Fri, 5 May 2023 14:32:00 -0400 Subject: [PATCH] add read_multiple_data_sets to docs --- docs/api.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/api.rst b/docs/api.rst index 7c2dfcc..85f5be5 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -10,6 +10,12 @@ FlowData Class .. autoclass:: flowio.FlowData :members: +Reading FCS Files with Multiple Data Sets +----------------------------------------- + +.. automodule:: flowio.read_multiple_data_sets + :members: + Creating New FCS Files ----------------------