I want to create JavaScript and Python SDK documentation to share with (enterprise) clients in portable format likes PDF etc. Solutions like readme.io and readthedocs.io are good only for a web-based approach.<p>Sadly, Google Docs isn't a great option here even after using add-ons like Code Format and Prettier.<p>Let me know if I've missed something which is already around.
I generate html and render PDF using custom print stylesheets.<p>Tools: mkdocs (or jekyl, hugo, etc), pandoc, PDFtk, chromium (headless), prismjs / highlightjs<p>You might be interested in:<p><a href="https://github.com/Fiware/tools.Md2pdf" rel="nofollow">https://github.com/Fiware/tools.Md2pdf</a><p><a href="https://github.com/dawnlabs/carbon" rel="nofollow">https://github.com/dawnlabs/carbon</a>
I'm a huge fan of MDwiki. I've used it for documentation, class notes, work logs, and running a dnd campaign. Really good tool for people who want a no-frills markdown rendering client.<p><a href="http://dynalon.github.io/mdwiki/#!index.md" rel="nofollow">http://dynalon.github.io/mdwiki/#!index.md</a>
Not my project but doxygen is still the best for C++: <a href="http://dailyprog.org/~kenster/docs/TinyCDN/annotated.html" rel="nofollow">http://dailyprog.org/~kenster/docs/TinyCDN/annotated.html</a>