Skip to content

Commit dc6564e

Browse files
authored
refactor: Reformat link table template in README (#322)
Having the source and repo link as a 'normal' row makes it clearer what is going on and stops 'Source' looking like a description of the other link types.
1 parent d220299 commit dc6564e

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

template/README.md.jinja

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,10 @@
1010
This is where you should write a short paragraph that describes what your module does,
1111
how it does it, and why people should use it.
1212

13-
{% if True %}Source | <{{repo_url}}>
14-
{% endif %}{% if True %}:---: | :---:
15-
{% endif %}{% if pypi %}PyPI | `pip install {{distribution_name}}`
13+
{# #}What | Where
14+
{# #}:---: | :---:
15+
{# #}Source | <{{repo_url}}>
16+
{% if pypi %}PyPI | `pip install {{distribution_name}}`
1617
{% endif %}{% if docker %}Docker | `docker run ghcr.io/{{github_org | lower}}/{{repo_name}}:latest`
1718
{% endif %}{% if sphinx %}Documentation | <{{docs_url}}>
1819
{% endif %}Releases | <{{repo_url}}/releases>

0 commit comments

Comments
 (0)