Update Django documentation (1.7.6)

pull/185/head
Thibaut 10 years ago
parent ece240796b
commit ced2b4f7df

@ -2,10 +2,14 @@ module Docs
class Django < FileScraper class Django < FileScraper
self.name = 'Django' self.name = 'Django'
self.type = 'sphinx' self.type = 'sphinx'
self.version = '1.7.4' self.version = '1.7.6'
self.dir = '/Users/Thibaut/DevDocs/Docs/Django' self.dir = '/Users/Thibaut/DevDocs/Docs/Django'
self.base_url = 'https://docs.djangoproject.com/en/1.7/' self.base_url = 'https://docs.djangoproject.com/en/1.7/'
self.root_path = 'index.html' self.root_path = 'index.html'
self.links = {
home: 'https://www.djangoproject.com/',
code: 'https://github.com/django/django'
}
html_filters.push 'django/entries', 'django/clean_html' html_filters.push 'django/entries', 'django/clean_html'
text_filters.push 'django/fix_urls' text_filters.push 'django/fix_urls'

Loading…
Cancel
Save