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.
1 parent 65c2220 commit 409f2c2Copy full SHA for 409f2c2
lib/docs/scrapers/trio.rb
@@ -11,14 +11,17 @@ class Trio < UrlScraper
11
12
html_filters.push 'trio/entries', 'trio/clean_html'
13
14
- options[:attribution] = <<-HTML
15
- HTML
16
options[:only_patterns] = [
17
/reference-core/,
18
/reference-io/,
19
/reference-testing/,
20
/reference-hazmat/,
21
]
22
+ options[:attribution] = <<-HTML
+ © 2017-2019 Nathaniel Smith<br>
23
+ Licensed under MIT and Apache2.
24
+ HTML
25
+
26
end
27
public/docs/docs.json
@@ -63,7 +63,7 @@
63
"code": "https://github.com/python-trio/trio"
64
},
65
"release": "0.11",
66
- "mtime": 1556326478,
67
- "db_size": 757201
+ "mtime": 1556402796,
+ "db_size": 757536
68
}
69
0 commit comments