From 2103094f09cae49f72ab293d26d4778127214126 Mon Sep 17 00:00:00 2001 From: Stephen L Date: Fri, 9 Dec 2022 05:21:50 +0100 Subject: [PATCH] fix README.rst syntax and Makefile Signed-off-by: Stephen L. --- Makefile | 6 +++--- README.rst | 9 +++++---- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/Makefile b/Makefile index 1ed1b96..e64913c 100644 --- a/Makefile +++ b/Makefile @@ -29,7 +29,7 @@ testnose: testsetup: python setup.py check --restructuredtext --strict - python setup.py make none + #python setup.py make none testcoverage: python -c "import shutil; shutil.rmtree('.coverage', True)" @@ -61,7 +61,7 @@ pypi: twine upload dist/* buildupload: - #@+make testsetup + @+make testsetup @+make build - #@+make pypimeta + @+make pypimeta @+make pypi diff --git a/README.rst b/README.rst index 28e3bac..b9452d3 100644 --- a/README.rst +++ b/README.rst @@ -1030,12 +1030,13 @@ There are a few studies about the most resilient file formats, such as: * `"A guide to formats", by The UK national archives `_ (you want to look at the Recoverability entry in each table). - What is Reed-Solomon? -If you have any question about Reed-Solomon codes, the best place to ask is probably here (with the incredible Dilip Sarwate): - http://www.dsprelated.com/groups/comp.dsp/1.php?searchfor=reed%20solomon + +If you have any question about Reed-Solomon codes, the best place to ask is probably here (with the incredible Dilip Sarwate): http://www.dsprelated.com/groups/comp.dsp/1.php?searchfor=reed%20solomon Also, you may want to read the following resources: -* "`Reed-Solomon codes for coders `_", free practical beginner's tutorial with Python code examples on WikiVersity. Partially written by one of the authors of the present software. -* "Algebraic codes for data transmission", Blahut, Richard E., 2003, Cambridge university press. `Readable online on Google Books `_. + + * "`Reed-Solomon codes for coders `_", free practical beginner's tutorial with Python code examples on WikiVersity. Partially written by one of the authors of the present software. + * "Algebraic codes for data transmission", Blahut, Richard E., 2003, Cambridge university press. `Readable online on Google Books `_. .. |Example| image:: https://raw.githubusercontent.com/lrq3000/pyFileFixity/master/tux-example.jpg