Skip to content

Commit 9d53935

Browse files
author
Janneke van der Zwaan
committed
.md to .rst
1 parent b786417 commit 9d53935

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
include LICENSE
2-
include README.md
2+
include README.rst

{{cookiecutter.project_slug}}/README.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ Coding style conventions and code quality
8787
* You can use ``yapf`` to fix the readability of your code style and ``isort`` to format and group your imports
8888
* `Relevant section in the guide <https://guide.esciencecenter.nl/languages/python.html#coding-style-conventions>`_
8989

90-
CHANGELOG.md
90+
CHANGELOG.rst
9191
------------
9292

9393
* Document changes to your software package
@@ -101,13 +101,13 @@ CITATION.cff
101101
* To generate a CITATION.cff file given a DOI, use `doi2cff <https://github.com/citation-file-format/doi2cff>`_.
102102
* `Relevant section in the guide <https://guide.esciencecenter.nl/software/documentation.html#citation-file>`_
103103

104-
CODE_OF_CONDUCT.md
104+
CODE_OF_CONDUCT.rst
105105
------------------
106106

107107
* Information about how to behave professionally
108108
* `Relevant section in the guide <https://guide.esciencecenter.nl/software/documentation.html#code-of-conduct>`_
109109

110-
CONTRIBUTING.md
110+
CONTRIBUTING.rst
111111
---------------
112112

113113
* Information about how to contribute to this software package
@@ -155,7 +155,7 @@ Contributing
155155
************
156156

157157
If you want to contribute to the development of {{ cookiecutter.project_name }},
158-
have a look at the `contribution guidelines <CONTRIBUTING.md>`_.
158+
have a look at the `contribution guidelines <CONTRIBUTING.rst>`_.
159159

160160
License
161161
*******

0 commit comments

Comments
 (0)