Open akien-mga opened 8 years ago
How would you like this to go? I believe building such an offline doc is trivial. The point might be automatically build it every time new commit of doc pushed to repo, build offline docs, update links for users to download in case they need offline ones to browse. Is these what you thought about?
Here is what I've found in the internet, haven't tried btw.
I have experience in generating dash-docsets. I think this may be approached with a script with following algorithm:
@Yanpas the classes here are generated from the XML files in the main Godot repository (https://github.com/godotengine/godot/tree/master/doc/classes). I think it's easier to generate something from the XML than to parse RST or HTML.
That's good news. Seems to be much easier task
I've written the generator: https://github.com/Yanpas/godotdocset
I will improve it (add readme, css, sidemenu), but it already works
It's MIT, so godot project may grab it
I've improved the generator, I've also added precompiled docset Godot.docset.7z
- you may try it.
See https://zealdocs.org/ and https://kapeli.com/dash. The former is libre and inspired by the latter, and they share the same "docset" format. There are instructions on how to generate a docset from a sphinx project: https://kapeli.com/docsets#python