[devdocsgjs/main: 1511/1867] Update Trio documentation (0.18.0)
- From: Andy Holmes <andyholmes src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [devdocsgjs/main: 1511/1867] Update Trio documentation (0.18.0)
- Date: Fri, 19 Nov 2021 23:48:07 +0000 (UTC)
commit b317966d5d076e1f5d8acd9fb5ff4a8018c0885e
Author: Simon Legner <Simon Legner gmail com>
Date: Thu Feb 18 21:02:21 2021 +0100
Update Trio documentation (0.18.0)
lib/docs/scrapers/trio.rb | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/lib/docs/scrapers/trio.rb b/lib/docs/scrapers/trio.rb
index b8719bea..ea6186e1 100644
--- a/lib/docs/scrapers/trio.rb
+++ b/lib/docs/scrapers/trio.rb
@@ -1,8 +1,8 @@
module Docs
class Trio < UrlScraper
self.type = 'simple'
- self.release = '0.12.1'
- self.base_url = 'https://trio.readthedocs.io/en/v0.12.1/'
+ self.release = '0.18.0'
+ self.base_url = "https://trio.readthedocs.io/en/v#{self.release}/"
self.root_path = 'index.html'
self.links = {
home: 'https://trio.readthedocs.io/',
@@ -15,7 +15,7 @@ module Docs
/reference-core/,
/reference-io/,
/reference-testing/,
- /reference-hazmat/,
+ /reference-lowlevel/,
]
options[:attribution] = <<-HTML
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]