protobuf/python/.repo-metadata.json
Tim Swast d1f4e25e15
python: publish sphinx docs to googleapis.dev
**Background:**

This is a follow-up to the PR that adds sphinx docs.

Googleapis.dev hosts client library documentation for several languages as
well as documentation for core packages such as google-api-core. It is owned
and maintained by the Cloud DevRel Core team.

**About this change:**

The `kokoro/docs/publish-python.sh` script builds the docs with sphinx, then
uses the [googleapis/docuploader](https://github.com/googleapis/docuploader)
tool to publish to googleapis.dev. The publish script is triggered manually
with a Kokoro RELEASE type job. Googlers, see go link
protobuf-docs-python-design for additional internal references.
2020-02-11 13:55:20 -06:00

12 lines
432 B
JSON

{
"name": "protobuf",
"name_pretty": "Protocol Buffers",
"product_documentation": "https://developers.google.com/protocol-buffers ",
"client_documentation": "https://developers.google.com/protocol-buffers/docs/pythontutorial",
"issue_tracker": "https://github.com/protocolbuffers/protobuf/issues",
"release_level": "ga",
"language": "python",
"repo": "protocolbuffers/protobuf ",
"distribution_name": "protobuf"
}