-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enable autodocs for python client library API documentation #7082
Conversation
bf1e983
to
aeca9e3
Compare
aeca9e3
to
28ab5d9
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
@@ -30,6 +30,7 @@ FROM ubuntu:22.04 | |||
RUN apt-get update -q=2 \ | |||
&& apt-get install -y --no-install-recommends \ | |||
build-essential \ | |||
curl \ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please, update copyright
@@ -108,6 +108,7 @@ examples/jetson/concurrency_and_dynamic_batching/README | |||
:caption: Client | |||
|
|||
client/README | |||
_reference/tritonclient_api.rst |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
copyright
|
||
#PROTOBUFFILES = $(wildcard ../triton/proto/*.proto) | ||
|
||
# Put it first so that "make" without argument is like "make help". | ||
help: | ||
@$(SPHINXBUILD) -M help "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O) | ||
|
||
.PHONY: help Makefile | ||
clean: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
copyright
The changes uses sphinx autosummary to recursively pick extract the documentation from the tritonclient package.