-
How can I generate the documentation of the project offline ? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
It's not as pretty as the wiki, but the documentation is actually just comments in the .scad files. @revarbat may be able to suggest how to generate the HTML files locally using his docsgen utility. I tried that once and failed, but I didn't spend much time trying. |
Beta Was this translation helpful? Give feedback.
-
To just download the BOSL2 wiki locally, so you can view it offline, you can do the following:
To generate a local copy of the docs from sources, follow these steps:
To nuke the docs from orbit, and regenerate EVERYTHING:
|
Beta Was this translation helpful? Give feedback.
-
I have just generated a 2138 page 64MB hyperlinked PDF file of all the docs, but it's too big to attach to this Issue. |
Beta Was this translation helpful? Give feedback.
To just download the BOSL2 wiki locally, so you can view it offline, you can do the following:
git clone https://github.com/BelfrySCAD/BOSL2.wiki.git
BOSL2.wiki/Home.md
file with your MarkDown viewer.To generate a local copy of the docs from sources, follow these steps:
pip
andsetuptools
if needed. Recent Python versions don't need this step.pip install openscad_docsgen
git clone https://github…