I'd like to have offline access to RDoc generated pages so I can learn about a new gem or other software as I travel without Internet access. I prefer to use an iPad but this question is valid for any OS that does not easily support viewing a static website. As far as I can tell, RDoc doesn't have an option to generate single-page documentation or a big PDF. Is this correct? If so, is there an easy way to take RDoc files (basically a static website's files) and to turn them into some portable offline format?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
You could try using an HTML-to-PDF conversion tool to create a PDF file out of the HTML code generated by RDoc. Pdfkit is an excellent way to accomplish this:
|
|||
|