Python: scrap full documentation (instead of library reference only) #696
Labels
Comments
|
I agree, the same for Python 3. Would changing self.root_path = 'library/index.html'
options[:only_patterns] = [/\Alibrary\//]by options[:only_patterns] = [/\Alibrary\//, /\Areference\//]or self.root_path = 'index.html'
options[:only_patterns] = [/\Aindex\.html/, /\Alibrary\//, /\Areference\//]in https://github.com/freeCodeCamp/devdocs/blob/master/lib/docs/scrapers/python.rb be enough ? |
|
This also means that the Python C API documentation isn't included, because it's under https://docs.python.org/3/c-api/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently, DevDocs only scraps Python library reference rooted at https://docs.python.org/2/library/index.html.
It would be great to scrap the full documentation rooted at https://docs.python.org/2/.
The text was updated successfully, but these errors were encountered: