Skip to content

Conversation

chrishalcrow
Copy link
Member

@chrishalcrow chrishalcrow commented Aug 11, 2025

I went through all the modules docs, and tried to run all code in them (fun!!). This PR fixes anything obviously wrong that I found, mostly due to typos or deprecations that we never implemented in the docs. And fixed and text typos I found.

Aim was to fix code/typos and add some links, rather than dramatically improve/adjust docs.

When I felt the user might actually run the whole code-block, I added the necessary imports to make this smoother. Felt they weren't always needed.

Final PR from the Harvard docathon!!

@chrishalcrow chrishalcrow added documentation Improvements or additions to documentation Harvard Docathon 2025 Related to mini docs based hackathon in Harvard July 2025 labels Aug 11, 2025
Copy link
Member

@zm711 zm711 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks pretty good to me see like two comments.

@@ -34,7 +34,7 @@ a subset of units from a spike sorting output and to perform some merges:
remove_unit_ids = [1, 2]
sorting_analyzer2 = sorting_analyzer.remove_units(remove_unit_ids=remove_unit_ids)

# merge some units
# merge units 4 and 5, and units 7, 8 and 12
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should we say merge units 4 and 5 and separately units 7, 8 and 12 to emphasize the concept of merge groups more or do you think adding in the numbers is enough?

)
)

Importantly, all the result and intermediate computations can returned to a motion object, for further loading,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Importantly, all the result and intermediate computations can returned to a motion object, for further loading,
Importantly, all the results and intermediate computations can returned to a motion object, for further loading,

Copy link
Member

@zm711 zm711 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Few more typos found.

@samuelgarcia
Copy link
Member

Genial.
Are in competition with Zach to be the heroe for cleaning typos ?

Copy link
Member

@zm711 zm711 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I promise last typo I will find :)

Copy link
Member

@zm711 zm711 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good by me!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation Harvard Docathon 2025 Related to mini docs based hackathon in Harvard July 2025
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants