rossant / ipycache

Defines a %%cache cell magic in the IPython notebook to cache results of long-lasting computations in a persistent pickle file
BSD 3-Clause "New" or "Revised" License
139 stars 35 forks source link

Remove README and README.rst, keeping README.md #53

Closed mbrukman closed 2 years ago

mbrukman commented 2 years ago

The plain-text README is actually the same content as README.rst, but README.md is the one that has been maintained more and has strictly more information than any of the others, and it's the one that's rendered by default on GitHub UI.

README and README.rst are the same (ignoring whitespace diffs via -b):

$ diff -b README README.rst
$

Closes https://github.com/rossant/ipycache/issues/51