Closed JWCook closed 2 years ago
Be my guest! Personally I really like request-rate-limiter doc. Its yours, isnt't?
Thanks! Yes, I started requests-ratelimiter based on some of the ideas we talked about in #35. If you have any feedback on that I'd appreciate it.
I can make the pyrate-limiter docs look pretty much the same as https://requests-ratelimiter.readthedocs.io: one page for the user guide, and a section for API reference with one page per module. And you can see an example of a larger documentation site (built with mostly the same tools) here: https://requests-cache.readthedocs.io. But hopefully this library won't get as complicated as that one.
Since this library appears to be reasonably popular now, I think it deserves its own documentation site!
For now, this could just consist of the Readme contents plus some auto-generated API docs with sphinx-autodoc. Later on, as more features and docs are added, it might be beneficial to split up the user guide into multiple pages instead of putting everything in the Readme. You can decide how you want to organize it, though.
I would be happy to set up the Sphinx build and a site on readthedocs.io. Just started a project here. All I would need from you is to add a webhook to this repo that will trigger doc builds. There are two ways to do that:
application/json
More details here: https://docs.readthedocs.io/en/stable/integrations.html