File tree Expand file tree Collapse file tree 3 files changed +4
-1
lines changed
cookiecutter/{{cookiecutter.github_repo_name}}
tests_golden/integration/test_cookiecutter_generation/api/frequenz-api-test Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 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.
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 -->
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments