Uh oh!
There was an error while loading. Please reload this page.
Update docstrings for clarity - #273
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@## main #273 +/- ##
=======================================
Coverage 99.92% 99.93% =======================================
Files 24 24 Lines 1398 1446 +48 =======================================
+ Hits 1397 1445 +48
Misses 1 1
🚀 New features to boost your workflow:
|
sbillinge
left a comment
There was a problem hiding this comment.
this is getting much better. Still a few things to look at.
| **Changed:** | ||
| * Docstrings updated for better clarity |
There was a problem hiding this comment.
this is a fix not a change. Changes refer to changes in user-functionality
Uh oh!
There was an error while loading. Please reload this page.
| help="""Look for FIELD in a serial file instead. | ||
| Must specify name of serial file SERIALFILE.""", | ||
| help=( | ||
| "Look for FIELD in a serial file instead. " |
There was a problem hiding this comment.
What is a "serial file"? I think we need some more user-friendly text to help with understanding here.
| "entry, there should be a key {__save_morph_as__} whose value " | ||
| "specifies the name to save the manipulated function as." | ||
| "using a serial file NAMESFILE. The format of NAMESFILE should " | ||
| "be as follows: each target PDF is an entry in NAMESFILE. " |
There was a problem hiding this comment.
I think we want PDF out here? function instead?
Uh oh!
There was an error while loading. Please reload this page.
Update our docstrings for clarity. Also remove vestigial references to PDFs.
Closes#268.
Closes#269.