-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
numpydoc style (signac/contrib/import_export.py) #333
numpydoc style (signac/contrib/import_export.py) #333
Conversation
Codecov Report
@@ Coverage Diff @@
## numpy_docs #333 +/- ##
==============================================
- Coverage 76.23% 76.20% -0.04%
==============================================
Files 43 43
Lines 7089 7080 -9
==============================================
- Hits 5404 5395 -9
Misses 1685 1685
Continue to review full report at Codecov.
|
Just giving this a PR a bump, @ac-optimus let me know if you have any questions or if there are any blockers. |
@ac-optimus Let us know if you'd like someone else to finish up this PR or if you'd like to finish it (it's still marked as a draft). Thanks! 👍 |
hi, sure I would be happy if someone else could take this up. |
…s/signac into numpydoc_import_export
@ac-optimus Thanks for your help. I finished up this PR. @csadorf and @vishav1771, please review when convenient. 👍 |
Co-authored-by: Carl Simon Adorf <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍
* numpydoc style(signac/contrib/schema.py) (#318) * numpydoc style(signac/contrib/project.py) (#320) * numpydoc style(signac/contrib/job.py) (#319) * numpydoc style(signac/contrib/linked_view.py, signac/contrib/utility.py, signac/core/utility.py) (#326) * numpydoc style(signac/contrib/errors.py, signac/contrib/filesystems.py, signac/contrib/filterparser.py, signac/contrib/hashing.py) (#322) * numpydoc style (signac/contrib/collection.py) (#329) * Make core submodule adhere to numpydoc conventions. (#339) * add a docstring for public module (#337) * numpydoc style (signac/contrib/import_export.py) (#333) * Apply NumPy docstyle to remaining files in "signac" root. (#343) * Apply fixes from minirst. (#356) * Enforce pydocstyle in core, common, contrib. (#354) Co-authored-by: Bradley Dice <[email protected]> Co-authored-by: Alyssa Travitz <[email protected]> Co-authored-by: Abhavya Chandra <[email protected]> Co-authored-by: vyasr <[email protected]> Co-authored-by: Pengji <[email protected]> Co-authored-by: Mike Henry <[email protected]>
Description
issue #315
Motivation and Context
Types of Changes
1The change breaks (or has the potential to break) existing functionality.
Checklist:
If necessary:
Change of doc string to
numpydoc
in import_export.py