Skip to content
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

docs(python): Fix typos and add see also links to struct name expressions #18282

Merged
merged 4 commits into from
Aug 20, 2024

Conversation

henryharbeck
Copy link
Contributor

I have built the docs locally and verified that all changes render correctly.

@github-actions github-actions bot added documentation Improvements or additions to documentation python Related to Python Polars labels Aug 20, 2024
@@ -97,7 +97,6 @@ These functions are available from the Polars module root and can be used as exp
Expr.any
Expr.approx_n_unique
Expr.count
Expr.exclude
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Expr.exclude also exists under the Columns / names category, so this was a duplicate doc entry here.

Comment on lines +684 to +686
name.map
name.prefix
name.suffix
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Given these are no longer in the same namespace as alias, this needs to be done for them to link correctly in the docs.

Copy link

codecov bot commented Aug 20, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 80.21%. Comparing base (c88da1f) to head (ecbb03a).
Report is 8 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main   #18282   +/-   ##
=======================================
  Coverage   80.21%   80.21%           
=======================================
  Files        1500     1501    +1     
  Lines      198897   198908   +11     
  Branches     2837     2837           
=======================================
+ Hits       159547   159557   +10     
- Misses      38822    38823    +1     
  Partials      528      528           

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

@alexander-beedie
Copy link
Collaborator

Good stuff 👌

@alexander-beedie alexander-beedie merged commit f3405a2 into pola-rs:main Aug 20, 2024
15 checks passed
@henryharbeck
Copy link
Contributor Author

Thank you! Appreciate the speedy review 😄

@henryharbeck henryharbeck deleted the see-also branch August 20, 2024 21:31
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 python Related to Python Polars
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants