[deleted]
Do you have any tips on how to make the downloaded documentation of programming languages and libraries searchable?
I downloaded offline documentation for python 3.8. It’s searchable, yay!
Same for numpy and pandas.
For pytorch, more_itertools and click libraries, I just downloaded their documentation websites (https://pytorch.org/docs/stable/, https://more-itertools.readthedocs.io/, https://click.palletsprojects.com/en/7.x/). Those aren’t searchable, and this is bad.
pytorch
more_itertools
click
For networkx the downloaded documentation I have is in pdf format. It’s kinda searchable, but not ideal.
networkx
Btw here’s my shortform on how to download documentations of various libraries: https://www.lesswrong.com/posts/qCrTYSWE2TgfNdLhD/crabman-s-shortform?commentId=Xt9JDKPpRtzQk6WGG
[deleted]
Do you have any tips on how to make the downloaded documentation of programming languages and libraries searchable?
I downloaded offline documentation for python 3.8. It’s searchable, yay!
Same for numpy and pandas.
For
pytorch
,more_itertools
andclick
libraries, I just downloaded their documentation websites (https://pytorch.org/docs/stable/, https://more-itertools.readthedocs.io/, https://click.palletsprojects.com/en/7.x/). Those aren’t searchable, and this is bad.For
networkx
the downloaded documentation I have is in pdf format. It’s kinda searchable, but not ideal.Btw here’s my shortform on how to download documentations of various libraries: https://www.lesswrong.com/posts/qCrTYSWE2TgfNdLhD/crabman-s-shortform?commentId=Xt9JDKPpRtzQk6WGG
[deleted]