Update Python documentation (3.5.1)

pull/309/head
Thibaut 9 years ago
parent d33633688e
commit b4dcb63fa3

@ -1,6 +1,6 @@
module Docs module Docs
class Python < FileScraper class Python < FileScraper
self.version = '3.5.0' self.version = '3.5.1'
self.type = 'sphinx' self.type = 'sphinx'
self.dir = '/Users/Thibaut/DevDocs/Docs/Python' # downloaded from docs.python.org/3/download.html self.dir = '/Users/Thibaut/DevDocs/Docs/Python' # downloaded from docs.python.org/3/download.html
self.base_url = 'http://docs.python.org/3/' self.base_url = 'http://docs.python.org/3/'

Loading…
Cancel
Save