Skip to content

Commit c0b38bd

Browse files
authored
Add gRPC Python API cross referencing (#14)
Grcp channels are part of the public interface. See https://frequenz-floss.github.io/frequenz-dispatch-python/v0.0-dev/reference/frequenz/dispatch/#frequenz.dispatch.Dispatcher.__init__ for example.
2 parents 40456d6 + 0f067f4 commit c0b38bd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

mkdocs.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,9 +115,10 @@ plugins:
115115
# See https://mkdocstrings.github.io/python/usage/#import for details
116116
- https://docs.python.org/3/objects.inv
117117
- https://frequenz-floss.github.io/frequenz-channels-python/v0.16/objects.inv
118+
- https://frequenz-floss.github.io/frequenz-client-dispatch-python/v0.1/objects.inv
118119
- https://frequenz-floss.github.io/frequenz-sdk-python/v1.0-pre/objects.inv
120+
- https://grpc.github.io/grpc/python/objects.inv
119121
- https://typing-extensions.readthedocs.io/en/stable/objects.inv
120-
- https://frequenz-floss.github.io/frequenz-client-dispatch-python/v0.1/objects.inv
121122
# Note this plugin must be loaded after mkdocstrings to be able to use macros
122123
# inside docstrings. See the comment in `docs/_scripts/macros.py` for more
123124
# details

0 commit comments

Comments
 (0)