jazzband / pip-tools

A set of tools to keep your pinned Python dependencies fresh.
https://pip-tools.rtfd.io
BSD 3-Clause "New" or "Revised" License
7.69k stars 610 forks source link

Generate API spec page #1999

Open chrysle opened 11 months ago

chrysle commented 11 months ago

We should start doing that, then. I usually integrate sphinxcontrib-apidoc for automatic generation like this: https://github.com/cherrypy/cheroot/commit/cb9d3f46aa755d63e85d539a2efb7d1fa8f53935. Later on, I remembered to mark the ToC section as private: https://cheroot.cherrypy.dev/en/latest/pkg/modules/.

_Originally posted by @webknjaz in https://github.com/jazzband/pip-tools/pull/1981#discussion_r1353607650_

I'll have a look at this, thanks for the hints!