On Sun, May 22, 2022 at 4:54 PM Rohit Goswami <rgosw...@quansight.com>
wrote:

> Being very hard to read should not be reason enough to stop generating
> them. In places with little to no internet connectivity often the PDF
> documentation is invaluable.
>
> I personally use the PDF documentation both on my phone and e-reader when
> I travel simply because it is more accessible and has better search
> capabilities.
>
> It is true that SciPy has removed them, but that doesn't necessarily mean
> we need to follow suit. Especially relevant (IMO) is that large parts of
> the NumPy documentation still make sense when read sequentially (going back
> to when it was at some point partially kanged from Travis' book).
>
> I'd be happy to spend time (and plan to) working on fixing concrete issues
> other than straw-man and subjective arguments.
>
> Personally I'd like to see the NumPy documentation have PDFs in a fashion
> where each page / chapter can be downloaded individually.
>
> -- Rohit
>
> P.S.: If we have CI timeout issues, for the PDF docs we could also have a
> dedicated repo and only build for releases.
>
> P.P.S: FWIW the Python docs are also still distributed in PDF form.
>

If they were just hard to read, I'd be happy to distribute them. The
problem is that they are hard to generate. Latex is limited, and we depend
on Sphinx to generate it. When it breaks, as it does, it is also hard to
debug because the error messages are cryptic, and at best refer to the
generated latex code, which doesn't help track down the problem. I think it
would be worth exploring html -> pdf converters, they might be better
supported.

<snip>

Chuck
_______________________________________________
NumPy-Discussion mailing list -- numpy-discussion@python.org
To unsubscribe send an email to numpy-discussion-le...@python.org
https://mail.python.org/mailman3/lists/numpy-discussion.python.org/
Member address: arch...@mail-archive.com

Reply via email to