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
13 changes: 7 additions & 6 deletions template/README.md.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,13 @@
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}}`
{% 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>
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>

This is where you should put some images or code snippets that illustrate
some relevant examples. If it is a library then you might put some
Expand Down
Loading