diff --git a/README.txt b/README.rst similarity index 86% rename from README.txt rename to README.rst index c864df2..49a1cb2 100644 --- a/README.txt +++ b/README.rst @@ -14,15 +14,15 @@ Installation There are several options for installation: - * From scratch: +* From scratch: - * pip install --user + ``pip install --user`` - * From a fresh git checkout: +* From a fresh git checkout: - * python setup.py develop + ``python setup.py develop`` - * python setup.py install + ``python setup.py install`` Documentation diff --git a/skdata/data/README.txt b/skdata/data/README.rst similarity index 100% rename from skdata/data/README.txt rename to skdata/data/README.rst diff --git a/skdata/images/README.txt b/skdata/images/README.rst similarity index 100% rename from skdata/images/README.txt rename to skdata/images/README.rst