We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2efedb5 commit f28fde1Copy full SHA for f28fde1
template/README.md.jinja
@@ -13,8 +13,8 @@ how it does it, and why people should use it.
13
Source | <{{repo_url}}>
14
:---: | :---:
15
PyPI | `pip install {{distribution_name}}`
16
-{% if docker %}Docker | `docker run ghcr.io/{{github_org | lower}}/{{repo_name}}:latest`{% endif %}
17
-{% if sphinx %}Documentation | <{{docs_url}}>{% endif %}
+{% if docker %}Docker | `docker run ghcr.io/{{github_org | lower}}/{{repo_name}}:latest`
+{% endif %}{% if sphinx %}Documentation | <{{docs_url}}>{% endif %}
18
Releases | <{{repo_url}}/releases>
19
20
This is where you should put some images or code snippets that illustrate
0 commit comments