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 #5211: autodoc: No docs generated for functools.partial functions #5305

Merged
merged 1 commit into from Aug 16, 2018

Conversation

tk0miya
Copy link
Member

@tk0miya tk0miya commented Aug 15, 2018

Feature or Bugfix

  • Bugfix

Purpose

@tk0miya tk0miya added this to the 1.7.7 milestone Aug 15, 2018
@tk0miya tk0miya force-pushed the 5211_autodoc_for_partial_functions branch 3 times, most recently from 90a0674 to 8a98254 Compare August 16, 2018 15:12
@codecov
Copy link

codecov bot commented Aug 16, 2018

Codecov Report

Merging #5305 into 1.7 will increase coverage by <.01%.
The diff coverage is 90.24%.

Impacted file tree graph

@@            Coverage Diff             @@
##              1.7    #5305      +/-   ##
==========================================
+ Coverage   82.04%   82.05%   +<.01%     
==========================================
  Files         288      289       +1     
  Lines       38221    38248      +27     
  Branches     5933     5934       +1     
==========================================
+ Hits        31360    31383      +23     
- Misses       5540     5542       +2     
- Partials     1321     1323       +2
Impacted Files Coverage Δ
sphinx/util/inspect.py 76.1% <100%> (+0.7%) ⬆️
tests/test_autodoc.py 96.35% <100%> (+0.07%) ⬆️
sphinx/ext/autodoc/__init__.py 84.32% <66.66%> (-0.31%) ⬇️
...s/roots/test-ext-autodoc/target/partialfunction.py 83.33% <83.33%> (ø)
sphinx/builders/html.py 82.42% <0%> (-0.12%) ⬇️

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 b926ee8...c4fa1ae. Read the comment docs.

@tk0miya tk0miya force-pushed the 5211_autodoc_for_partial_functions branch from 8a98254 to c4fa1ae Compare August 16, 2018 16:24
@tk0miya tk0miya merged commit 2604920 into sphinx-doc:1.7 Aug 16, 2018
@tk0miya tk0miya deleted the 5211_autodoc_for_partial_functions branch August 16, 2018 17:06
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 28, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant