6 ms·
FWIW, you can also write the documentation parsers (Fathead type Instant Answers) in Python, and Ruby For example, here is a parser for the Python docs, writte
by moollaza 10y ago
FWIW, you can also write the documentation parsers (Fathead type Instant Answers) in Python, and Ruby
For example, here is a parser for the Python docs, written in Python: https://github.com/duckduckgo/zeroclickinfo-fathead/blob/master/lib/fathead/python/parse.py https://github.com/duckduckgo/zeroclickinfo-fathead/blob/mas...
and the same for Ruby: https://github.com/duckduckgo/zeroclickinfo-fathead/blob/master/lib/fathead/ruby/parse.rb https://github.com/duckduckgo/zeroclickinfo-fathead/blob/mas...