File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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- What | Where
14- :---: | :---:
15- Source | <{{repo_url}}>
16- {% if pypi %} PyPI | `pip install {{distribution_name}}`{% endif %}
17- {% if docker %} Docker | `docker run ghcr.io/{{github_org | lower}}/{{repo_name}}:latest`{% endif %}
18- {% if sphinx %} Documentation | <{{docs_url}}>{% endif %}
19- Releases | <{{repo_url}}/releases>
13+ {# #} What | Where
14+ {# #} :---: | :---:
15+ {# #} Source | <{{repo_url}}>
16+ {% if pypi %} PyPI | `pip install {{distribution_name}}`
17+ {% endif %}{% if docker %} Docker | `docker run ghcr.io/{{github_org | lower}}/{{repo_name}}:latest`
18+ {% endif %}{% if sphinx %} Documentation | <{{docs_url}}>
19+ {% endif %} Releases | <{{repo_url}}/releases>
2020
2121This is where you should put some images or code snippets that illustrate
2222some relevant examples. If it is a library then you might put some
You can’t perform that action at this time.
0 commit comments