Skip to content

Commit 5c3b65c

Browse files
committed
update readme again
1 parent 7086778 commit 5c3b65c

File tree

3 files changed

+13
-7
lines changed

3 files changed

+13
-7
lines changed

.bzrignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ wheelhouse
1515
./.gitignore
1616
./venv
1717
./python.bat
18-
./NEWS.html
18+
./*.html

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@ dist/
99
MANIFEST
1010
python.bat
1111
NEWS.html
12+
README.html

Readme.rst

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ The Intel HEX file format is widely used in microprocessors and microcontrollers
77
area (embedded systems etc) as the de facto standard
88
for 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,
1111
create from scratch and manipulate data from Intel HEX file format.
1212

1313
The 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

1717
License
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

2122
In short: you can use IntelHex library in your project without *any*
2223
restrictions.
@@ -34,18 +35,22 @@ Install using ``pip`` (recommended, no separate download required)::
3435

3536
Download
3637
--------
37-
* https://pypi.python.org/pypi/IntelHex
38+
* https://pypi.org/project/IntelHex/
3839
* https://github.com/bialix/intelhex/releases
3940

4041
Source code, bug reports, patches
4142
---------------------------------
4243
IntelHex on GitHub:
4344

44-
https://github.com/bialix/intelhex
45+
https://github.com/bialix/intelhex
4546

4647
User 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.
4950
You 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

Comments
 (0)