I\'m currently trying to dive into Racket/Scheme a bit. I have an instance of the (X)REPL running next to my editor, which helps me immensely to explore the language. Howeve
Eli Barzilay notes that the Geiser project includes code to extract this documentation.
I do have an experimental bit of source code that extracts the text out of the HTML documentation, though that code may have bitrotted.
See: https://github.com/dyoo/wescheme-docs/blob/master/test-extract-docstring.rkt
and its dependencies, which live in: https://github.com/dyoo/wescheme-docs.
The extract-docstring.rkt library I wrote up works under Racket 5.2.1, but I'm admittedly doing some really icky, hacky things to extract text from the documentation.
It may be worthwhile to tell the folks on the Racket Users mailing list that being able to access the text-based documentation from xrepl is an important thing; perhaps it'll get the impetus moving.