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

Close #6325: autodoc: Support attributes in __slots__ #6388

Merged
merged 1 commit into from
May 25, 2019

Conversation

tk0miya
Copy link
Member

@tk0miya tk0miya commented May 21, 2019

@tk0miya tk0miya added type:enhancement enhance or introduce a new feature extensions:autodoc labels May 21, 2019
@tk0miya tk0miya added this to the 2.1.0 milestone May 21, 2019
@tk0miya tk0miya force-pushed the 6325_autodoc_supports_slots branch from 17629b2 to 277aba9 Compare May 22, 2019 00:56
@codecov
Copy link

codecov bot commented May 22, 2019

Codecov Report

Merging #6388 into 2.0 will decrease coverage by 0.02%.
The diff coverage is 88.37%.

Impacted file tree graph

@@            Coverage Diff             @@
##              2.0    #6388      +/-   ##
==========================================
- Coverage   83.64%   83.62%   -0.03%     
==========================================
  Files         279      282       +3     
  Lines       40317    40393      +76     
  Branches     5939     5945       +6     
==========================================
+ Hits        33725    33779      +54     
- Misses       5263     5282      +19     
- Partials     1329     1332       +3
Impacted Files Coverage Δ
tests/test_autodoc.py 96.92% <100%> (+0.02%) ⬆️
sphinx/ext/autodoc/importer.py 94.73% <100%> (+0.23%) ⬆️
tests/roots/test-ext-autodoc/target/slots.py 83.33% <83.33%> (ø)
sphinx/ext/autodoc/__init__.py 88.78% <85.71%> (-0.12%) ⬇️
sphinx/__init__.py 73.91% <0%> (ø)
sphinx/make_mode.py 0% <0%> (ø)

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 12ad21f...277aba9. Read the comment docs.

@tk0miya tk0miya merged commit 6e795a0 into sphinx-doc:2.0 May 25, 2019
@tk0miya tk0miya deleted the 6325_autodoc_supports_slots branch May 25, 2019 12:17
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 13, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
extensions:autodoc type:enhancement enhance or introduce a new feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant