-
Notifications
You must be signed in to change notification settings - Fork 171
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
[DOC] Fix min_max_scale
docstrings rendering
#1123
Conversation
*old_feature_range, | ||
*feature_range, | ||
) | ||
|
||
return df | ||
|
||
|
||
def min_max_value(df: pd.DataFrame, jointly: bool) -> tuple: |
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.
functions/init.py only imports min_max_scale
.
But the docstring of inner methods would be rendered by mkdocs.
This behavior is quite different to sphinx.
Codecov Report
@@ Coverage Diff @@
## dev #1123 +/- ##
==========================================
- Coverage 97.99% 97.96% -0.04%
==========================================
Files 77 77
Lines 3198 3198
==========================================
- Hits 3134 3133 -1
- Misses 64 65 +1 |
@samukweku please do the honors! |
PR Description
Please describe the changes proposed in the pull request:
This PR resolves #1112.
PR Checklist
Please ensure that you have done the following:
<your_username>
:dev
, but rather from<your_username>
:<feature-branch_name>
.AUTHORS.md
.CHANGELOG.md
under the latest version header (i.e. the one that is "on deck") describing the contribution.Automatic checks
There will be automatic checks run on the PR. These include:
Relevant Reviewers
Please tag maintainers to review.