Skip to content

Commit 1083300

Browse files
committed
pydoctor --quiet
sdk-python(dan-9986-serialization-context અ ) poe gen-docs Poe => uv run scripts/gen_docs.py Generating documentation... /Users/dan/src/temporal/repos/sdk-python/temporalio/activity.py:291: Cannot find link target for "async def" /Users/dan/src/temporal/repos/sdk-python/temporalio/client.py:7538: ambiguous ref to connect, could be temporalio.client.Client.connect, temporalio.client.CloudOperationsClient.connect /Users/dan/src/temporal/repos/sdk-python/temporalio/client.py:7538: Cannot find link target for "connect" /Users/dan/src/temporal/repos/sdk-python/temporalio/client.py:7538: ambiguous ref to connect, could be temporalio.client.Client.connect, temporalio.client.CloudOperationsClient.connect /Users/dan/src/temporal/repos/sdk-python/temporalio/client.py:7538: Cannot find link target for "connect" /Users/dan/src/temporal/repos/sdk-python/temporalio/contrib/openai_agents/workflow.py:63: Documented parameter "For other arguments" does not exist /Users/dan/src/temporal/repos/sdk-python/temporalio/contrib/openai_agents/workflow.py:64: Documented parameter "refer to workflow start_activity" does not exist /Users/dan/src/temporal/repos/sdk-python/temporalio/contrib/openai_agents/workflow.py:176: Documented parameter "fn" does not exist /Users/dan/src/temporal/repos/sdk-python/temporalio/envconfig.py:187: Cannot find link target for "to_connect_config" /Users/dan/src/temporal/repos/sdk-python/temporalio/envconfig.py:307: Cannot find link target for "temporalio.envconfig.ClientConfigProfile.to_connect_config", resolved from "ClientConfigProfile.to_connect_config" /Users/dan/src/temporal/repos/sdk-python/temporalio/envconfig.py:308: Cannot find link target for "load_profile" /Users/dan/src/temporal/repos/sdk-python/temporalio/nexus/_operation_handlers.py:112: Documented parameter "to pass to the workflow cancel method." does not exist, variable keywords should be documented with the "Keyword Arguments" section /Users/dan/src/temporal/repos/sdk-python/temporalio/nexus/_util.py:128: Cannot find link target for "Operation" /Users/dan/src/temporal/repos/sdk-python/temporalio/nexus/_util.py:42: Cannot find link target for "start" /Users/dan/src/temporal/repos/sdk-python/temporalio/nexus/_util.py:161: Cannot find link target for "obj" /Users/dan/src/temporal/repos/sdk-python/temporalio/nexus/_util.py:148: Cannot find link target for "OperationHandler" /Users/dan/src/temporal/repos/sdk-python/temporalio/worker/_workflow.py:620: Cannot find link target for "message" /Users/dan/src/temporal/repos/sdk-python/temporalio/worker/_workflow.py:620: Cannot find link target for "replacement_tb" /Users/dan/src/temporal/repos/sdk-python/temporalio/worker/workflow_sandbox/_importer.py:307: Cannot find link target for "_Environment.maybe_restrict_module" (you can link to external docs with --intersphinx) /Users/dan/src/temporal/repos/sdk-python/temporalio/worker/_interceptor.py:471: Cannot find link target for "temporalio.workflow.start_nexus_operation" /Users/dan/src/temporal/repos/sdk-python/temporalio/worker/_tuning.py:77: Cannot find link target for "CompositeTuner" /Users/dan/src/temporal/repos/sdk-python/temporalio/worker/_tuning.py:30: Cannot find link target for "ResourceBasedTuner" /Users/dan/src/temporal/repos/sdk-python/temporalio/worker/_worker.py:164: Cannot find link target for "@nexusrpc.handler.service_handler" (you can link to external docs with --intersphinx) /Users/dan/src/temporal/repos/sdk-python/temporalio/worker/_worker.py:189: Cannot find link target for "async def" /Users/dan/src/temporal/repos/sdk-python/temporalio/worker/_worker.py:300: ambiguous ref to build_id, could be temporalio.worker.ReplayerConfig.build_id, temporalio.worker.WorkerConfig.build_id, temporalio.worker.WorkerDeploymentVersion.build_id /Users/dan/src/temporal/repos/sdk-python/temporalio/worker/_worker.py:300: Cannot find link target for "build_id" /Users/dan/src/temporal/repos/sdk-python/temporalio/worker/_worker.py:315: ambiguous ref to build_id, could be temporalio.worker.ReplayerConfig.build_id, temporalio.worker.WorkerConfig.build_id, temporalio.worker.WorkerDeploymentVersion.build_id /Users/dan/src/temporal/repos/sdk-python/temporalio/worker/_worker.py:315: Cannot find link target for "build_id" /Users/dan/src/temporal/repos/sdk-python/temporalio/worker/_worker.py:316: ambiguous ref to use_worker_versioning, could be temporalio.worker.WorkerConfig.use_worker_versioning, temporalio.worker.WorkerDeploymentConfig.use_worker_versioning /Users/dan/src/temporal/repos/sdk-python/temporalio/worker/_worker.py:316: Cannot find link target for "use_worker_versioning" /Users/dan/src/temporal/repos/sdk-python/temporalio/common.py:1091: Cannot find link target for "." (you can link to external docs with --intersphinx) /Users/dan/src/temporal/repos/sdk-python/temporalio/worker/_workflow_instance.py:180: Documented parameter "codec will have serialization context set appropriately for that command." does not exist /Users/dan/src/temporal/repos/sdk-python/temporalio/workflow.py:4301: Cannot find link target for "Workflow.get_current_details" (you can link to external docs with --intersphinx) /Users/dan/src/temporal/repos/sdk-python/temporalio/workflow.py:5247: Cannot find link target for "await"
1 parent 3d841d9 commit 1083300

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/gen_docs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
print("Generating documentation...")
99

1010
# Run pydoctor
11-
subprocess.check_call("pydoctor")
11+
subprocess.check_call(["pydoctor", "--quiet"])
1212

1313
# Copy favicon
1414
shutil.copyfile(

0 commit comments

Comments
 (0)