Generate documentation for internal.container. (#7294)
Since our (public) generated APIs document their use of repeated fields, we should probably document its API, too. This includes some changes to generate_docs.py to explicitly allow named modules, since the repeated field implementation lives in the "internal" tree.pull/7417/head
parent
18950451c7
commit
c953182fa9
3 changed files with 49 additions and 8 deletions
@ -0,0 +1,21 @@ |
||||
.. DO NOT EDIT, generated by generate_docs.py. |
||||
|
||||
.. ifconfig:: build_env == 'readthedocs' |
||||
|
||||
.. warning:: |
||||
|
||||
You are reading the documentation for the `latest committed changes |
||||
<https://github.com/protocolbuffers/protobuf/tree/master/python>`_ of |
||||
the `Protocol Buffers package for Python |
||||
<https://developers.google.com/protocol-buffers/docs/pythontutorial>`_. |
||||
Some features may not yet be released. Read the documentation for the |
||||
latest released package at `googleapis.dev |
||||
<https://googleapis.dev/python/protobuf/latest/>`_. |
||||
|
||||
google.protobuf.internal.containers |
||||
=================================== |
||||
|
||||
.. automodule:: google.protobuf.internal.containers |
||||
:members: |
||||
:inherited-members: |
||||
:undoc-members: |
Loading…
Reference in new issue