Skip to content

Commit 8fe9ee3

Browse files
committed
mkdocs: Add cross-linking object inventory for APIs
Now that the APIs have documentation websites with object inventories, we can configure so proper cross-linking is done and we can easily refer to API objects in the documentation. Signed-off-by: Leandro Lucarella <[email protected]>
1 parent d7c524d commit 8fe9ee3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

mkdocs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,9 @@ plugins:
105105
import:
106106
# See https://mkdocstrings.github.io/python/usage/#import for details
107107
- https://docs.python.org/3/objects.inv
108+
- https://frequenz-floss.github.io/frequenz-api-common/v0.3/objects.inv
108109
- https://frequenz-floss.github.io/frequenz-channels-python/v0.14/objects.inv
110+
- https://frequenz-floss.github.io/frequenz-api-microgrid/v0.15/objects.inv
109111
- https://grpc.github.io/grpc/python/objects.inv
110112
- https://networkx.org/documentation/stable/objects.inv
111113
- https://numpy.org/doc/stable/objects.inv

0 commit comments

Comments
 (0)