@@ -7,7 +7,7 @@ The Intel HEX file format is widely used in microprocessors and microcontrollers
77area (embedded systems etc) as the de facto standard
88for representation of code to be programmed into microelectronic devices.
99
10- This work implements an ** intelhex ** Python library to read, write,
10+ This work implements an `` intelhex `` Python library to read, write,
1111create from scratch and manipulate data from Intel HEX file format.
1212
1313The distribution package also includes several convenience Python scripts,
@@ -16,7 +16,8 @@ those based on the library itself. Check the docs to know more.
1616
1717License
1818-------
19- The code is distributed under BSD license, see LICENSE.rst.
19+ The code is distributed under BSD license,
20+ see `LICENSE.txt <https://github.com/bialix/intelhex/blob/master/LICENSE.txt >`_.
2021
2122In short: you can use IntelHex library in your project without *any *
2223restrictions.
@@ -34,18 +35,22 @@ Install using ``pip`` (recommended, no separate download required)::
3435
3536Download
3637--------
37- * https://pypi.python. org/pypi /IntelHex
38+ * https://pypi.org/project /IntelHex/
3839* https://github.com/bialix/intelhex/releases
3940
4041Source code, bug reports, patches
4142---------------------------------
4243IntelHex on GitHub:
4344
44- https://github.com/bialix/intelhex
45+ https://github.com/bialix/intelhex
4546
4647User manual
4748-----------
48- User manual for IntelHex is available in the sources docs/manual/ directory.
49+ User manual for IntelHex is available in the sources `` docs/manual/ `` directory.
4950You can browse User Manual online:
5051
51- https://readthedocs.org/projects/python-intelhex/
52+ https://readthedocs.org/projects/python-intelhex/
53+
54+ Changelog
55+ ---------
56+ See `NEWS.rst <https://github.com/bialix/intelhex/blob/master/NEWS.rst >`_
0 commit comments