Re: Renaming README -> README.rst etc?
Peter Cock <[email protected]> Thu, 23 Feb 2017 17:23:10 +0000
| Newsgroups | gmane.comp.python.bio.devel |
|---|---|
| Message-ID | <CAKVJ-_5+xe4aTiWnGnhQV9fPCu2WG+PTdxr7-M52XAMcmfFicw@mail.gmail.com> |
Proposed pull request making this switch: https://github.com/biopython/biopython/pull/1067 There was more cleanup required than I expected to get the files accepted as valid reStructuredText and rendered nicely. Given this touches several rapidly changing files (NEWS and CONTRIB in particular), I'd prefer to merge this sooner rather than later. Comments please (here or on the pull request), thanks! Peter On Fri, Feb 10, 2017 at 12:16 PM, Peter Cock <[email protected]> wrote: > Dear Biopythoneers, > > Would anyone object to renaming these files: > > README --> README.rst (shown on GitHub main page) > LICENSE --> LICENCE.rst (recently edited) > CONTRIBUTING --> CONTRIBUTING.rst (new file) > > We could leave a symlink for the long standing naming for the > README and LICENSE file (currently done the other way > round so that GitHub will render the README using the > reStructuredText markup). > > I was previously reluctant, but text markup file extensions like > *.md (markdown) and *.rst are now quite widely used. > > This will require minor updates to the MANIFEST.in file, and > to our documentation where the old filenames may occur. > > Peter > > P.S. This was prompted by finding GitHub fails to nicely render > CONTRIBUTING.rst when it is only a symlink; see also > https://help.github.com/articles/setting-guidelines-for-repository-contributors/