Closed JKDingwall closed 2 months ago
I'm not sure how to test the changes to make sure that they render correctly and that the :ref:\
document endpoint <api/doc>`` works as expected.
@JKDingwall thank you for your PR. It looks
To check it locally, cd src/docs
and run ./setup/.sh
. That should setup a python venv with all dependencies.
Then run make check
to check for basic formatting issues (line lengths, empty lines), then run make html
to build the html docs.
To view them locally open build/html/index.html
that opens the browser (on macos at least) to the built docs page.
Your PR's result looks like this:
The PR merged. Thank you for your contribution, @JKDingwall
Overview
Update the documentation for /{db}/_bulk_get to reference the /{db}/{docid} query parameters. This code indicates that they share the same query parsing function:
Related Issues or Pull Requests
Checklist
rel/overlay/etc/default.ini
src/docs
folder