readme: fix link, change few design
This commit is contained in:
parent
9879cf926a
commit
9f86a600d7
2 changed files with 8 additions and 8 deletions
|
@ -82,7 +82,7 @@ $ nosetests --nocapture tests.py
|
||||||
```
|
```
|
||||||
|
|
||||||
## Benchmark
|
## 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)
|
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
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
### License
|
## License
|
||||||
* The MIT License: [src/cchardet](https://github.com/PyYoshi/cChardet/tree/master/src/cchardet)
|
* 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.
|
* 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)
|
* [uchardet-enhanced](https://bitbucket.org/medoc/uchardet-enhanced/overview)
|
||||||
|
|
||||||
* [Cython](http://www.cython.org/)
|
* [Cython](http://www.cython.org/)
|
||||||
|
|
||||||
### Contact
|
## Contact
|
||||||
[My blog](http://blog.remu.biz)
|
[My blog](http://blog.remu.biz)
|
||||||
|
|
||||||
[Issues](https://github.com/PyYoshi/cChardet/issues?page=1&state=open)
|
[Issues](https://github.com/PyYoshi/cChardet/issues?page=1&state=open)
|
||||||
|
|
|
@ -94,7 +94,7 @@ Benchmark
|
||||||
---------
|
---------
|
||||||
|
|
||||||
code:
|
code:
|
||||||
`tests.TestCchardetSpeed <https://github.com/PyYoshi/cChardet/blob/master/test/tests.py#L415>`_
|
`tests.TestCchardetSpeed <https://github.com/PyYoshi/cChardet/blob/master/test/tests.py#L461>`_
|
||||||
|
|
||||||
sample:
|
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>`_
|
`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>`_
|
||||||
|
@ -118,7 +118,7 @@ Result:
|
||||||
cchardet: 1012.97 (call/s)
|
cchardet: 1012.97 (call/s)
|
||||||
|
|
||||||
License
|
License
|
||||||
~~~~~~~
|
--------------
|
||||||
|
|
||||||
- The MIT License:
|
- The MIT License:
|
||||||
`src/cchardet <https://github.com/PyYoshi/cChardet/tree/master/src/cchardet>`_
|
`src/cchardet <https://github.com/PyYoshi/cChardet/tree/master/src/cchardet>`_
|
||||||
|
@ -128,14 +128,14 @@ License
|
||||||
directory.
|
directory.
|
||||||
|
|
||||||
Thanks
|
Thanks
|
||||||
~~~~~~
|
--------------
|
||||||
|
|
||||||
- `uchardet-enhanced <https://bitbucket.org/medoc/uchardet-enhanced/overview>`_
|
- `uchardet-enhanced <https://bitbucket.org/medoc/uchardet-enhanced/overview>`_
|
||||||
|
|
||||||
- `Cython <http://www.cython.org/>`_
|
- `Cython <http://www.cython.org/>`_
|
||||||
|
|
||||||
Contact
|
Contact
|
||||||
~~~~~~~
|
--------------
|
||||||
|
|
||||||
`My blog <http://blog.remu.biz>`_
|
`My blog <http://blog.remu.biz>`_
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue