On Friday 26 April 2024 at 06:53:28 UTC-7 marc....@gmail.com wrote: I have a suggestion to improve the situation, which is to do what the Sage_macOS app does.
The app provides access to a local copy of the documentation stored inside the application bundle. The files are reorganized slightly to remove duplication and then compressed with gzip. The app views the files using cocoserver <https://pypi.org/project/cocoserver/>, which provides a slightly modfiied subclass of Python's ThreadingHTTPServer. The behavior of that server is modified so that it adds a gzip header to any file named *.gz. The browser automatically decompresses gzipped files served with such a header. ("Coco" stands for "compressed content".) Yes, I was thinking in that direction too. Is there perhaps already a jupyter server extension that can serve files in a local directory? I bet we can instruct jupyterlab to point at a "localhost" url rather than at "doc.sagemath.org" Compressing the documentation reduces the size (of the English documentation) from about 600 GB to about 100 GB. You meant MB probably? -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and stop receiving emails from it, send an email to sage-devel+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/sage-devel/4e33bc5d-ba8e-419d-92a3-87977765ad86n%40googlegroups.com.