Skip to content

Commit

Permalink
fixed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ch1ru committed Mar 19, 2024
1 parent 5b6f94c commit 143458c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/generate_docs.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
with open(f"./docs/reference/README.md", "w") as f:
f.write("# Reference\n\n{% include list.liquid all=true %}")

classes_ordered = ["Dashboard", "Upload", "Preprocess", "Integrate", "Create_CiteSeq_model", "Create_Solo_model", "Cluster_plots", "Differential_gene_expression", "Trajectory_inference", "Spatial_transcriptomics", "Terminal", "Plotly_3D", "Sidebar"]
classes_ordered = ["Dashboard", "Upload", "Preprocess", "Integrate", "Create_CiteSeq_model", "Create_Solo_model", "Create_linear_vae", "Cluster_plots", "Differential_gene_expression", "Trajectory_inference", "Spatial_transcriptomics", "Terminal", "Plotly_3D", "Sidebar"]

#make the sub dirs
for cls in classes_ordered:
Expand Down

0 comments on commit 143458c

Please sign in to comment.