Skip to content

Improve doc strings#142

Open
mikemhenry wants to merge 40 commits intomainfrom
improve_doc_strings
Open

Improve doc strings#142
mikemhenry wants to merge 40 commits intomainfrom
improve_doc_strings

Conversation

@mikemhenry
Copy link
Copy Markdown
Contributor

In this PR I used Qwen2.5-Coder-32B-Instruct with Aider v0.86.2. For each file I added the file to the context, and then used this prompt "Update docstrings to NumPy style in this file only. Do not modify other files."

Checklist

  • All new code is appropriately documented (user-facing code must have complete docstrings).
  • Added a news entry, or the changes are not user-facing.
  • Ran pre-commit: you can run pre-commit locally or comment on this PR with pre-commit.ci autofix.

Developers certificate of origin

@mikemhenry mikemhenry requested a review from atravitz March 16, 2026 21:13
@codecov
Copy link
Copy Markdown

codecov Bot commented Mar 16, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 98.16%. Comparing base (51a74cf) to head (78bb32b).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #142   +/-   ##
=======================================
  Coverage   98.16%   98.16%           
=======================================
  Files          13       13           
  Lines         654      654           
=======================================
  Hits          642      642           
  Misses         12       12           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@mikemhenry
Copy link
Copy Markdown
Contributor Author

pre-commit.ci autofix

@github-actions
Copy link
Copy Markdown

No API break detected ✅

----------
mol : SmallMoleculeComponent
molecule to be aligned to molA (will be moved)
Molecule to be aligned to `ref_mol` (will be moved).
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Suggested change
Molecule to be aligned to `ref_mol` (will be moved).
Molecule to be aligned to ``ref_mol`` (will be moved).

Here and everywhere else, we should use double quotes so it renders as code and not italics in the docs:

image

@jameseastwood jameseastwood assigned mikemhenry and unassigned atravitz Apr 15, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants