[devdocsgjs/main: 612/1867] add attributions for trio




commit 409f2c2332d73647ad7bb5f8ca6b19ea080267eb
Author: Mathieu PATUREL <australie p gmail com>
Date:   Sun Apr 28 08:05:52 2019 +1000

    add attributions for trio

 lib/docs/scrapers/trio.rb | 7 +++++--
 public/docs/docs.json     | 4 ++--
 2 files changed, 7 insertions(+), 4 deletions(-)
---
diff --git a/lib/docs/scrapers/trio.rb b/lib/docs/scrapers/trio.rb
index cf90f77d..041d6564 100644
--- a/lib/docs/scrapers/trio.rb
+++ b/lib/docs/scrapers/trio.rb
@@ -11,8 +11,6 @@ module Docs
 
     html_filters.push 'trio/entries', 'trio/clean_html'
 
-    options[:attribution] = <<-HTML
-    HTML
     options[:only_patterns] = [
       /reference-core/,
       /reference-io/,
@@ -20,5 +18,10 @@ module Docs
       /reference-hazmat/,
     ]
 
+    options[:attribution] = <<-HTML
+      &copy; 2017-2019 Nathaniel Smith<br>
+      Licensed under MIT and Apache2.
+    HTML
+
   end
 end
diff --git a/public/docs/docs.json b/public/docs/docs.json
index e27f82ee..039aa7c2 100644
--- a/public/docs/docs.json
+++ b/public/docs/docs.json
@@ -63,7 +63,7 @@
       "code": "https://github.com/python-trio/trio";
     },
     "release": "0.11",
-    "mtime": 1556326478,
-    "db_size": 757201
+    "mtime": 1556402796,
+    "db_size": 757536
   }
 ]
\ No newline at end of file


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]