Skip to content

Commit 2103094

Browse files
committed
fix README.rst syntax and Makefile
Signed-off-by: Stephen L. <[email protected]>
1 parent aa115e5 commit 2103094

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ testnose:
2929

3030
testsetup:
3131
python setup.py check --restructuredtext --strict
32-
python setup.py make none
32+
#python setup.py make none
3333

3434
testcoverage:
3535
python -c "import shutil; shutil.rmtree('.coverage', True)"
@@ -61,7 +61,7 @@ pypi:
6161
twine upload dist/*
6262

6363
buildupload:
64-
#@+make testsetup
64+
@+make testsetup
6565
@+make build
66-
#@+make pypimeta
66+
@+make pypimeta
6767
@+make pypi

README.rst

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1030,12 +1030,13 @@ There are a few studies about the most resilient file formats, such as:
10301030
* `"A guide to formats", by The UK national archives <http://www.nationalarchives.gov.uk/documents/information-management/guide-to-formats.pdf>`_ (you want to look at the Recoverability entry in each table).
10311031

10321032
- What is Reed-Solomon?
1033-
If you have any question about Reed-Solomon codes, the best place to ask is probably here (with the incredible Dilip Sarwate):
1034-
http://www.dsprelated.com/groups/comp.dsp/1.php?searchfor=reed%20solomon
1033+
1034+
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
10351035

10361036
Also, you may want to read the following resources:
1037-
* "`Reed-Solomon codes for coders <https://en.wikiversity.org/wiki/Reed%E2%80%93Solomon_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.
1038-
* "Algebraic codes for data transmission", Blahut, Richard E., 2003, Cambridge university press. `Readable online on Google Books <https://books.google.fr/books?id=eQs2i-R9-oYC&lpg=PR11&ots=atCPQJm3OJ&dq=%22Algebraic%20codes%20for%20data%20transmission%22%2C%20Blahut%2C%20Richard%20E.%2C%202003%2C%20Cambridge%20university%20press.&lr&hl=fr&pg=PA193#v=onepage&q=%22Algebraic%20codes%20for%20data%20transmission%22,%20Blahut,%20Richard%20E.,%202003,%20Cambridge%20university%20press.&f=false>`_.
1037+
1038+
* "`Reed-Solomon codes for coders <https://en.wikiversity.org/wiki/Reed%E2%80%93Solomon_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.
1039+
* "Algebraic codes for data transmission", Blahut, Richard E., 2003, Cambridge university press. `Readable online on Google Books <https://books.google.fr/books?id=eQs2i-R9-oYC&lpg=PR11&ots=atCPQJm3OJ&dq=%22Algebraic%20codes%20for%20data%20transmission%22%2C%20Blahut%2C%20Richard%20E.%2C%202003%2C%20Cambridge%20university%20press.&lr&hl=fr&pg=PA193#v=onepage&q=%22Algebraic%20codes%20for%20data%20transmission%22,%20Blahut,%20Richard%20E.,%202003,%20Cambridge%20university%20press.&f=false>`_.
10391040

10401041

10411042
.. |Example| image:: https://raw.githubusercontent.com/lrq3000/pyFileFixity/master/tux-example.jpg

0 commit comments

Comments
 (0)