modin-project / modin

Modin: Scale your Pandas workflows by changing a single line of code
http://modin.readthedocs.io
Apache License 2.0
9.59k stars 647 forks source link

DOCS-#0000: Adds RunLLM widget to docs #7326

Closed vsreekanti closed 3 days ago

vsreekanti commented 4 days ago

What do these changes do?

Adds the RunLLM widget, customized to Modin, to the documentation page. RunLLM is a custom technical support assistant that helps developers unblock themselves by answering conceptual questions, generating code, and helping debug.

Here's an example response from RunLLM:

image

Just a note that I put the custom.js file in a new directory called _static, which seems to be the convention for Sphinx, and I updated conf.py accordingly. I didn't see any existing uses of html_static_paths, but please let me know if there's a different preferred organization.