File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 1010This is where you should write a short paragraph that describes what your module does,
1111how it does it, and why people should use it.
1212
13- Source | <{{repo_url}}>
14- :---: | :---:
15- {% if pypi %} PyPI | `pip install {{distribution_name}}`{% endif %}
16- {% if docker %} Docker | `docker run ghcr.io/{{github_org | lower}}/{{repo_name}}:latest`
17- {% endif %}{% if sphinx %} Documentation | <{{docs_url}}>{% endif %}
18- Releases | <{{repo_url}}/releases>
13+ {% if True %} Source | <{{repo_url}}>
14+ {% endif %}{% if True %} :---: | :---:
15+ {% endif %}{% if pypi %} PyPI | `pip install {{distribution_name}}`
16+ {% endif %}{% if docker %} Docker | `docker run ghcr.io/{{github_org | lower}}/{{repo_name}}:latest`
17+ {% endif %}{% if sphinx %} Documentation | <{{docs_url}}>
18+ {% endif %} Releases | <{{repo_url}}/releases>
1919
2020This is where you should put some images or code snippets that illustrate
2121some relevant examples. If it is a library then you might put some
You can’t perform that action at this time.
0 commit comments