I want to feed the docs for the google-genai python package to Gemini (how ironic) and I was looking for a way to download the docs in a convenient format. So I visit https://googleapis.github.io/python-genai/genai.html and there is this symbol on the top right
which forwards me to https://googleapis.github.io/python-genai/_sources/genai.rst.txt and I thought yes, that's the one, only to see that it just contains a list of the submodules, i.e. genai.client, genai.batches, genai.caches and so on but not their contents. I couldn't find another way to get their contents as .rst.txt file. If someone from Google is reading this, please fix that. Thanks!