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

Fix tooltips for multiple params names on one line #120

Merged
merged 1 commit into from
Jan 23, 2021

Conversation

tlambert03
Copy link
Member

another small bug fix when parsing tooltips from docs that have two parameters on one line, like:

"""
        Parameters
        ----------
        x, y : int
            Integers for you to use
"""

@codecov
Copy link

codecov bot commented Jan 23, 2021

Codecov Report

Merging #120 (d80d8ff) into master (af729e2) will increase coverage by 0.02%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #120      +/-   ##
==========================================
+ Coverage   90.25%   90.27%   +0.02%     
==========================================
  Files          25       25              
  Lines        2421     2427       +6     
==========================================
+ Hits         2185     2191       +6     
  Misses        236      236              
Impacted Files Coverage Δ
magicgui/widgets/_function_gui.py 95.45% <100.00%> (+0.18%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update af729e2...d80d8ff. Read the comment docs.

@tlambert03 tlambert03 merged commit 430841e into pyapp-kit:master Jan 23, 2021
@tlambert03 tlambert03 deleted the fix-numpydoc-arg-comma branch January 23, 2021 01:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant