Improve elemwise docstrings#1255
Merged
ricardoV94 merged 5 commits intopymc-devs:mainfrom Feb 28, 2025
Merged
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1255 +/- ##
=======================================
Coverage 81.99% 81.99%
=======================================
Files 188 188
Lines 48551 48553 +2
Branches 8673 8673
=======================================
+ Hits 39810 39812 +2
Misses 6579 6579
Partials 2162 2162
🚀 New features to boost your workflow:
|
ricardoV94
reviewed
Feb 28, 2025
ricardoV94
reviewed
Feb 28, 2025
ricardoV94
reviewed
Feb 28, 2025
ricardoV94
reviewed
Feb 28, 2025
Co-authored-by: Ricardo Vieira <28983449+ricardoV94@users.noreply.github.com>
Member
|
@fonnesbeck looks good, we need to check what the rendered docs look like. Does help() or whatever your IDE use also show the new docstrings nicely? |
Member
Author
Member
|
Docs must use some hardcoded stuff: https://pytensor--1255.org.readthedocs.build/en/1255/library/tensor/basic.html#pytensor.tensor.exp But this is already a nice improvement |
ricardoV94
approved these changes
Feb 28, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Description
Improve elemwise math function docstrings; remove generic docstring from being appended.
Related Issue
ElemwiseOps are not very helpful #292Checklist
Type of change
📚 Documentation preview 📚: https://pytensor--1255.org.readthedocs.build/en/1255/