civisanalytics / civis-python

Civis API Python Client
BSD 3-Clause "New" or "Revised" License
34 stars 26 forks source link

[CIVIS-2571] DOC split "API Resources" page into individual endpoint pages #471

Closed jacksonlee-civis closed 6 months ago

jacksonlee-civis commented 6 months ago

Before this pull request, the "API Resources" documentation page (from the auto-generated api_resources.html, compiled from the auto-generated api_resources.rst created by the Sphinx conf.py script) had all the endpoints and their methods included on one single page and therefore was slow to load and navigate. This pull request changes the "API Resources" page so that now it only shows the list of the endpoint names, and that each endpoint has its own separate page for details.