Generating documentation from tests using files-to-prompt and LLM

from blog Simon Willison TIL, | ↗ original
I was experimenting with wasmtime-py today and found the current documentation didn't quite give me the information that I needed. The package has a solid looking test suite, so I decided to see if I could generate additional documentation based on that. I started with a checkout of the repo: cd /tmp git clone...