strinking / docflow

A Discord Bot for evaluating code and viewing documentation, built for the Programming Discord Server.
6 stars 3 forks source link

cppreference: Parse links from overview pages #8

Closed jchristgit closed 7 years ago

jchristgit commented 7 years ago

The initial scraper run should parse all documentation-relevant links from "overview pages" like this one and pass them to other methods which then scrape the data. An example for an "overview page" can be found here: http://en.cppreference.com/w/c Note that although we can use the same scraper for both C and C++ from this page, we should obviously differentiate between data from the languages and put them into different directories.

jchristgit commented 7 years ago

Implemented in docsearch-cppreference.