Skip to content

Commit d426dbf

Browse files
committed
API: Add cross-linking to common-api
Now that we depend on common-api v0.3.x+ we can cross-link the documentation. Signed-off-by: Leandro Lucarella <[email protected]>
1 parent cbdc8ed commit d426dbf

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

RELEASE_NOTES.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020

2121
### Cookiecutter template
2222

23-
2423
- Generated project's dependencies were bumped.
2524

2625
- Move `TODO`s so they are in their own line.
@@ -41,6 +40,8 @@
4140

4241
This is just to be nice to most editors and text files conventions, that likes it more if there is a `\n` at the end of the file.
4342

43+
- API: The common-api documentation now is cross-linked.
44+
4445
## Bug Fixes
4546

4647
<!-- Here goes notable bug fixes that are worth a special mention or explanation -->

cookiecutter/{{cookiecutter.github_repo_name}}/mkdocs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ plugins:
114114
- https://frequenz-floss.github.io/frequenz-channels-python/v0.14/objects.inv
115115
- https://frequenz-floss.github.io/frequenz-sdk-python/v0.22/objects.inv
116116
{%- elif cookiecutter.type == "api" %}
117+
- https://frequenz-floss.github.io/frequenz-api-common/v0.3/objects.inv
117118
- https://grpc.github.io/grpc/python/objects.inv
118119
{%- endif %}
119120
- https://typing-extensions.readthedocs.io/en/stable/objects.inv

tests_golden/integration/test_cookiecutter_generation/api/frequenz-api-test/mkdocs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ plugins:
110110
# TODO(cookiecutter): You might want to add other external references here
111111
# See https://mkdocstrings.github.io/python/usage/#import for details
112112
- https://docs.python.org/3/objects.inv
113+
- https://frequenz-floss.github.io/frequenz-api-common/v0.3/objects.inv
113114
- https://grpc.github.io/grpc/python/objects.inv
114115
- https://typing-extensions.readthedocs.io/en/stable/objects.inv
115116
- search

0 commit comments

Comments
 (0)