diff options
author | James Ennis <james.ennis@codethink.co.uk> | 2019-09-12 16:00:19 +0100 |
---|---|---|
committer | bst-marge-bot <marge-bot@buildstream.build> | 2019-09-13 16:17:36 +0000 |
commit | 10acf4d93a953137b5598a6359e650850060a817 (patch) | |
tree | c1f755ad1fb1aa5cad3c6d1eebd6b07ca791b965 | |
parent | 585875a1c0d530009e70041609dc4f82549fdea5 (diff) | |
download | buildstream-10acf4d93a953137b5598a6359e650850060a817.tar.gz |
grpc_protocol.rst: Rename title to be more descriptive
-rw-r--r-- | doc/source/hacking/grpc_protocols.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/source/hacking/grpc_protocols.rst b/doc/source/hacking/grpc_protocols.rst index 5347aaaa3..9ac650fde 100644 --- a/doc/source/hacking/grpc_protocols.rst +++ b/doc/source/hacking/grpc_protocols.rst @@ -2,8 +2,8 @@ .. _protocol_buffers: -Protocol buffers ----------------- +Generating protocol buffers +--------------------------- BuildStream uses protobuf and gRPC for serialization and communication with artifact cache servers. This requires ``.proto`` files and Python code generated from the ``.proto`` files using protoc. All these files live in the |