diff --git a/RECIPE_SCHEMA.html b/RECIPE_SCHEMA.html index 280ddc54..eece7585 100644 --- a/RECIPE_SCHEMA.html +++ b/RECIPE_SCHEMA.html @@ -610,7 +610,7 @@

Navigation

\ No newline at end of file diff --git a/_modules/cellpack.html b/_modules/cellpack.html index 94728562..be0d87c9 100644 --- a/_modules/cellpack.html +++ b/_modules/cellpack.html @@ -92,7 +92,7 @@

Navigation

\ No newline at end of file diff --git a/_modules/cellpack/autopack.html b/_modules/cellpack/autopack.html index bb913a93..4ced8c28 100644 --- a/_modules/cellpack/autopack.html +++ b/_modules/cellpack/autopack.html @@ -742,7 +742,7 @@

Navigation

\ No newline at end of file diff --git a/_modules/cellpack/autopack/AWSHandler.html b/_modules/cellpack/autopack/AWSHandler.html index 8545bf4c..f64a296e 100644 --- a/_modules/cellpack/autopack/AWSHandler.html +++ b/_modules/cellpack/autopack/AWSHandler.html @@ -242,7 +242,7 @@

Navigation

\ No newline at end of file diff --git a/_modules/cellpack/autopack/Analysis.html b/_modules/cellpack/autopack/Analysis.html index 05fc57f7..477351e6 100644 --- a/_modules/cellpack/autopack/Analysis.html +++ b/_modules/cellpack/autopack/Analysis.html @@ -1609,7 +1609,7 @@

Navigation

\ No newline at end of file diff --git a/_modules/cellpack/autopack/BaseGrid.html b/_modules/cellpack/autopack/BaseGrid.html index eee97790..30a17459 100644 --- a/_modules/cellpack/autopack/BaseGrid.html +++ b/_modules/cellpack/autopack/BaseGrid.html @@ -1035,7 +1035,7 @@

Navigation

\ No newline at end of file diff --git a/_modules/cellpack/autopack/Compartment.html b/_modules/cellpack/autopack/Compartment.html index ac2441cf..76dc481a 100644 --- a/_modules/cellpack/autopack/Compartment.html +++ b/_modules/cellpack/autopack/Compartment.html @@ -3377,7 +3377,7 @@

Navigation

\ No newline at end of file diff --git a/_modules/cellpack/autopack/DBRecipeHandler.html b/_modules/cellpack/autopack/DBRecipeHandler.html index a67e60bb..85134d6a 100644 --- a/_modules/cellpack/autopack/DBRecipeHandler.html +++ b/_modules/cellpack/autopack/DBRecipeHandler.html @@ -304,15 +304,14 @@

Source code for cellpack.autopack.DBRecipeHandler

# replace nested objs in comp["regions"] if DataDoc.is_key(region_item): update_field_path = f"regions.{region_name}" + update_data = { + "index": update_field_path, + "name": region_item, + } if self.name in references_to_update: - references_to_update[self.name].update( - {"index": update_field_path, "name": region_item} - ) + references_to_update[self.name].append(update_data) else: - references_to_update[self.name] = { - "index": update_field_path, - "name": region_item, - } + references_to_update[self.name] = [update_data] elif not db.is_reference(region_item["object"]): obj_name = region_item["object"] region_item["object"] = objects_to_path_map.get(obj_name)
@@ -697,7 +696,8 @@

Source code for cellpack.autopack.DBRecipeHandler

"inherit": self.comp_to_path_map[comp_name]["path"] } if comp_name in references_to_update: - references_to_update[comp_name].update({"comp_id": doc_id}) + for inner_data in references_to_update[comp_name]: + inner_data["comp_id"] = doc_id return references_to_update
@@ -732,15 +732,14 @@

Source code for cellpack.autopack.DBRecipeHandler

# update nested comp in composition if references_to_update: for comp_name in references_to_update: - inner_data = references_to_update[comp_name] - comp_id = inner_data["comp_id"] - index = inner_data["index"] - name = inner_data["name"] - - item_id = self.comp_to_path_map[name]["id"] - CompositionDoc.update_reference( - self.db, comp_id, item_id, index, name, update_in_array=True - ) + for inner_data in references_to_update[comp_name]: + comp_id = inner_data["comp_id"] + index = inner_data["index"] + name = inner_data["name"] + item_id = self.comp_to_path_map[name]["id"] + CompositionDoc.update_reference( + self.db, comp_id, item_id, index, name, update_in_array=True + ) return recipe_to_save
@@ -998,7 +997,7 @@

Navigation

\ No newline at end of file diff --git a/_modules/cellpack/autopack/Environment.html b/_modules/cellpack/autopack/Environment.html index 3278e89b..7aad2e82 100644 --- a/_modules/cellpack/autopack/Environment.html +++ b/_modules/cellpack/autopack/Environment.html @@ -3230,7 +3230,7 @@

Navigation

\ No newline at end of file diff --git a/_modules/cellpack/autopack/FirebaseHandler.html b/_modules/cellpack/autopack/FirebaseHandler.html index 4a47bccd..ff374c22 100644 --- a/_modules/cellpack/autopack/FirebaseHandler.html +++ b/_modules/cellpack/autopack/FirebaseHandler.html @@ -408,7 +408,7 @@

Navigation

\ No newline at end of file diff --git a/_modules/cellpack/autopack/GeometryTools.html b/_modules/cellpack/autopack/GeometryTools.html index 035558f7..e1852b8b 100644 --- a/_modules/cellpack/autopack/GeometryTools.html +++ b/_modules/cellpack/autopack/GeometryTools.html @@ -352,7 +352,7 @@

Navigation

\ No newline at end of file diff --git a/_modules/cellpack/autopack/Gradient.html b/_modules/cellpack/autopack/Gradient.html index e0c52d10..0477e594 100644 --- a/_modules/cellpack/autopack/Gradient.html +++ b/_modules/cellpack/autopack/Gradient.html @@ -655,7 +655,7 @@

Navigation

\ No newline at end of file diff --git a/_modules/cellpack/autopack/Graphics.html b/_modules/cellpack/autopack/Graphics.html index a238617d..c2b09cb3 100644 --- a/_modules/cellpack/autopack/Graphics.html +++ b/_modules/cellpack/autopack/Graphics.html @@ -2975,7 +2975,7 @@

Navigation

\ No newline at end of file diff --git a/_modules/cellpack/autopack/Grid.html b/_modules/cellpack/autopack/Grid.html index de1627a0..0b73abef 100644 --- a/_modules/cellpack/autopack/Grid.html +++ b/_modules/cellpack/autopack/Grid.html @@ -178,7 +178,7 @@

Navigation

\ No newline at end of file diff --git a/_modules/cellpack/autopack/IOutils.html b/_modules/cellpack/autopack/IOutils.html index 5f0d0e3d..98549ac4 100644 --- a/_modules/cellpack/autopack/IOutils.html +++ b/_modules/cellpack/autopack/IOutils.html @@ -1594,7 +1594,7 @@

Navigation

\ No newline at end of file diff --git a/_modules/cellpack/autopack/MeshStore.html b/_modules/cellpack/autopack/MeshStore.html index 8ae52bcb..29fcac0c 100644 --- a/_modules/cellpack/autopack/MeshStore.html +++ b/_modules/cellpack/autopack/MeshStore.html @@ -537,7 +537,7 @@

Navigation

\ No newline at end of file diff --git a/_modules/cellpack/autopack/Recipe.html b/_modules/cellpack/autopack/Recipe.html index 48a6fd67..8577a1f3 100644 --- a/_modules/cellpack/autopack/Recipe.html +++ b/_modules/cellpack/autopack/Recipe.html @@ -351,7 +351,7 @@

Navigation

\ No newline at end of file diff --git a/_modules/cellpack/autopack/Serializable.html b/_modules/cellpack/autopack/Serializable.html index 949a571e..b280f982 100644 --- a/_modules/cellpack/autopack/Serializable.html +++ b/_modules/cellpack/autopack/Serializable.html @@ -247,7 +247,7 @@

Navigation

\ No newline at end of file diff --git a/_modules/cellpack/autopack/binvox_rw.html b/_modules/cellpack/autopack/binvox_rw.html index 6444e4ae..a61bcc90 100644 --- a/_modules/cellpack/autopack/binvox_rw.html +++ b/_modules/cellpack/autopack/binvox_rw.html @@ -599,7 +599,7 @@

Navigation

\ No newline at end of file diff --git a/_modules/cellpack/autopack/ingredient/Ingredient.html b/_modules/cellpack/autopack/ingredient/Ingredient.html index 2cabd75d..6cb2336d 100644 --- a/_modules/cellpack/autopack/ingredient/Ingredient.html +++ b/_modules/cellpack/autopack/ingredient/Ingredient.html @@ -2549,7 +2549,7 @@

Navigation

\ No newline at end of file diff --git a/_modules/cellpack/autopack/ingredient/agent.html b/_modules/cellpack/autopack/ingredient/agent.html index dd244451..2f24b5f0 100644 --- a/_modules/cellpack/autopack/ingredient/agent.html +++ b/_modules/cellpack/autopack/ingredient/agent.html @@ -246,7 +246,7 @@

Navigation

\ No newline at end of file diff --git a/_modules/cellpack/autopack/ingredient/grow.html b/_modules/cellpack/autopack/ingredient/grow.html index a009d7af..66ce2a4e 100644 --- a/_modules/cellpack/autopack/ingredient/grow.html +++ b/_modules/cellpack/autopack/ingredient/grow.html @@ -1902,7 +1902,7 @@

Navigation

\ No newline at end of file diff --git a/_modules/cellpack/autopack/ingredient/multi_cylinder.html b/_modules/cellpack/autopack/ingredient/multi_cylinder.html index 334f2e30..97713061 100644 --- a/_modules/cellpack/autopack/ingredient/multi_cylinder.html +++ b/_modules/cellpack/autopack/ingredient/multi_cylinder.html @@ -473,7 +473,7 @@

Navigation

\ No newline at end of file diff --git a/_modules/cellpack/autopack/ingredient/multi_sphere.html b/_modules/cellpack/autopack/ingredient/multi_sphere.html index 3be8070b..92830738 100644 --- a/_modules/cellpack/autopack/ingredient/multi_sphere.html +++ b/_modules/cellpack/autopack/ingredient/multi_sphere.html @@ -453,7 +453,7 @@

Navigation

\ No newline at end of file diff --git a/_modules/cellpack/autopack/ingredient/single_cube.html b/_modules/cellpack/autopack/ingredient/single_cube.html index b28d1808..70573779 100644 --- a/_modules/cellpack/autopack/ingredient/single_cube.html +++ b/_modules/cellpack/autopack/ingredient/single_cube.html @@ -491,7 +491,7 @@

Navigation

\ No newline at end of file diff --git a/_modules/cellpack/autopack/ingredient/single_cylinder.html b/_modules/cellpack/autopack/ingredient/single_cylinder.html index eb0a19f9..21492b81 100644 --- a/_modules/cellpack/autopack/ingredient/single_cylinder.html +++ b/_modules/cellpack/autopack/ingredient/single_cylinder.html @@ -545,7 +545,7 @@

Navigation

\ No newline at end of file diff --git a/_modules/cellpack/autopack/ingredient/single_sphere.html b/_modules/cellpack/autopack/ingredient/single_sphere.html index 275b3858..dcc3f840 100644 --- a/_modules/cellpack/autopack/ingredient/single_sphere.html +++ b/_modules/cellpack/autopack/ingredient/single_sphere.html @@ -397,7 +397,7 @@

Navigation

\ No newline at end of file diff --git a/_modules/cellpack/autopack/ingredient/utils.html b/_modules/cellpack/autopack/ingredient/utils.html index adedf8c5..1e437850 100644 --- a/_modules/cellpack/autopack/ingredient/utils.html +++ b/_modules/cellpack/autopack/ingredient/utils.html @@ -333,7 +333,7 @@

Navigation

\ No newline at end of file diff --git a/_modules/cellpack/autopack/interface_objects/database_ids.html b/_modules/cellpack/autopack/interface_objects/database_ids.html index 214fe9cb..27604866 100644 --- a/_modules/cellpack/autopack/interface_objects/database_ids.html +++ b/_modules/cellpack/autopack/interface_objects/database_ids.html @@ -118,7 +118,7 @@

Navigation

\ No newline at end of file diff --git a/_modules/cellpack/autopack/interface_objects/gradient_data.html b/_modules/cellpack/autopack/interface_objects/gradient_data.html index 5e04d199..18cd7749 100644 --- a/_modules/cellpack/autopack/interface_objects/gradient_data.html +++ b/_modules/cellpack/autopack/interface_objects/gradient_data.html @@ -301,7 +301,7 @@

Navigation

\ No newline at end of file diff --git a/_modules/cellpack/autopack/interface_objects/ingredient_types.html b/_modules/cellpack/autopack/interface_objects/ingredient_types.html index cffabdb7..e1e3ce06 100644 --- a/_modules/cellpack/autopack/interface_objects/ingredient_types.html +++ b/_modules/cellpack/autopack/interface_objects/ingredient_types.html @@ -92,7 +92,7 @@

Navigation

\ No newline at end of file diff --git a/_modules/cellpack/autopack/interface_objects/meta_enum.html b/_modules/cellpack/autopack/interface_objects/meta_enum.html index b6531c8a..a43056c6 100644 --- a/_modules/cellpack/autopack/interface_objects/meta_enum.html +++ b/_modules/cellpack/autopack/interface_objects/meta_enum.html @@ -99,7 +99,7 @@

Navigation

\ No newline at end of file diff --git a/_modules/cellpack/autopack/interface_objects/packed_objects.html b/_modules/cellpack/autopack/interface_objects/packed_objects.html index 86fd6f6f..5272438c 100644 --- a/_modules/cellpack/autopack/interface_objects/packed_objects.html +++ b/_modules/cellpack/autopack/interface_objects/packed_objects.html @@ -189,7 +189,7 @@

Navigation

\ No newline at end of file diff --git a/_modules/cellpack/autopack/interface_objects/partners.html b/_modules/cellpack/autopack/interface_objects/partners.html index 2171cd76..5e53ebff 100644 --- a/_modules/cellpack/autopack/interface_objects/partners.html +++ b/_modules/cellpack/autopack/interface_objects/partners.html @@ -190,7 +190,7 @@

Navigation

\ No newline at end of file diff --git a/_modules/cellpack/autopack/interface_objects/representations.html b/_modules/cellpack/autopack/interface_objects/representations.html index f7be3e15..c87298d1 100644 --- a/_modules/cellpack/autopack/interface_objects/representations.html +++ b/_modules/cellpack/autopack/interface_objects/representations.html @@ -302,7 +302,7 @@

Navigation

\ No newline at end of file diff --git a/_modules/cellpack/autopack/ldSequence.html b/_modules/cellpack/autopack/ldSequence.html index cf63c10d..aa18ebba 100644 --- a/_modules/cellpack/autopack/ldSequence.html +++ b/_modules/cellpack/autopack/ldSequence.html @@ -417,7 +417,7 @@

Navigation

\ No newline at end of file diff --git a/_modules/cellpack/autopack/loaders/analysis_config_loader.html b/_modules/cellpack/autopack/loaders/analysis_config_loader.html index b7903754..a735fdd6 100644 --- a/_modules/cellpack/autopack/loaders/analysis_config_loader.html +++ b/_modules/cellpack/autopack/loaders/analysis_config_loader.html @@ -114,7 +114,7 @@

Navigation

\ No newline at end of file diff --git a/_modules/cellpack/autopack/loaders/config_loader.html b/_modules/cellpack/autopack/loaders/config_loader.html index e9dcba8e..faac0f48 100644 --- a/_modules/cellpack/autopack/loaders/config_loader.html +++ b/_modules/cellpack/autopack/loaders/config_loader.html @@ -197,7 +197,7 @@

Navigation

\ No newline at end of file diff --git a/_modules/cellpack/autopack/loaders/migrate_v1_to_v2.html b/_modules/cellpack/autopack/loaders/migrate_v1_to_v2.html index 70edecc0..6d75acbe 100644 --- a/_modules/cellpack/autopack/loaders/migrate_v1_to_v2.html +++ b/_modules/cellpack/autopack/loaders/migrate_v1_to_v2.html @@ -315,7 +315,7 @@

Navigation

\ No newline at end of file diff --git a/_modules/cellpack/autopack/loaders/migrate_v2_to_v2_1.html b/_modules/cellpack/autopack/loaders/migrate_v2_to_v2_1.html index 371e24dc..97a0c928 100644 --- a/_modules/cellpack/autopack/loaders/migrate_v2_to_v2_1.html +++ b/_modules/cellpack/autopack/loaders/migrate_v2_to_v2_1.html @@ -147,7 +147,7 @@

Navigation

\ No newline at end of file diff --git a/_modules/cellpack/autopack/loaders/recipe_loader.html b/_modules/cellpack/autopack/loaders/recipe_loader.html index bebe8167..62043bba 100644 --- a/_modules/cellpack/autopack/loaders/recipe_loader.html +++ b/_modules/cellpack/autopack/loaders/recipe_loader.html @@ -439,7 +439,7 @@

Navigation

\ No newline at end of file diff --git a/_modules/cellpack/autopack/loaders/utils.html b/_modules/cellpack/autopack/loaders/utils.html index b259abbf..0a94b89a 100644 --- a/_modules/cellpack/autopack/loaders/utils.html +++ b/_modules/cellpack/autopack/loaders/utils.html @@ -127,7 +127,7 @@

Navigation

\ No newline at end of file diff --git a/_modules/cellpack/autopack/octree.html b/_modules/cellpack/autopack/octree.html index 55cfb119..2fc01dde 100644 --- a/_modules/cellpack/autopack/octree.html +++ b/_modules/cellpack/autopack/octree.html @@ -355,7 +355,7 @@

Navigation

\ No newline at end of file diff --git a/_modules/cellpack/autopack/plotly_result.html b/_modules/cellpack/autopack/plotly_result.html index 3df0eaa2..66f4c5a9 100644 --- a/_modules/cellpack/autopack/plotly_result.html +++ b/_modules/cellpack/autopack/plotly_result.html @@ -248,7 +248,7 @@

Navigation

\ No newline at end of file diff --git a/_modules/cellpack/autopack/randomRot.html b/_modules/cellpack/autopack/randomRot.html index d2cfcc8a..017474a8 100644 --- a/_modules/cellpack/autopack/randomRot.html +++ b/_modules/cellpack/autopack/randomRot.html @@ -287,7 +287,7 @@

Navigation

\ No newline at end of file diff --git a/_modules/cellpack/autopack/ray.html b/_modules/cellpack/autopack/ray.html index ceeb07cb..17468ee2 100644 --- a/_modules/cellpack/autopack/ray.html +++ b/_modules/cellpack/autopack/ray.html @@ -591,7 +591,7 @@

Navigation

\ No newline at end of file diff --git a/_modules/cellpack/autopack/trajectory.html b/_modules/cellpack/autopack/trajectory.html index 45bf39b2..223fd34a 100644 --- a/_modules/cellpack/autopack/trajectory.html +++ b/_modules/cellpack/autopack/trajectory.html @@ -583,7 +583,7 @@

Navigation

\ No newline at end of file diff --git a/_modules/cellpack/autopack/upy.html b/_modules/cellpack/autopack/upy.html index 8fc4f642..f15b63f3 100644 --- a/_modules/cellpack/autopack/upy.html +++ b/_modules/cellpack/autopack/upy.html @@ -138,7 +138,7 @@

Navigation

\ No newline at end of file diff --git a/_modules/cellpack/autopack/upy/colors.html b/_modules/cellpack/autopack/upy/colors.html index 50fa7f75..7ca575b4 100644 --- a/_modules/cellpack/autopack/upy/colors.html +++ b/_modules/cellpack/autopack/upy/colors.html @@ -552,7 +552,7 @@

Navigation

\ No newline at end of file diff --git a/_modules/cellpack/autopack/upy/hostHelper.html b/_modules/cellpack/autopack/upy/hostHelper.html index eb49f041..10618ee4 100644 --- a/_modules/cellpack/autopack/upy/hostHelper.html +++ b/_modules/cellpack/autopack/upy/hostHelper.html @@ -5761,7 +5761,7 @@

Navigation

\ No newline at end of file diff --git a/_modules/cellpack/autopack/upy/simularium/plots.html b/_modules/cellpack/autopack/upy/simularium/plots.html index 5375ad2b..d36c6872 100644 --- a/_modules/cellpack/autopack/upy/simularium/plots.html +++ b/_modules/cellpack/autopack/upy/simularium/plots.html @@ -125,7 +125,7 @@

Navigation

\ No newline at end of file diff --git a/_modules/cellpack/autopack/upy/simularium/simularium_helper.html b/_modules/cellpack/autopack/upy/simularium/simularium_helper.html index eb7fd492..a110c611 100644 --- a/_modules/cellpack/autopack/upy/simularium/simularium_helper.html +++ b/_modules/cellpack/autopack/upy/simularium/simularium_helper.html @@ -1875,7 +1875,7 @@

Navigation

\ No newline at end of file diff --git a/_modules/cellpack/autopack/utils.html b/_modules/cellpack/autopack/utils.html index c9b44e25..09e62013 100644 --- a/_modules/cellpack/autopack/utils.html +++ b/_modules/cellpack/autopack/utils.html @@ -405,7 +405,7 @@

Navigation

\ No newline at end of file diff --git a/_modules/cellpack/autopack/writers.html b/_modules/cellpack/autopack/writers.html index 89f156ef..fa54ebf0 100644 --- a/_modules/cellpack/autopack/writers.html +++ b/_modules/cellpack/autopack/writers.html @@ -547,7 +547,7 @@

Navigation

\ No newline at end of file diff --git a/_modules/cellpack/autopack/writers/ImageWriter.html b/_modules/cellpack/autopack/writers/ImageWriter.html index 1bcb37ef..4a057abc 100644 --- a/_modules/cellpack/autopack/writers/ImageWriter.html +++ b/_modules/cellpack/autopack/writers/ImageWriter.html @@ -329,7 +329,7 @@

Navigation

\ No newline at end of file diff --git a/_modules/cellpack/bin/analyze.html b/_modules/cellpack/bin/analyze.html index 60bdd7d0..68bd275e 100644 --- a/_modules/cellpack/bin/analyze.html +++ b/_modules/cellpack/bin/analyze.html @@ -152,7 +152,7 @@

Navigation

\ No newline at end of file diff --git a/_modules/cellpack/bin/clean.html b/_modules/cellpack/bin/clean.html index 1f399edd..abdfba74 100644 --- a/_modules/cellpack/bin/clean.html +++ b/_modules/cellpack/bin/clean.html @@ -114,7 +114,7 @@

Navigation

\ No newline at end of file diff --git a/_modules/cellpack/bin/cleanup_tasks.html b/_modules/cellpack/bin/cleanup_tasks.html index f7f85a70..cb7741ac 100644 --- a/_modules/cellpack/bin/cleanup_tasks.html +++ b/_modules/cellpack/bin/cleanup_tasks.html @@ -99,7 +99,7 @@

Navigation

\ No newline at end of file diff --git a/_modules/cellpack/bin/pack.html b/_modules/cellpack/bin/pack.html index 06c072b2..a2db3fdc 100644 --- a/_modules/cellpack/bin/pack.html +++ b/_modules/cellpack/bin/pack.html @@ -160,7 +160,7 @@

Navigation

\ No newline at end of file diff --git a/_modules/cellpack/bin/simularium_converter.html b/_modules/cellpack/bin/simularium_converter.html index 2000dd79..42aaff2b 100644 --- a/_modules/cellpack/bin/simularium_converter.html +++ b/_modules/cellpack/bin/simularium_converter.html @@ -558,7 +558,7 @@

Navigation

\ No newline at end of file diff --git a/_modules/cellpack/bin/upload.html b/_modules/cellpack/bin/upload.html index e3ee1af9..e014eeba 100644 --- a/_modules/cellpack/bin/upload.html +++ b/_modules/cellpack/bin/upload.html @@ -145,7 +145,7 @@

Navigation

\ No newline at end of file diff --git a/_modules/index.html b/_modules/index.html index b71b16fb..e6b06047 100644 --- a/_modules/index.html +++ b/_modules/index.html @@ -132,7 +132,7 @@

Navigation

\ No newline at end of file diff --git a/cellpack.autopack.html b/cellpack.autopack.html index 6c897d67..ef142f3d 100644 --- a/cellpack.autopack.html +++ b/cellpack.autopack.html @@ -6487,7 +6487,7 @@

Navigation

\ No newline at end of file diff --git a/cellpack.autopack.ingredient.html b/cellpack.autopack.ingredient.html index 5a2a4961..31deb4db 100644 --- a/cellpack.autopack.ingredient.html +++ b/cellpack.autopack.ingredient.html @@ -1386,7 +1386,7 @@

Navigation

\ No newline at end of file diff --git a/cellpack.autopack.interface_objects.html b/cellpack.autopack.interface_objects.html index 7353c72c..e072a32c 100644 --- a/cellpack.autopack.interface_objects.html +++ b/cellpack.autopack.interface_objects.html @@ -803,7 +803,7 @@

Navigation

\ No newline at end of file diff --git a/cellpack.autopack.loaders.html b/cellpack.autopack.loaders.html index c80fa71f..1e1c35c3 100644 --- a/cellpack.autopack.loaders.html +++ b/cellpack.autopack.loaders.html @@ -361,7 +361,7 @@

Navigation

\ No newline at end of file diff --git a/cellpack.autopack.upy.html b/cellpack.autopack.upy.html index d63ee193..ea1c67e8 100644 --- a/cellpack.autopack.upy.html +++ b/cellpack.autopack.upy.html @@ -3717,7 +3717,7 @@

Navigation

\ No newline at end of file diff --git a/cellpack.autopack.upy.simularium.html b/cellpack.autopack.upy.simularium.html index e5adc092..5dd27177 100644 --- a/cellpack.autopack.upy.simularium.html +++ b/cellpack.autopack.upy.simularium.html @@ -1474,7 +1474,7 @@

Navigation

\ No newline at end of file diff --git a/cellpack.autopack.writers.html b/cellpack.autopack.writers.html index ecf410d4..1b846b5a 100644 --- a/cellpack.autopack.writers.html +++ b/cellpack.autopack.writers.html @@ -377,7 +377,7 @@

Navigation

\ No newline at end of file diff --git a/cellpack.bin.html b/cellpack.bin.html index 9563d054..6c482dab 100644 --- a/cellpack.bin.html +++ b/cellpack.bin.html @@ -388,7 +388,7 @@

Navigation

\ No newline at end of file diff --git a/cellpack.html b/cellpack.html index 9d239358..71a26a06 100644 --- a/cellpack.html +++ b/cellpack.html @@ -1072,7 +1072,7 @@

Navigation

\ No newline at end of file diff --git a/contributing.html b/contributing.html index 71a47000..4bc4f97a 100644 --- a/contributing.html +++ b/contributing.html @@ -159,7 +159,7 @@

Navigation

\ No newline at end of file diff --git a/genindex.html b/genindex.html index 37af1581..0403119d 100644 --- a/genindex.html +++ b/genindex.html @@ -3914,7 +3914,7 @@

Navigation

\ No newline at end of file diff --git a/index.html b/index.html index e235c112..50b1c4ab 100644 --- a/index.html +++ b/index.html @@ -262,7 +262,7 @@

Navigation

\ No newline at end of file diff --git a/installation.html b/installation.html index 23f0fa49..011eed07 100644 --- a/installation.html +++ b/installation.html @@ -143,7 +143,7 @@

Navigation

\ No newline at end of file diff --git a/modules.html b/modules.html index e0505ff2..d25e2a19 100644 --- a/modules.html +++ b/modules.html @@ -163,7 +163,7 @@

Navigation

\ No newline at end of file diff --git a/py-modindex.html b/py-modindex.html index 03f5f5d3..a0695f7e 100644 --- a/py-modindex.html +++ b/py-modindex.html @@ -427,7 +427,7 @@

Navigation

\ No newline at end of file diff --git a/recipe-schema.html b/recipe-schema.html index b30f9b92..3b7dc6f6 100644 --- a/recipe-schema.html +++ b/recipe-schema.html @@ -634,7 +634,7 @@

Navigation

\ No newline at end of file diff --git a/search.html b/search.html index 7af33e6f..34a99c7e 100644 --- a/search.html +++ b/search.html @@ -94,7 +94,7 @@

Navigation

\ No newline at end of file