From 9f86a600d70baad4695bb8d66cef6b3e2c1c9407 Mon Sep 17 00:00:00 2001 From: PyYoshi Date: Wed, 8 May 2013 12:31:40 +0900 Subject: [PATCH] readme: fix link, change few design --- README.markdown | 8 ++++---- README.rst | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.markdown b/README.markdown index fb7bd56..0c73d59 100644 --- a/README.markdown +++ b/README.markdown @@ -82,7 +82,7 @@ $ nosetests --nocapture tests.py ``` ## Benchmark -code: [tests.TestCchardetSpeed](https://github.com/PyYoshi/cChardet/blob/master/test/tests.py#L415) +code: [tests.TestCchardetSpeed](https://github.com/PyYoshi/cChardet/blob/master/test/tests.py#L461) sample: [test/testdata/wikipediaJa_One_Thousand_and_One_Nights_SJIS.txt](https://github.com/PyYoshi/cChardet/blob/master/test/testdata/wikipediaJa_One_Thousand_and_One_Nights_SJIS.txt) @@ -107,17 +107,17 @@ Platform: Kubuntu 12.04 amd64, Python 2.7.3 64-bit -### License +## License * The MIT License: [src/cchardet](https://github.com/PyYoshi/cChardet/tree/master/src/cchardet) * Other Libraries License: Please, look at the [src/ext](https://github.com/PyYoshi/cChardet/tree/master/src/ext) directory. -### Thanks +## Thanks * [uchardet-enhanced](https://bitbucket.org/medoc/uchardet-enhanced/overview) * [Cython](http://www.cython.org/) -### Contact +## Contact [My blog](http://blog.remu.biz) [Issues](https://github.com/PyYoshi/cChardet/issues?page=1&state=open) diff --git a/README.rst b/README.rst index 8553537..8fc3fd8 100644 --- a/README.rst +++ b/README.rst @@ -94,7 +94,7 @@ Benchmark --------- code: -`tests.TestCchardetSpeed `_ +`tests.TestCchardetSpeed `_ sample: `test/testdata/wikipediaJa\_One\_Thousand\_and\_One\_Nights\_SJIS.txt `_ @@ -118,7 +118,7 @@ Result: cchardet: 1012.97 (call/s) License -~~~~~~~ +-------------- - The MIT License: `src/cchardet `_ @@ -128,14 +128,14 @@ License directory. Thanks -~~~~~~ +-------------- - `uchardet-enhanced `_ - `Cython `_ Contact -~~~~~~~ +-------------- `My blog `_