From 9c87e451dd35ad41a9f4b746922b551103de0475 Mon Sep 17 00:00:00 2001 From: Thibaut Courouble Date: Sun, 8 Jul 2018 16:34:29 -0400 Subject: [PATCH] Update Python documentation (3.7.0) --- lib/docs/scrapers/python.rb | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/lib/docs/scrapers/python.rb b/lib/docs/scrapers/python.rb index 31089dc9..9b7126e6 100644 --- a/lib/docs/scrapers/python.rb +++ b/lib/docs/scrapers/python.rb @@ -23,8 +23,16 @@ module Docs Licensed under the PSF License. HTML + version '3.7' do + self.release = '3.7.0' + self.dir = '/Users/Thibaut/DevDocs/Docs/Python37' # docs.python.org/3.7/download.html + self.base_url = 'https://docs.python.org/3.7/' + + html_filters.push 'python/entries_v3', 'sphinx/clean_html', 'python/clean_html' + end + version '3.6' do - self.release = '3.6.4' + self.release = '3.6.6' self.dir = '/Users/Thibaut/DevDocs/Docs/Python36' # docs.python.org/3.6/download.html self.base_url = 'https://docs.python.org/3.6/'