We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4bdf552 + 5ad7e01 commit 0264da8Copy full SHA for 0264da8
lib/docs/filters/python/entries_v3.rb
@@ -27,6 +27,7 @@ def get_name
27
28
def get_type
29
return 'Logging' if slug.start_with? 'library/logging'
30
+ return 'Asynchronous I/O' if slug.start_with? 'library/asyncio'
31
32
type = at_css('.related a[accesskey="U"]').content
33
@@ -47,6 +48,7 @@ def get_type
47
48
end
49
50
def include_default_entry?
51
+ return true if slug == 'library/asyncio'
52
!at_css('.body > .section:only-child > .toctree-wrapper:last-child') && !type.in?(%w(Superseded))
53
54
0 commit comments