Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions template/README.md.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,10 @@
This is where you should write a short paragraph that describes what your module does,
how it does it, and why people should use it.

{% if True %}Source | <{{repo_url}}>
{% endif %}{% if True %}:---: | :---:
{% endif %}{% if pypi %}PyPI | `pip install {{distribution_name}}`
{# #}What | Where
{# #}:---: | :---:
{# #}Source | <{{repo_url}}>
{% if pypi %}PyPI | `pip install {{distribution_name}}`
{% endif %}{% if docker %}Docker | `docker run ghcr.io/{{github_org | lower}}/{{repo_name}}:latest`
{% endif %}{% if sphinx %}Documentation | <{{docs_url}}>
{% endif %}Releases | <{{repo_url}}/releases>
Expand Down