File tree Expand file tree Collapse file tree 8 files changed +8
-1
lines changed
cookiecutter/{{cookiecutter.github_repo_name}}
tests_golden/integration/test_cookiecutter_generation
actor/frequenz-actor-test
model/frequenz-model-test Expand file tree Collapse file tree 8 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 1818
1919### Cookiecutter template
2020
21- <!-- Here new features for cookiecutter specifically -->
21+ - Show a link to the documentation in PyPI.
2222
2323## Bug Fixes
2424
Original file line number Diff line number Diff line change @@ -111,6 +111,7 @@ dev = [
111111]
112112
113113[project .urls ]
114+ Documentation = " https://{{cookiecutter.github_org}}.github.io/{{cookiecutter.github_repo_name}}/"
114115Changelog = " https://github.com/{{cookiecutter.github_org}}/{{cookiecutter.github_repo_name}}/releases"
115116Issues = " https://github.com/{{cookiecutter.github_org}}/{{cookiecutter.github_repo_name}}/issues"
116117Repository = " https://github.com/{{cookiecutter.github_org}}/{{cookiecutter.github_repo_name}}"
Original file line number Diff line number Diff line change @@ -112,6 +112,7 @@ dev = [
112112]
113113
114114[project .urls ]
115+ Documentation = " https://frequenz-floss.github.io/frequenz-repo-config-python/"
115116Changelog = " https://github.com/frequenz-floss/frequenz-repo-config-python/releases"
116117Issues = " https://github.com/frequenz-floss/frequenz-repo-config-python/issues"
117118Repository = " https://github.com/frequenz-floss/frequenz-repo-config-python"
Original file line number Diff line number Diff line change @@ -88,6 +88,7 @@ dev = [
8888]
8989
9090[project .urls ]
91+ Documentation = " https://frequenz-floss.github.io/frequenz-actor-test/"
9192Changelog = " https://github.com/frequenz-floss/frequenz-actor-test/releases"
9293Issues = " https://github.com/frequenz-floss/frequenz-actor-test/issues"
9394Repository = " https://github.com/frequenz-floss/frequenz-actor-test"
Original file line number Diff line number Diff line change @@ -84,6 +84,7 @@ dev = [
8484]
8585
8686[project .urls ]
87+ Documentation = " https://frequenz-floss.github.io/frequenz-api-test/"
8788Changelog = " https://github.com/frequenz-floss/frequenz-api-test/releases"
8889Issues = " https://github.com/frequenz-floss/frequenz-api-test/issues"
8990Repository = " https://github.com/frequenz-floss/frequenz-api-test"
Original file line number Diff line number Diff line change @@ -87,6 +87,7 @@ dev = [
8787]
8888
8989[project .urls ]
90+ Documentation = " https://frequenz-floss.github.io/frequenz-app-test/"
9091Changelog = " https://github.com/frequenz-floss/frequenz-app-test/releases"
9192Issues = " https://github.com/frequenz-floss/frequenz-app-test/issues"
9293Repository = " https://github.com/frequenz-floss/frequenz-app-test"
Original file line number Diff line number Diff line change @@ -84,6 +84,7 @@ dev = [
8484]
8585
8686[project .urls ]
87+ Documentation = " https://frequenz-floss.github.io/frequenz-test-python/"
8788Changelog = " https://github.com/frequenz-floss/frequenz-test-python/releases"
8889Issues = " https://github.com/frequenz-floss/frequenz-test-python/issues"
8990Repository = " https://github.com/frequenz-floss/frequenz-test-python"
Original file line number Diff line number Diff line change @@ -88,6 +88,7 @@ dev = [
8888]
8989
9090[project .urls ]
91+ Documentation = " https://frequenz-floss.github.io/frequenz-model-test/"
9192Changelog = " https://github.com/frequenz-floss/frequenz-model-test/releases"
9293Issues = " https://github.com/frequenz-floss/frequenz-model-test/issues"
9394Repository = " https://github.com/frequenz-floss/frequenz-model-test"
You can’t perform that action at this time.
0 commit comments